fix: delete reaction

This commit is contained in:
Reza 2022-05-11 14:15:10 +02:00
parent 54f87402b2
commit fdc2ae01b2
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ class Timeline {
final relationshipEventId = events[index].relationshipEventId;
if (relationshipEventId != null) {
onChange?.call(_findEvent(event_id: relationshipEventId));
return;
}
}