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.
It uses
m.room.pinned_messages
instead ofm.room.pinned_events
for the type, andpinned_events
instead ofpinned
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.