Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stickers don't seem to get forwarded to WA #728

Open
vaaski opened this issue Oct 5, 2024 · 0 comments
Open

Stickers don't seem to get forwarded to WA #728

vaaski opened this issue Oct 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vaaski
Copy link

vaaski commented Oct 5, 2024

Hey, I've set up a Telegram <-> Matrix <-> WhatsApp bridge to avoid using WhatsApp.
I can receive stickers from WA just fine, but the ones I send from Telegram just don't show up in WA at all. They appear in Matrix just fine.

I am pretty new to this whole Matrix stuff, so let me know if you need any more information.

Here is the source of the sticker as it arrives from TG in Matrix
{
  "type": "m.sticker",
  "sender": "@telegram_270144403:redacted.local",
  "content": {
    "body": "👍 (thumbs up sign)",
    "external_url": "https://t.me/c/1234567890/255",
    "url": "mxc://redacted.local/PrtqxXlABlYlSmjhXtBrEspV",
    "info": {
      "mimetype": "image/webp",
      "size": 26346,
      "thumbnail_info": {
        "mimetype": "image/webp",
        "size": 26346,
        "h": 256,
        "w": 256,
        "fi.mau.telegram.sticker": {
          "alt": "👍",
          "id": "1644927493175509158",
          "pack": {
            "id": "1644927493175508997",
            "access_hash": "-5785660578498188602"
          }
        }
      },
      "thumbnail_url": "mxc://redacted.local/PrtqxXlABlYlSmjhXtBrEspV",
      "h": 256,
      "w": 256,
      "fi.mau.telegram.sticker": {
        "alt": "👍",
        "id": "1644927493175509158",
        "pack": {
          "id": "1644927493175508997",
          "access_hash": "-5785660578498188602"
        }
      }
    },
    "fi.mau.telegram.source": {
      "space": 1234567890,
      "chat_id": 1234567890,
      "peer_type": "channel",
      "id": 255
    }
  },
  "origin_server_ts": 1728136030000,
  "unsigned": {
    "membership": "join",
    "age": 135
  },
  "event_id": "$5kgDZ3hpJl8JXIpExiKpwTixUQKFnVL_hCBn65O96uw",
  "room_id": "!hvEBpftVjjiksoGJWC:redacted.local"
}
@vaaski vaaski added the bug Something isn't working label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant