diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-01 11:51:09 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-01 11:51:57 +0100 |
commit | e675bbcc49b04f9799bacb6e7f266573d8a117fc (patch) | |
tree | 485725d0c3f12a8d10353f61eab4d2a3dade5369 /synapse/handlers/message.py | |
parent | Fix typo in comment (diff) | |
download | synapse-e675bbcc49b04f9799bacb6e7f266573d8a117fc.tar.xz |
Remove redundant `EventCreationHandler._is_worker_app` attribute
This was added in 1c347c84bf/#7544 as a temporary optimisation. That was never merged to develop, since it conflicted with #7492. The merge cf92310da forgot to remove it.
Diffstat (limited to 'synapse/handlers/message.py')
-rw-r--r-- | synapse/handlers/message.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py |