We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7acecc + f052ffb commit 6c73c7dCopy full SHA for 6c73c7d
changelogs/client_server/newsfragments/3091.clarification
@@ -0,0 +1 @@
1
+Fix example MXC URI for m.presence.
data/event-schemas/examples/m.presence.yaml
@@ -3,7 +3,7 @@
3
"sender": "@example:localhost",
4
"type": "m.presence",
5
"content": {
6
- "avatar_url": "mxc://localhost:wefuiwegh8742w",
+ "avatar_url": "mxc://localhost/wefuiwegh8742w",
7
"last_active_ago": 2478593,
8
"presence": "online",
9
"currently_active": false,
0 commit comments