diff options
author | David Baker <dave@matrix.org> | 2015-12-10 17:18:46 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-12-10 17:18:46 +0000 |
commit | a84a6933274c0da64c41ac494b027ab5010a4801 (patch) | |
tree | c3cb93da7d626a6c45c50e2b980ec8e90bf20d1e /synapse/handlers | |
parent | Very first cut of calculating actions for events as they come in. Doesn't sto... (diff) | |
download | synapse-a84a6933274c0da64c41ac494b027ab5010a4801.tar.xz |
Having consulted The Erikle, this should go at the end of on_receive_pdu, otherwise it will be triggered whenever we backfill too.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/federation.py | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |