Skip to content

Commit

Permalink
Merge pull request #1 from matrix-org/room-presence-initial-sync
Browse files Browse the repository at this point in the history
Also send room members' presence in per-room initialSync
  • Loading branch information
kegsay committed Nov 10, 2014
2 parents e5cb7aa + 66f67c8 commit 96484be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions swagger/client-server/api-docs-rooms
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
Expand Down

0 comments on commit 96484be

Please sign in to comment.