hippocampus: matrix: discord puppet fixes
This commit is contained in:
@@ -195,7 +195,7 @@ in {
|
|||||||
};
|
};
|
||||||
# Servers to always allow double puppeting from
|
# Servers to always allow double puppeting from
|
||||||
double_puppet_server_map = {
|
double_puppet_server_map = {
|
||||||
example.com = "https://example.com";
|
"glia.club" = "https://glia.club";
|
||||||
};
|
};
|
||||||
# Allow using double puppeting from any server with a valid client .well-known file.
|
# Allow using double puppeting from any server with a valid client .well-known file.
|
||||||
double_puppet_allow_discovery = false;
|
double_puppet_allow_discovery = false;
|
||||||
@@ -205,7 +205,7 @@ in {
|
|||||||
# instead of users having to find an access token and run `login-matrix`
|
# instead of users having to find an access token and run `login-matrix`
|
||||||
# manually.
|
# manually.
|
||||||
login_shared_secret_map = {
|
login_shared_secret_map = {
|
||||||
example.com = "foobar";
|
"glia.club" = "$MAUTRIX_DISCORD_DOUBLE_PUPPET";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The prefix for commands. Only required in non-management rooms.
|
# The prefix for commands. Only required in non-management rooms.
|
||||||
|
|||||||
Reference in New Issue
Block a user