Closed mujx closed 7 years ago
The missing tests for topic
, name
, avatar
and history_visibility
should be written later when the appropriate endpoints like #111 are implemented.
I couldn't find any use case for m.room.member
because it would only be useful for invites or bans, but it does't provide an id for the user we want to invite or ban. Also invites are already handled by the invite
parameter.
I am using, temporarily, my fork with the missing stripped state events just to make this work but I get the following error when ruma tries to deserialize one of the stripped events.
Any ideas on what might be causing this error?