From fc65cd98a60d3e23653551de093ec0053dff7ca3 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 17 Nov 2022 16:28:56 +0000 Subject: Fix typo --- synapse/state/v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/state/v2.py b/synapse/state/v2.py index e15cfbd4b3..3353b55e30 100644 --- a/synapse/state/v2.py +++ b/synapse/state/v2.py @@ -387,7 +387,7 @@ async def _get_auth_chain_difference( if not auth_chain: continue - conflicted_boundary != auth_chain & boundary + conflicted_boundary |= auth_chain & boundary else: auth_difference_unpersisted_part = () -- cgit 1.4.1