Merge branch 'reza/delete_reaction' into 'main'
fix: delete reaction See merge request famedly/company/frontend/famedlysdk!1034
This commit is contained in:
commit
d77940b9c2
|
|
@ -504,6 +504,7 @@ class Timeline {
|
||||||
final relationshipEventId = events[index].relationshipEventId;
|
final relationshipEventId = events[index].relationshipEventId;
|
||||||
if (relationshipEventId != null) {
|
if (relationshipEventId != null) {
|
||||||
onChange?.call(_findEvent(event_id: relationshipEventId));
|
onChange?.call(_findEvent(event_id: relationshipEventId));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue