getTimelineEventRelations

abstract fun getTimelineEventRelations(roomId: RoomId, eventId: EventId): Flow<Map<RelationType, Set<TimelineEventRelation>?>?>
abstract fun getTimelineEventRelations(roomId: RoomId, eventId: EventId, relationType: RelationType): Flow<Set<TimelineEventRelation>?>