From b53ace8f3c73e7bfc8e87641e9b261876c17748b Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 19 Dec 2024 17:18:11 +0000 Subject: [PATCH] enable double puppeting on pissing.dev --- servers/mautrix/bluesky/config.yaml | 2 +- servers/mautrix/discord/config.yaml | 2 +- servers/mautrix/gmessages/config.yaml | 2 +- servers/mautrix/meta/config.yaml | 2 +- servers/mautrix/signal/config.yaml | 2 +- servers/mautrix/slack/config.yaml | 2 +- servers/mautrix/twitter/config.yaml | 2 +- servers/mautrix/whatsapp/config.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/servers/mautrix/bluesky/config.yaml b/servers/mautrix/bluesky/config.yaml index 47d6d3fa..293644be 100644 --- a/servers/mautrix/bluesky/config.yaml +++ b/servers/mautrix/bluesky/config.yaml @@ -330,7 +330,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above. diff --git a/servers/mautrix/discord/config.yaml b/servers/mautrix/discord/config.yaml index 9e88a729..0fb670fb 100644 --- a/servers/mautrix/discord/config.yaml +++ b/servers/mautrix/discord/config.yaml @@ -201,7 +201,7 @@ bridge: fps: 25 # only for webm, webp and gif (2, 5, 10, 20 or 25 recommended) # Servers to always allow double puppeting from double_puppet_server_map: - example.com: https://example.com + pissing.dev: https://matrix.pissing.dev # Allow using double puppeting from any server with a valid client .well-known file. double_puppet_allow_discovery: false # Shared secrets for https://github.com/devture/matrix-synapse-shared-secret-auth diff --git a/servers/mautrix/gmessages/config.yaml b/servers/mautrix/gmessages/config.yaml index edc6c7e0..6aecf774 100644 --- a/servers/mautrix/gmessages/config.yaml +++ b/servers/mautrix/gmessages/config.yaml @@ -346,7 +346,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above. diff --git a/servers/mautrix/meta/config.yaml b/servers/mautrix/meta/config.yaml index 3a248b59..d4e48ab9 100644 --- a/servers/mautrix/meta/config.yaml +++ b/servers/mautrix/meta/config.yaml @@ -358,7 +358,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above. diff --git a/servers/mautrix/signal/config.yaml b/servers/mautrix/signal/config.yaml index 7e6c3916..e3b6d157 100644 --- a/servers/mautrix/signal/config.yaml +++ b/servers/mautrix/signal/config.yaml @@ -348,7 +348,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above. diff --git a/servers/mautrix/slack/config.yaml b/servers/mautrix/slack/config.yaml index 43130fdc..acfdffde 100644 --- a/servers/mautrix/slack/config.yaml +++ b/servers/mautrix/slack/config.yaml @@ -383,7 +383,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above. diff --git a/servers/mautrix/twitter/config.yaml b/servers/mautrix/twitter/config.yaml index e095b80a..a2afadd2 100644 --- a/servers/mautrix/twitter/config.yaml +++ b/servers/mautrix/twitter/config.yaml @@ -335,7 +335,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above. diff --git a/servers/mautrix/whatsapp/config.yaml b/servers/mautrix/whatsapp/config.yaml index 611575a8..5c807c36 100644 --- a/servers/mautrix/whatsapp/config.yaml +++ b/servers/mautrix/whatsapp/config.yaml @@ -435,7 +435,7 @@ double_puppet: # Servers to always allow double puppeting from. # This is only for other servers and should NOT contain the server the bridge is on. servers: - anotherserver.example.org: https://matrix.anotherserver.example.org + pissing.dev: https://matrix.pissing.dev # Whether to allow client API URL discovery for other servers. When using this option, # users on other servers can use double puppeting even if their server URLs aren't # explicitly added to the servers map above.