Skip to content

Commit

Permalink
feat(matterbridge): improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterio77 committed Sep 14, 2024
1 parent d4349b8 commit a09df67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hosts/galapagos/services/matterbridge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
content = /* toml */ ''
[telegram.gelos]
Token="${config.sops.placeholder.matterbridge-telegram}"
RemoteNickFormat="*{NICK}*@{PROTOCOL}: "
RemoteNickFormat="\\<*{NICK}*\\@{PROTOCOL}\\>: "
UseFirstName=true
MessageFormat="MarkdownV2"
PreserveThreading=true
Expand All @@ -40,14 +40,15 @@
Password="${config.sops.placeholder.matterbridge-matrix}"
PreserveThreading=true
QuoteFormat="{MESSAGE}"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
RemoteNickFormat="<{NICK}@{PROTOCOL}> "
NoHomeServerSuffix=false
[discord.gelos]
Token="${config.sops.placeholder.matterbridge-discord}"
Server="1284533922578960404"
AutoWebhooks=true
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
RemoteNickFormat="<{NICK}@{PROTOCOL}> "
PreserveThreading=true
UseLocalAvatar=["telegram"]
[[gateway]]
name="geral"
Expand Down

0 comments on commit a09df67

Please sign in to comment.