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