Federation

sealed class Federation : Event

Inheritors

Types

Link copied to clipboard
data class ConnectionRemoved(val id: String, val domains: List<String>) : Event.Federation
Link copied to clipboard
data class Delete(val id: String, val domain: String) : Event.Federation

Properties

Link copied to clipboard
open val id: String

The ID of the event. As of Jan 2024, the ID used by the backend is not guaranteed to be unique, so comparing the full object might be necessary.

Functions

Link copied to clipboard
abstract fun toLogMap(): Map<String, Any?>
Link copied to clipboard
open fun toLogString(): String