fix
This commit is contained in:
parent
f678376e3a
commit
a0685ec64c
|
|
@ -497,8 +497,11 @@ class RoomTimeline extends Timeline {
|
|||
event.relationshipType == RelationshipTypes.reference)) {
|
||||
final parentEventIndex =
|
||||
_findEvent(event_id: event.relationshipEventId);
|
||||
if (events[parentEventIndex].relationshipType ==
|
||||
RelationshipTypes.thread) {
|
||||
unawaited(room.handleThreadSync(events[parentEventIndex]));
|
||||
}
|
||||
}
|
||||
|
||||
// Handle redaction events
|
||||
if (event.type == EventTypes.Redaction) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue