Don't include redundant prev_state in new events (#13791)

This commit is contained in:
Denis 2022-09-20 10:44:38 +02:00 committed by GitHub
parent 44be42338e
commit c802ef1411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -167,7 +167,6 @@ class EventBuilder:
"content": self.content,
"unsigned": self.unsigned,
"depth": depth,
"prev_state": [],
}
if self.is_state():