Add support for room topics
Large parts were already wired up but not exposed in CmRoom
. While at that we
- make adding new events easier by sorting things in room-event-list
- Introduce a union in
CmRoomEvent
to not grow the struct for every new room event handled
Adding this to Chatty's room details will already be an improvement. Support in eigenvalue is here: https://github.com/agx/eigenvalue/pull/1
Edited by Guido Günther