libQuotient icon indicating copy to clipboard operation
libQuotient copied to clipboard

Pinned messages support

Open KitsuneRal opened this issue 6 years ago • 2 comments

KitsuneRal avatar Mar 08 '18 22:03 KitsuneRal

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

KitsuneRal avatar Apr 03 '18 07:04 KitsuneRal

Certainly should be done after #194 that will simplify this one (there'll be no need to store yet another container in Room::Private).

KitsuneRal avatar Apr 03 '18 07:04 KitsuneRal

Not sure why this wasn't marked as done.

KitsuneRal avatar Nov 20 '22 13:11 KitsuneRal