fix: delete reaction
This commit is contained in:
parent
54f87402b2
commit
fdc2ae01b2
|
|
@ -504,6 +504,7 @@ class Timeline {
|
|||
final relationshipEventId = events[index].relationshipEventId;
|
||||
if (relationshipEventId != null) {
|
||||
onChange?.call(_findEvent(event_id: relationshipEventId));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue