DeleteEphemeralMessageForSelfUserAsReceiverUseCase
When the self user is receiver of the self deletion message, we delete it permanently after expiration and inform the sender by broadcasting a message to delete for the self-deleting message, before the receiver does it on the sender side, the message is simply marked as deleted see com.wire.kalium.logic.feature.message.ephemeral.DeleteEphemeralMessageForSelfUserAsReceiverUseCaseImpl
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, messageId: String): Either<CoreFailure, Unit>