gomuks
gomuks copied to clipboard
show server in fuzzy search
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?
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.
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.
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?