From 4def7631449f8786c86e4f7e573971ae5e4080b6 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 8 Nov 2019 14:58:10 +0000 Subject: Pull data, but don't use it --- synapse/replication/tcp/streams/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/replication/tcp') diff --git a/synapse/replication/tcp/streams/_base.py b/synapse/replication/tcp/streams/_base.py index 8ae70e2b12..d7a6850789 100644 --- a/synapse/replication/tcp/streams/_base.py +++ b/synapse/replication/tcp/streams/_base.py @@ -421,7 +421,7 @@ class AccountDataStream(Stream): results = list(room_results) results.extend( (stream_id, user_id, None, account_data_type) - for stream_id, user_id, account_data_type in global_results + for stream_id, user_id, account_data_type, content in global_results ) return results -- cgit 1.5.1