nktknshn / tgmount-ng

46 stars 5 forks source link

Do not raise exception when listing dialogs #17

Open kamuridesu opened 2 months ago

kamuridesu commented 2 months ago
raise ValueError(f"get_entity_type_str(): unknown entity type: {type(entity)}")
ValueError: get_entity_type_str(): unknown entity type: <class 'telethon.tl.types.ChannelForbidden'>

Just return unknown or skip the dialog.