Skip to content

Commit 0f7e782

Browse files
committed
Rename to MSC4352 and update unstable key/identifiers
Signed-off-by: Igor Somov <[email protected]>
1 parent 370bd73 commit 0f7e782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/4352-customizable-permalink-base-url.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MSC0000: Customizable HTTPS permalink base URLs via server discovery
1+
# MSC4352: Customizable HTTPS permalink base URLs via server discovery
22

33
## Problem
44

@@ -32,7 +32,7 @@ Clients SHOULD determine the permalink base URL using the following precedence:
3232
`/.well-known/matrix/client` and use:
3333
```json
3434
{
35-
"org.matrix.msc0000.permalink_base_url": "https://links.example.com"
35+
"org.matrix.msc4352.permalink_base_url": "https://links.example.com"
3636
}
3737
```
3838
- After acceptance: the key becomes **stable**:
@@ -90,7 +90,7 @@ Homeservers MAY surface the same base via account data or server configuration f
9090
### 10. Unstable prefixes / feature flag
9191

9292
Until acceptance:
93-
- Well-known key: `org.matrix.msc0000.permalink_base_url`
93+
- Well-known key: `org.matrix.msc4352.permalink_base_url`
9494

9595
After acceptance:
9696
- Well-known key: `m.permalink_base_url`

0 commit comments

Comments
 (0)