libQuotient
libQuotient copied to clipboard
Pinned messages support
Spec: https://matrix.org/docs/spec/client_server/unstable.html#m-room-pinned-events
Should be as easy as adding one more state event type and providing a method to retrieve pinned events as a collection (QVector<RoomEvent*>
? There's certainly no place for RoomEventPtr
here).
Certainly should be done after #194 that will simplify this one (there'll be no need to store yet another container in Room::Private
).
Not sure why this wasn't marked as done.