summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.events.factory.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-18undefined is empty. Fixed bug where empty bingWords with old accounts which ↵Kegan Dougal1-1/+1
hadn't logged in didn't send notifications.
2014-09-18Bump changelog and versions v0.3.1Erik Johnston3-2/+11
2014-09-18SYWEB-40: Only local rooms are shown in the recents list.Emmanuel ROHEE1-7/+0
Removed an old patch that deduplicated join events. This patch is now useless. Plus it is buggy since it compared event.content and event.prev_content only on the membership field whereas these objects contain more data now like displayname...
2014-09-18Reverted patches done for SYWEB-40Emmanuel ROHEE2-12/+6
2014-09-18Update Change logErik Johnston1-2/+29
2014-09-18SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it ↵Kegan Dougal1-1/+1
plays nicer with federation.
2014-09-18Update version in UPGRADEErik Johnston1-1/+1
2014-09-18Patch for SYWEB-40 : isStateEvent is not being set correctly, and really ↵Kegan Dougal1-2/+8
shouldn't be a configurable arg in the first place. As a result of being undefined, the events.rooms[rid].members object was not being updated in some cases, which combined with the recents-filter bug (32808e4), caused federated rooms to not appear in the recents list.
2014-09-18Still add the room to the filtered list even if you can't work out the ↵Kegan Dougal1-3/+2
number of users in the room.
2014-09-18