mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-05 11:14:11 +01:00
Merge pull request #1147 from turt2live/travis/fix-m.presence
Remove extraneous comma from m.presence schema
This commit is contained in:
commit
156da9fad3
|
|
@ -3,7 +3,7 @@
|
||||||
"avatar_url": "mxc://localhost:wefuiwegh8742w",
|
"avatar_url": "mxc://localhost:wefuiwegh8742w",
|
||||||
"last_active_ago": 2478593,
|
"last_active_ago": 2478593,
|
||||||
"presence": "online",
|
"presence": "online",
|
||||||
"currently_active": false,
|
"currently_active": false
|
||||||
},
|
},
|
||||||
"sender": "@example:localhost",
|
"sender": "@example:localhost",
|
||||||
"type": "m.presence"
|
"type": "m.presence"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue