Functions

Link copied to clipboard
abstract suspend fun delete(firstKey: TimelineEventRelationKey, secondKey: EventId)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun deleteByRoomId(roomId: RoomId)
Link copied to clipboard
abstract suspend fun get(firstKey: TimelineEventRelationKey): Map<EventId, TimelineEventRelation>
abstract suspend fun get(firstKey: TimelineEventRelationKey, secondKey: EventId): TimelineEventRelation?
Link copied to clipboard
abstract suspend fun save(firstKey: TimelineEventRelationKey, secondKey: EventId, value: TimelineEventRelation)
Link copied to clipboard
open override fun serializeKey(firstKey: TimelineEventRelationKey, secondKey: EventId): String