diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-16 15:32:20 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-16 15:32:20 +0100 |
commit | 7d5b1a60a3aa9f10e285e74295f407d19a3a9ad5 (patch) | |
tree | 004986982b97dae0ac3e32c576869e2e44793ed9 | |
parent | Add GET media/v1/config (#3184) (diff) | |
download | synapse-7d5b1a60a3aa9f10e285e74295f407d19a3a9ad5.tar.xz |
Fix inbound federation on reader worker
Inbound federation requires calculating push, which in turn relies on having access to account data.
-rw-r--r-- | synapse/app/federation_reader.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/app/federation_reader.py b/synapse/app/federation_reader.py |