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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue