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
When attempting to create a new Telegram chat using !tg create group or !tg create supergroup, the following error is returned:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 474, 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 323, in __call__
return await self._handler(evt)
File "/usr/lib/python3.9/site-packages/mautrix_telegram/commands/portal/create_chat.py", line 68, in create
invites, errors = await portal.get_telegram_users_in_matrix_room(evt.sender)
File "/usr/lib/python3.9/site-packages/mautrix_telegram/portal.py", line 440, in get_telegram_users_in_matrix_room
user_mxids = await self.main_intent.get_room_members(
File "/usr/lib/python3.9/site-packages/mautrix_telegram/portal.py", line 394, in main_intent
raise RuntimeError("Portal must be postinit()ed before main_intent can be used")
RuntimeError: Portal must be postinit()ed before main_intent can be used
mautrix-telegram version: master
The text was updated successfully, but these errors were encountered:
* master_tulir: (48 commits)
Fix bug in !tg create. Fixesmautrix#736
bridge state: use TRANSIENT_DISCONNECT if connection drops and is expected to come back soon
Very basic support for live location
Add support for t.me/+code invite links
Bump version to 0.11.1
Update some small things
Make telegram blue text more readable on dark themes. Fixesmautrix#729
Use min() instead of sorting list
Update dependencies and fix some things in config updater
Deduplicate lottieconverter calls in tgs_converter
Delete nulls in message table. Fixesmautrix#731
Update changelog
Don't use parameters for pg_constraint query
voice messages: bridge from Telegram to native Matrix
Send message checkpoints for Matrix edits too
Find constraint names dynamically to work around schemas broken by pgloader
Add missing await to get_input_entity in HTML parser (mautrix#724)
Don't redact reactions in chats with relaybot
Don't alter columns to not null on sqlite
Fix some things in dedup changes
...
When attempting to create a new Telegram chat using
!tg create group
or!tg create supergroup
, the following error is returned:mautrix-telegram version: master
The text was updated successfully, but these errors were encountered: