anonymousland-synapse/webclient/components/matrix
Kegan Dougal 5949571fe7 SYWEB-116: Implement historical display name support.
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.
2014-11-04 10:30:34 +00:00
..
event-handler-service.js SYWEB-116: Implement historical display name support. 2014-11-04 10:30:34 +00:00
event-stream-service.js Prevent EventStreamService from knowing too much about the EventHandlerService by changing the contract to just be a single initialSync response callback. Leave it up the handler to deal with splitting out information from /initialSync. 2014-11-03 09:44:20 +00:00
matrix-call.js Make call stuff use modelService. 2014-11-03 10:33:38 +00:00
matrix-filter.js Fix bug which prevented room name invites appearing correctly. 2014-11-03 13:48:08 +00:00
matrix-phone-service.js Propagate failure reason to the other party. 2014-09-22 11:44:15 +01:00
matrix-service.js Keep matrixService stateless and make matrixFilter use modelService. 2014-11-03 10:23:14 +00:00
model-service.js SYWEB-116: Implement historical display name support. 2014-11-04 10:30:34 +00:00
notification-service.js Factor out notification logic. 2014-10-31 11:54:04 +00:00
presence-service.js fix desktop notifs, which were broken in eab463fd 2014-09-08 11:28:51 +02:00