libQuotient
libQuotient copied to clipboard
GetRoomStateByTypeJob is broken
Somebody's stolen the returned value from it.
Same for GetRoomStateWithKey
; and the reason is that the returned value is defined as simply schema: { type: object }
in YAML. GTAD (reasonably) treats this as "anything, so don't bother parsing". In reality both of those should stand for some content object - but the library doesn't really have a base state event content object :(