Also send room members' presence in per-room initialSync

pull/977/head
Paul "LeoNerd" Evans 10 years ago
parent e5cb7aae07
commit 66f67c85df

@ -970,6 +970,14 @@
"items": {
"$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…
Cancel
Save