Merge pull request #3091 from aaronraimist/mxc-example

Fix example MXC URI for m.presence
pull/3368/head
Travis Ralston 3 years ago committed by Richard van der Hoff
commit 283e3acdde

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

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

Loading…
Cancel
Save