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
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 359, in handle
await self._run_handler(handler, evt)
File "/opt/mautrix-telegram/mautrix_telegram/commands/handler.py", line 130, in _run_handler
return await handler(evt)
File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 253, in call
return await self._handler(evt)
File "/opt/mautrix-telegram/mautrix_telegram/commands/telegram/misc.py", line 186, in sync
await evt.sender.sync_dialogs(synchronous_create=True)
File "/opt/mautrix-telegram/mautrix_telegram/user.py", line 351, in sync_dialogs
portal = po.Portal.get_by_entity(entity)
File "/opt/mautrix-telegram/mautrix_telegram/portal/base.py", line 449, in get_by_entity
raise ValueError(f"Unknown entity type {entity_type.name}")
ValueError: Unknown entity type ChatForbidden
The text was updated successfully, but these errors were encountered:
When trying to run "chat sync", this happens:
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 359, in handle
await self._run_handler(handler, evt)
File "/opt/mautrix-telegram/mautrix_telegram/commands/handler.py", line 130, in _run_handler
return await handler(evt)
File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 253, in call
return await self._handler(evt)
File "/opt/mautrix-telegram/mautrix_telegram/commands/telegram/misc.py", line 186, in sync
await evt.sender.sync_dialogs(synchronous_create=True)
File "/opt/mautrix-telegram/mautrix_telegram/user.py", line 351, in sync_dialogs
portal = po.Portal.get_by_entity(entity)
File "/opt/mautrix-telegram/mautrix_telegram/portal/base.py", line 449, in get_by_entity
raise ValueError(f"Unknown entity type {entity_type.name}")
ValueError: Unknown entity type ChatForbidden
The text was updated successfully, but these errors were encountered: