mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 21:44:56 -04:00
apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in invite/drop arrays.
This commit is contained in:
parent
b50ea730b1
commit
dfea1730dc
2 changed files with 10 additions and 2 deletions
|
@ -128,10 +128,10 @@
|
|||
"Presence": {
|
||||
"id": "Presence",
|
||||
"properties": {
|
||||
"mtime_age": {
|
||||
"last_active_ago": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "The last time this user's presence state changed, in milliseconds."
|
||||
"description": "The last time this user performed an action on their home server."
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue