Skip to content

Commit 8322446

Browse files
committed
Threaten to switch to using the modern API in a few releases.
1 parent 4c5b7d0 commit 8322446

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

crates/config/src/sections/matrix.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ pub enum HomeserverKind {
3737
///
3838
/// This is meant for testing rolling out Matrix Authentication Service with
3939
/// no risk of writing data to the homeserver.
40+
///
41+
/// This will switch to using the modern API in a few releases.
4042
SynapseReadOnly,
4143

4244
/// Homeserver is Synapse, using the legacy API,

docs/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@
17141714
]
17151715
},
17161716
{
1717-
"description": "Homeserver is Synapse, using the legacy API, in read-only mode\n\nThis is meant for testing rolling out Matrix Authentication Service with no risk of writing data to the homeserver.",
1717+
"description": "Homeserver is Synapse, using the legacy API, in read-only mode\n\nThis is meant for testing rolling out Matrix Authentication Service with no risk of writing data to the homeserver.\n\nThis will switch to using the modern API in a few releases.",
17181718
"type": "string",
17191719
"enum": [
17201720
"synapse_read_only"

0 commit comments

Comments
 (0)