get

fun get(eventId: EventId, roomId: RoomId): Flow<TimelineEvent?>
suspend fun get(eventId: EventId, roomId: RoomId, withTransaction: Boolean = true): TimelineEvent?