Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag Bridged Channels #230

Open
niebloomj opened this issue Feb 28, 2024 · 3 comments
Open

Tag Bridged Channels #230

niebloomj opened this issue Feb 28, 2024 · 3 comments
Labels
enhancement New feature or request out of scope

Comments

@niebloomj
Copy link

Is your feature request related to a problem? Please describe.
I want to be able to reference another room. Say I'm messaging someone on slack, I want to be able to say "the better place to ask this would be in #otherchannel"

Describe the solution you'd like
I would like the client to be able to popup with a list of all rooms and on my end the room should link to the bridge room but for the recipient it links to the real platforms linked channel.

Describe alternatives you've considered
Not sure.

Additional context
Currently, as you can see in my screenshot, it only lets you tag matrix non bridged rooms. Screenshot_20240228-122307.png

@SpiritCroc SpiritCroc added enhancement New feature or request out of scope labels Feb 29, 2024
@SpiritCroc
Copy link
Member

So the client would need to understand link formats of all available bridges? I'd say that's out of scope for SchildiChat, which is a Matrix-first client. Currently, it doesn't even know anything about bridges you use. (I could see myself adding some network icon for some known bridges at some point, maybe, but that's about it for bridge-specific functionality)

@niebloomj
Copy link
Author

I don't think so. The client would just need to show the link to the relevant channel within matrix. It would be the bridge's job to convert the link to a matrix channel to a matching channel within the bridge like a slack channel or whatsapp group. From the client side its all matrix.

@SpiritCroc
Copy link
Member

Ah, I thought you were saying like inter-bridges, e.g. if one messages you on tg and you say, hey, signal would be better. Bridge-translation wouldn't work here since bridges don't talk to each other.
Well, for bridge-unspecific issues I suggest writing an issue title without "bridge" in it.

Currently, as you can see in my screenshot, it only lets you tag matrix non bridged rooms.

It's only suggesting you rooms with a public address, i.e. room addresses starting with a # - which makes sense to me, since these are more commonly useful when being linked, as they're more likely to be public joinable. Linking private rooms can be done by opening said private rooms and clicking the share button in the room settings. Linking private rooms shouldn't be a too common use case to justify spending time on implementing auto completions to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request out of scope
Projects
None yet
Development

No branches or pull requests

2 participants