diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-15 11:47:01 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-15 11:47:01 +0100 |
commit | c5f2da587532c80cda066acc715344b74a9d19d5 (patch) | |
tree | ce72c1d93bc829907fb726b15f6d8ef9ae74c1a1 /synapse | |
parent | Fix pontenial bug in state resolution handler that compared dicts rather than... (diff) | |
download | synapse-c5f2da587532c80cda066acc715344b74a9d19d5.tar.xz |
Add a check to make sure that during state conflict res we only request a PDU we don't have.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/state.py | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/synapse/state.py b/synapse/state.py |