You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,14 @@
30
30
"placeholder": "https://matrix.example.com",
31
31
"default": ""
32
32
},
33
+
{
34
+
"key": "matrix_server_name",
35
+
"display_name": "Matrix Server Name (Optional)",
36
+
"type": "text",
37
+
"help_text": "The domain used in Matrix IDs (e.g., example.com). Leave empty to automatically detect via .well-known/matrix/server or derive from the server URL. Only set this if your Matrix server uses a different domain for Matrix IDs than the homeserver URL hostname.",
38
+
"placeholder": "example.com",
39
+
"default": ""
40
+
},
33
41
{
34
42
"key": "matrix_as_token",
35
43
"display_name": "Matrix Application Service Token",
0 commit comments