mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-06 07:15:49 +00:00
Fix incorrect attribute name
This commit is contained in:
parent
464ffd1b5e
commit
af4701b311
@ -157,7 +157,7 @@ class TransactionQueue(object):
|
|||||||
if key:
|
if key:
|
||||||
self.pending_edus_keyed_by_dest.setdefault(
|
self.pending_edus_keyed_by_dest.setdefault(
|
||||||
destination, {}
|
destination, {}
|
||||||
)[(edu.type, key)] = edu
|
)[(edu.edu_type, key)] = edu
|
||||||
else:
|
else:
|
||||||
self.pending_edus_by_dest.setdefault(destination, []).append(edu)
|
self.pending_edus_by_dest.setdefault(destination, []).append(edu)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user