Push Events
data class PushEvents( val matchedEvents: List<Pair<Event, PushRule>>, val roomsJoined: Collection<String>, val roomsLeft: Collection<String>, val redactedEventIds: List<String>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PushEvents( matchedEvents: List<Pair<Event, PushRule>>, roomsJoined: Collection<String>, roomsLeft: Collection<String>, redactedEventIds: List<String>)
Content copied to clipboard