hydrogen-sailfishos / harbour-hydrogen

Apache License 2.0
7 stars 8 forks source link

Names instead of IDs on cover #53

Open ichthyosaurus opened 5 days ago

ichthyosaurus commented 5 days ago

Previously: if a room had no name, the first member's user ID was used as handle on the cover, e.g. @x:matrix.org. Now: unnamed rooms are shown as a list of their member's display names, e.g. Joe, Jane, and Jim.

The code is annoyingly complex and probably not very efficient, but I didn't find a way around it. It has to access two databases asynchronously and merge the results...

Fixes #52.

b100dian commented 3 days ago

I'll do my best to test and make suggestions in the next days, thanks!

ichthyosaurus commented 1 day ago

I recommend going through the four commits one by one, that makes the changes easier to understand. It looks worse than it is ;).