telegram
telegram copied to clipboard
A Matrix-Telegram hybrid puppeting/relaybot bridge
``` mautrix-telegram_1 | 2022-06-28T16:51:01.504789111Z [2022-06-28 16:51:01,502] [[email protected].@juniorjpdj:juniorjpdj .pl] Failed to run post-login sync mautrix-telegram_1 | 2022-06-28T16:51:01.504826221Z Traceback (most recent call last): mautrix-telegram_1 | 2022-06-28T16:51:01.504832799Z File "/usr/lib/python3.10/site-packages/mautrix_telegram/user. py", line 310, in...
The bridge is only writing as the bot and not as myself even tho I am logged in and writing personal messages works.
Feature request: Matrix-community -style user/chatlist (whichever possible) for telegram in ones contact list. Basically same thing that mautrix-facebook implements.
It would be nice to be able to configure an upper limit of how large the remote Telegram group can be for bridging to happen. This could be used by...
``` Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 489, in handle await self._run_handler(handler, evt) File "/usr/lib/python3.9/site-packages/mautrix_telegram/commands/handler.py", line 192, in _run_handler return await handler(evt) File "/usr/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 338, in __call__...
I'm trying to set up the relaybot using the `bridge` command. I obtained the channel ID from the telegram bot using `/id`. When I use the `!tg bridge [id]` command...
To reproduce - create a new chat with the relay bot - send a message - observe the message being relayed on the telegram side - sync or restart the...
mautrix.errors.request.MForbidden: You don't have permission to remove ops level equal to your own
Creating a telegram chat when both the bridge bot and myself have power level 100 gives the following error: ``` File "/opt/mautrix-telegram/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 489, in handle await self._run_handler(handler, evt) File...
I noticed that this does not happen for messages coming from the relay bot, I understand that it is probably useless from Matrix to Telegram (just show it as if...
Hi, this is just an idea to increase the usability of the bridge. Initially, I had a misconception how the relaybot works. So I started a direct conversation with it...