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...
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.