unsafe Fill Timeline Gaps
abstract suspend fun unsafeFillTimelineGaps(startEventId: EventId, roomId: RoomId, limit: Long = 20): Result<Unit>
Unsafe means, that it may throw exceptions
Unsafe means, that it may throw exceptions