summary refs log tree commit diff
path: root/docs/implementation-notes/python_architecture.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-10BF: Made /op work when providing no power value. 50 is used as default in ↵Emmanuel ROHEE1-1/+1
this case
2014-09-10Made users count auto updating. Do show it if the info is not available ↵Emmanuel ROHEE2-12/+30
(ex:user has not joined the room yet)
2014-09-10Member event: store use the the latest oneEmmanuel ROHEE1-2/+7
2014-09-10Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ↵Emmanuel ROHEE2-25/+2
not $rootScope.events.rooms managed by event-handler-service.js and used by other controllers
2014-09-10dedup events: state events conflict with messages events. Do not consider ↵Emmanuel ROHEE1-7/+9
them in deduplication
2014-09-10Reenabled handle of room states events in initialSync but do not add them to ↵Emmanuel ROHEE2-13/+13
the displayed messages in the room page. Show the m.room.member events only when they come from room.messages (from initialSync of pagination) not from room.state.
2014-09-10Presence events do not have event id. Do not discard themEmmanuel ROHEE1-2/+2
2014-09-10Improved requests: pagination is done from the data received in initialSyncEmmanuel ROHEE3-15/+38
2014-09-09More rst formatting.Kegan Dougal1-5/+6