0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-18 15:49:02 +02:00
synapse/webclient/components/matrix
2014-11-03 17:44:14 +00:00
..
event-handler-service.js Reference the room_member key on messages which adjusts for current vs old_room_state. This displays names for historical users correctly, but is off by one (referencing content not prev_content). 2014-11-03 17:44:14 +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 Remove events.rooms[room_id] entirely from event-handler-service. 2014-11-03 12:18:22 +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