libQuotient icon indicating copy to clipboard operation
libQuotient copied to clipboard

Initial support for Spaces

Open KitsuneRal opened this issue 3 years ago • 0 comments

At least:

  • [ ] Distinguish space-rooms (via m.space room "type") - maybe even devise class Space : public Room for that?
  • [ ] Add a class for m.space.child state event and respective room list accessors in Room (Space?)
  • [ ] Add a class for m.space.parent state event and respective accessors in Room (again, Space* might be a good data type for accessors)

KitsuneRal avatar Jul 22 '21 21:07 KitsuneRal