summary refs log tree commit diff
path: root/synapse/util/debug.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-08Add /room/<room_id>/joined_members APIErik Johnston3-9/+38
This returns the currently joined members in the room with their display names and avatar urls. This is more efficient than /members for large rooms where you don't need the full events.
2016-12-08Add profile data to the room_membership table for joinsErik Johnston4-0/+110