quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
134 stars 56 forks source link

Pinned messages event is not what is specced #676

Closed KitsuneRal closed 1 year ago

KitsuneRal commented 1 year ago

It uses m.room.pinned_messages instead of m.room.pinned_events for the type, and pinned_events instead of pinned for the key name in the event content. Not sure it ever worked (i.e. it could work within libQuotient ecosystem; but could not be interoperable with other clients). Or, even more embarrasingly, we've got the spec wrong and "all" clients use a non-specced event.

CarlSchwan commented 1 year ago

We don't implement this feature in NeoChat yet...