Remove extraneous comma from m.presence schema

This causes the build to fail. Fixes #1146

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/1147/head
Travis Ralston 6 years ago
parent fd27be869b
commit eb8c3255bf

@ -3,7 +3,7 @@
"avatar_url": "mxc://localhost:wefuiwegh8742w",
"last_active_ago": 2478593,
"presence": "online",
"currently_active": false,
"currently_active": false
},
"sender": "@example:localhost",
"type": "m.presence"

Loading…
Cancel
Save