Commit

data class Commit(val isActive: Boolean, val bufferedMessages: List<BufferedDecryptedMessage>?, val identity: WireIdentity) : DecryptedMessage(source)

The decrypted message is a commit.

Constructors

Link copied to clipboard
constructor(isActive: Boolean, bufferedMessages: List<BufferedDecryptedMessage>?, identity: WireIdentity)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains buffered messages for next epoch which were received before the commit creating the epoch because the DS did not fan them out in order.

Link copied to clipboard

Identity claims present in the sender credential.

Link copied to clipboard

False if processing this message caused the client to be removed from the group, i.e. due to a Remove commit.

Functions

Link copied to clipboard
open override fun destroy()