mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Remove extraneous comma from m.presence schema
This causes the build to fail. Fixes #1146 Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
fd27be869b
commit
eb8c3255bf
|
|
@ -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