mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-29 23:18:39 -05:00
This works for both live and paginated events. Each 'message' event has an associated '__room_member' key which points to the state of the sender at that point in time. Invites have an additional key '__target_room_member' which point to the state of the invitee at that point in time. This obviates the need for mapping user_ids to *current* displaynames in the message list, though this is still required for the user/presence list. |
||
|---|---|---|
| .. | ||
| event-handler-service.js | ||
| event-stream-service.js | ||
| matrix-call.js | ||
| matrix-filter.js | ||
| matrix-phone-service.js | ||
| matrix-service.js | ||
| model-service.js | ||
| notification-service.js | ||
| presence-service.js | ||