Commit

data class Commit(val isActive: Boolean, val identity: WireIdentity) : BufferedDecryptedMessage(source)

The decrypted message is a commit.

Constructors

Link copied to clipboard
constructor(isActive: Boolean, identity: WireIdentity)

Types

Link copied to clipboard
object Companion

Properties

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()