You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run my own Matrix homeserver (using https://github.com/spantaleev/matrix-docker-ansible-deploy) and use the mautrix-telegram bridge (version: v0.15.2. Thanks for making great software!). In some Telegram channels that I am in, the bridge reports the
This message is not supported on your version of Mautrix-Telegram. Please check https://github.com/mautrix/telegram or ask your bridge administrator about possible updates.
error message for some messages instead of the actual message.
{
"type": "m.room.message",
"room_id": "!cwlADovSbPmHcraxvB:lgp.sh",
"sender": "@telegram_31272138:lgp.sh",
"content": {
"msgtype": "m.notice",
"body": "This message is not supported on your version of Mautrix-Telegram. Please check https://github.com/mautrix/telegram or ask your bridge administrator about possible updates.",
"external_url": "https://t.me/fossunited/35250",
"fi.mau.telegram.unsupported": true,
"fi.mau.telegram.source": {
"space": 1162377025,
"chat_id": 1162377025,
"peer_type": "channel",
"id": 35250
}
},
"origin_server_ts": 1668147292000,
"unsigned": {
"membership": "join",
"age": 66295072194
},
"event_id": "$B-nJy-YFcXJrN_-jkfY2N7EPIYNmZUY3N1-ZNYN0Zy4",
"user_id": "@telegram_31272138:lgp.sh",
"age": 66295072194
}
This happens for some messages from some users, but not all their messages. So I suspect that this might be due to missing support in the bridge for the Telegram features used in these messages?
This error appears to be different from the one reported in #942, which was fixed in v0.15.2, that I already run.
Please let me know if any additional information is needed to investigate this further.
The text was updated successfully, but these errors were encountered:
I run my own Matrix homeserver (using https://github.com/spantaleev/matrix-docker-ansible-deploy) and use the mautrix-telegram bridge (version:
v0.15.2
. Thanks for making great software!). In some Telegram channels that I am in, the bridge reports theerror message for some messages instead of the actual message.
This happens for some messages from some users, but not all their messages. So I suspect that this might be due to missing support in the bridge for the Telegram features used in these messages?
This error appears to be different from the one reported in #942, which was fixed in
v0.15.2
, that I already run.Please let me know if any additional information is needed to investigate this further.
The text was updated successfully, but these errors were encountered: