mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-31 16:24:10 +02:00
Also send room members' presence in per-room initialSync
This commit is contained in:
parent
e5cb7aae07
commit
66f67c85df
|
|
@ -970,6 +970,14 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "Event"
|
"$ref": "Event"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"presence": {
|
||||||
|
"type": "array",
|
||||||
|
"description": "A list of m.presence events representing the current presence state of the room members.",
|
||||||
|
"required": false,
|
||||||
|
"items": {
|
||||||
|
"$ref": "Event"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue