mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 15:28:50 -05:00
Rename API-visible 'mtime' presence field to 'last_active'; slightly different semantics
This commit is contained in:
parent
26a95988da
commit
468d94c920
4 changed files with 82 additions and 41 deletions
|
|
@ -330,6 +330,6 @@ class PresenceEventStreamTestCase(unittest.TestCase):
|
|||
"presence": ONLINE,
|
||||
"state": ONLINE,
|
||||
"displayname": "Frank",
|
||||
"mtime_age": 0,
|
||||
"last_active_ago": 0,
|
||||
}},
|
||||
]}, response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue