Skip to content

Commit

Permalink
Actually fix media viewer config
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 5, 2024
1 parent 4f41ab5 commit 0632c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgeconfig/imessage.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: https://matrix.beeper.com
homeserver: {{ .BeeperDomain }}
# 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
Expand Down

0 comments on commit 0632c25

Please sign in to comment.