File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # MSC0000 : Customizable HTTPS permalink base URLs via server discovery
1
+ # MSC4352 : Customizable HTTPS permalink base URLs via server discovery
2
2
3
3
## Problem
4
4
@@ -32,7 +32,7 @@ Clients SHOULD determine the permalink base URL using the following precedence:
32
32
` /.well-known/matrix/client ` and use:
33
33
``` json
34
34
{
35
- "org.matrix.msc0000 .permalink_base_url" : " https://links.example.com"
35
+ "org.matrix.msc4352 .permalink_base_url" : " https://links.example.com"
36
36
}
37
37
```
38
38
- After acceptance: the key becomes ** stable** :
@@ -90,7 +90,7 @@ Homeservers MAY surface the same base via account data or server configuration f
90
90
### 10. Unstable prefixes / feature flag
91
91
92
92
Until acceptance:
93
- - Well-known key: ` org.matrix.msc0000 .permalink_base_url `
93
+ - Well-known key: ` org.matrix.msc4352 .permalink_base_url `
94
94
95
95
After acceptance:
96
96
- Well-known key: ` m.permalink_base_url `
You can’t perform that action at this time.
0 commit comments