mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 11:14:17 -04:00
Don't include redundant prev_state in new events (#13791)
This commit is contained in:
parent
44be42338e
commit
c802ef1411
3 changed files with 1 additions and 4 deletions
|
@ -906,9 +906,6 @@ class FederationClient(FederationBase):
|
|||
# The protoevent received over the JSON wire may not have all
|
||||
# the required fields. Lets just gloss over that because
|
||||
# there's some we never care about
|
||||
if "prev_state" not in pdu_dict:
|
||||
pdu_dict["prev_state"] = []
|
||||
|
||||
ev = builder.create_local_event_from_event_dict(
|
||||
self._clock,
|
||||
self.hostname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue