forked from Telodendria/Telodendria
[FIX] Count in the 'redacts' field
This commit is contained in:
parent
2fd39bfe25
commit
0d7f472a24
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ RoomEventClientify(HashMap *pdu)
|
||||||
CopyField("type", true);
|
CopyField("type", true);
|
||||||
|
|
||||||
CopyField("state_key",false);
|
CopyField("state_key",false);
|
||||||
CopyField("unsigned", false);
|
CopyField("redacts", false);
|
||||||
|
|
||||||
return event;
|
return event;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue