Merge pull request #3091 from aaronraimist/mxc-example

Fix example MXC URI for m.presence
This commit is contained in:
Travis Ralston 2021-04-05 00:41:51 -06:00 committed by Richard van der Hoff
commit 283e3acdde
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix example MXC URI for m.presence.

View file

@ -3,7 +3,7 @@
"sender": "@example:localhost", "sender": "@example:localhost",
"type": "m.presence", "type": "m.presence",
"content": { "content": {
"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,