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:
Travis Ralston 2018-03-05 18:45:57 -07:00
parent fd27be869b
commit eb8c3255bf

View file

@ -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"