You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to r0.4.0 of the client-server StrippedState objects sometimes contain a required "sender" key and sometimes don't. I think the latter is probably an omission and it should always be required and present.
APIs where StrippedState includes the "sender" key:
Fixes#2066
The expectation everywhere is that the `sender` is required. `/initialSync` references StrippedState through a `m.room.member` event reference, and does not need editing.
According to r0.4.0 of the client-server StrippedState objects sometimes contain a required "sender" key and sometimes don't. I think the latter is probably an omission and it should always be required and present.
APIs where StrippedState includes the "sender" key:
APIs where StrippedState is missing the "sender" key:
The text was updated successfully, but these errors were encountered: