gomuks icon indicating copy to clipboard operation
gomuks copied to clipboard

show server in fuzzy search

Open Evidlo opened this issue 3 years ago • 3 comments

preview

I was also trying to implement this on the room list pane on the left, but it seems like it doesn't implement the SetDynamicColors function. Any ideas?

Evidlo avatar Aug 06 '21 18:08 Evidlo

This doesn't seem to define Room.GetServer(), and showing the server is somewhat questionable anyway (since there's no "the server" in Matrix).

Showing bridge info protocol or network displayname for single-bridge rooms that were created by the bridge bot might be a better solution (less generic, but more technically correct). All libera portal rooms probably have bridge info at least.

tulir avatar Sep 07 '21 22:09 tulir

I added the missing function.

and showing the server is somewhat questionable anyway (since there's no "the server" in Matrix)

It may still be useful to show the domain as entered by the user (i.e. the room alias). Better than having identical entries in the switcher.

Evidlo avatar Dec 13 '21 23:12 Evidlo

There's a Main Address field in Element room settings. I'm not sure what property in the spec it maps to, but wouldn't it make sense to put that information here?

out

Evidlo avatar Apr 07 '22 05:04 Evidlo