diff options
Diffstat (limited to 'lib/room.cpp')
-rw-r--r-- | lib/room.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index ffe78a3a..c9363a00 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -2128,6 +2128,7 @@ bool Room::Private::processRedaction(const RedactionEvent& redaction) qMakePair(targetEvtId, EventRelation::Annotation()); if (relations.contains(lookupKey)) { relations[lookupKey].removeOne(reaction); + emit q->updatedEvent(targetEvtId); } } q->onRedaction(*oldEvent, *ti); |