summary refs log tree commit diff
path: root/synapse/storage/roommember.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05Check that signatures on events are validRichard van der Hoff1-16/+110
We should check that both the sender's server, and the server which created the event_id (which may be different from whatever the remote server has told us the origin is), have signed the event.
2018-08-22changelog for 0.33.3 v0.33.3