matterbridge icon indicating copy to clipboard operation
matterbridge copied to clipboard

Text not sent with image when quoting replies

Open glasgowm148 opened this issue 3 years ago • 0 comments

Describe the bug When you quote a message on Telegram and send an image with text, the text is not sent to Discord.

To Reproduce Make sure you're

  • Replying to message
  • Sending an image
  • Sending text

Expected behavior The message should be bridged.

Environment (please complete the following information):

  • Ubuntu
  • Matterbridge version: 1.25

Additional context

Tested with the default QuoteFormat, same issue.

[telegram]
    [telegram.mytelegram]
        Token="token"
        RemoteNickFormat="<{NICK}> "
        MessageFormat="HTMLNick: "
        QuoteFormat="(re @{QUOTENICK} : *{QUOTEMESSAGE}*) \n \n {MESSAGE}"
        QuoteLengthLimit=500
        PreserveThreading=true

[discord]
    [discord.mydiscord]
        Token="token"
        Server="server" # picked from guilds the bot is connected to
        RemoteNickFormat="{NICK}"
        AutoWebhooks=true
        UseLocalAvatar=["telegram"]
        IgnoreMessages="@everyone @here"
        PreserveThreading=false

glasgowm148 avatar May 06 '22 08:05 glasgowm148