service: Use positive ids in dialog list, if not, channel names are not shown correctly
patch 3c474f69222f523a7b93853ead954940374688ad
Author: E. Bosch <presidev@AT@gmail.com>
Date: Sat Mar 18 05:25:42 CET 2023
* service: Use positive ids in dialog list, if not, channel names are not shown correctly
hunk ./service.py 10
+from telethon import utils as tgutils
hunk ./service.py 83
- id = dialog.id
+ id, type = tgutils.resolve_id(dialog.id)