[FIX] Count in the 'redacts' field

This commit is contained in:
LDA 2024-09-14 17:43:23 +02:00
parent 2fd39bfe25
commit 0d7f472a24

View file

@ -761,7 +761,7 @@ RoomEventClientify(HashMap *pdu)
CopyField("type", true);
CopyField("state_key",false);
CopyField("unsigned", false);
CopyField("redacts", false);
return event;