PossiblyEncryptEventImpl

class PossiblyEncryptEventImpl(roomStore: RoomStore, roomStateStore: RoomStateStore, olmEncryptionService: OlmEncryptionService, userService: UserService) : PossiblyEncryptEvent

Constructors

Link copied to clipboard
constructor(roomStore: RoomStore, roomStateStore: RoomStateStore, olmEncryptionService: OlmEncryptionService, userService: UserService)

Functions

Link copied to clipboard
open suspend operator override fun invoke(content: MessageEventContent, roomId: RoomId): Result<MessageEventContent>