- Nov 04, 2014
-
-
Kegan Dougal authored
-
Mark Haines authored
-
Kegsay authored
Webclient room data restructure
-
Kegan Dougal authored
-
Mark Haines authored
-
Mark Haines authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
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.
-
Kegan Dougal authored
-
- Nov 03, 2014
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
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).
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Everything now uses modelService, but there are still one or two minor teething problems to fix.
-
Kegan Dougal authored
This breaks functionality whilst both events.rooms and modelService are in use.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Erik Johnston authored
-
Kegan Dougal authored
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.
-
- Oct 31, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
room.html now displays messages from model-service. Add debugging fields. Hook up the room member *at the time* to the message so it can display the right historical member info.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-