ForgetRoomServiceImpl

class ForgetRoomServiceImpl(roomStore: RoomStore, roomUserStore: RoomUserStore, roomStateStore: RoomStateStore, roomAccountDataStore: RoomAccountDataStore, roomTimelineStore: RoomTimelineStore, stickyEventStore: StickyEventStore, roomOutboxMessageStore: RoomOutboxMessageStore, notificationStore: NotificationStore, transactionManager: TransactionManager) : ForgetRoomService

Constructors

Link copied to clipboard
constructor(roomStore: RoomStore, roomUserStore: RoomUserStore, roomStateStore: RoomStateStore, roomAccountDataStore: RoomAccountDataStore, roomTimelineStore: RoomTimelineStore, stickyEventStore: StickyEventStore, roomOutboxMessageStore: RoomOutboxMessageStore, notificationStore: NotificationStore, transactionManager: TransactionManager)

Functions

Link copied to clipboard
open suspend operator override fun invoke(roomId: RoomId, force: Boolean)