mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 04:56:01 -04:00
Rename 'pruned' to 'pruned_because'
This commit is contained in:
parent
bc250a6afa
commit
efea61dc50
3 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
unrec = {
|
||||
k: v
|
||||
for k, v in event.get_full_dict().items()
|
||||
if k not in vals.keys() and k not in ["deleted", "pruned"]
|
||||
if k not in vals.keys() and k not in ["deleted", "pruned_because"]
|
||||
}
|
||||
vals["unrecognized_keys"] = json.dumps(unrec)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue