summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-08remove unnecessary event context methodH. Shay1-19/+0
2022-11-08call compute event context for batched from room codeH. Shay1-4/+4
2022-11-08update compute_event_context_for_batched to take list and assi