Skip to content

Commit 6c73c7d

Browse files
turt2liverichvdh
authored andcommitted
Merge pull request #3091 from aaronraimist/mxc-example
Fix example MXC URI for m.presence
2 parents c7acecc + f052ffb commit 6c73c7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix example MXC URI for m.presence.

data/event-schemas/examples/m.presence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sender": "@example:localhost",
44
"type": "m.presence",
55
"content": {
6-
"avatar_url": "mxc://localhost:wefuiwegh8742w",
6+
"avatar_url": "mxc://localhost/wefuiwegh8742w",
77
"last_active_ago": 2478593,
88
"presence": "online",
99
"currently_active": false,

0 commit comments

Comments
 (0)