Also send room members' presence in per-room initialSync
This commit is contained in:
parent
e5cb7aae07
commit
66f67c85df
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue