mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Remove signatures from pdu when computing hashes to use for prev pdus, make sure is_state is a boolean.
This commit is contained in:
parent
dc3c2823ac
commit
8afbece683
2 changed files with 6 additions and 2 deletions
|
@ -101,7 +101,7 @@ class Pdu(JsonEncodedObject):
|
|||
|
||||
super(Pdu, self).__init__(
|
||||
destinations=destinations,
|
||||
is_state=is_state,
|
||||
is_state=bool(is_state),
|
||||
prev_pdus=prev_pdus,
|
||||
outlier=outlier,
|
||||
hashes=hashes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue