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
If you listen for 'event', the sender/target properties will not be set on them as they only get set in the context of a Room (where the list of RoomMembers can be extracted). This is mainly because we're creating new MatrixEvents for 'event' emissions, rather than reusing the ones we passed to the Room objects. If they were shared, they would magically have the correct properties. We need to be careful when explaining how this works without a store though (no store = no Room context = no sender/target properties on raw 'event' emissions).
If you listen for 'event', the sender/target properties will not be set on them as they only get set in the context of a Room (where the list of RoomMembers can be extracted). This is mainly because we're creating new MatrixEvents for 'event' emissions, rather than reusing the ones we passed to the Room objects. If they were shared, they would magically have the correct properties. We need to be careful when explaining how this works without a store though (no store = no Room context = no sender/target properties on raw 'event' emissions).
https://matrix.org/jira/browse/SYJS-14
The text was updated successfully, but these errors were encountered: