mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix example MXC URI for m.presence
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
005d6b7802
commit
d8d84b64d5
|
|
@ -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…
Reference in a new issue