diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-03-07 17:32:46 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-03-12 16:22:54 +0000 |
commit | 1708412f569dc28931a3704d679b41b92ac788b9 (patch) | |
tree | 3f8328d884b8afacd41e1d1332f76244383ce1e0 /synapse | |
parent | Merge pull request #2961 from matrix-org/rav/run_in_background (diff) | |
download | synapse-1708412f569dc28931a3704d679b41b92ac788b9.tar.xz |
Return an error when doing two purges on a room
Queuing up purges doesn't sound like a good thing.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/message.py | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py |