From 4f41ab50582cecc659efa6680ee4983dcf250bfc Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 5 Mar 2024 18:05:53 +0200 Subject: [PATCH] Fix mautrix-imessage media viewer config --- bridgeconfig/imessage.tpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridgeconfig/imessage.tpl.yaml b/bridgeconfig/imessage.tpl.yaml index 1dc751e..2ca5410 100644 --- a/bridgeconfig/imessage.tpl.yaml +++ b/bridgeconfig/imessage.tpl.yaml @@ -174,7 +174,7 @@ bridge: url: https://media.beeper.com # The homeserver domain to pass to the media viewer to use for downloading media. # If null, will use the server name configured in the homeserver section. - homeserver: null + homeserver: https://matrix.beeper.com # The minimum number of bytes in a file before the bridge switches to using the media viewer when sending MMS. # Note that for unencrypted files, this will use a direct link to the homeserver rather than the media viewer. sms_min_size: 409600