pyrofork/pyrogram
RabbitFoRed a403d83f7e
pyrofork: Ignore excluded plugins
currently if you specify a plugin to exclude in pyrogram
the client first imports it (caea59cc17/pyrogram/client.py (L874))
and add_handler() (caea59cc17/pyrogram/client.py (L880))
and then after this it uses remove_handler() (caea59cc17/pyrogram/client.py (L948))
this usually works well in most case,
but in a few case if the module to exclude has an error,
this is not handled and stops the program,
so need to fix the modules even if it not the target of interest (as it is in exclude=[])

Co-authored-by: wulan17 <wulan17@nusantararom.org>
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-09-13 22:41:47 +07:00
..
connection Implement non-blocking TCP connection (KurimuzonAkuma/pyrogram#71) 2024-06-23 16:59:32 +07:00
crypto Fix documentation URLs 2024-07-25 12:44:47 +02:00
enums pyrofork: Add some missings service messages 2024-08-19 18:58:10 +07:00
errors Add unknown_errors 2024-06-23 16:59:32 +07:00
handlers Add on_purchased_paid_media decorator 2024-09-07 20:52:10 +07:00
helpers Added Conversation Support Based on Pyromodv2 2023-11-25 21:51:41 +07:00
methods pyrofork: fix typo in set_chat_photo 2024-09-13 22:41:47 +07:00
nav Pyrofork: Add pyromod documentation 2023-12-13 12:09:40 +07:00
parser pyrofork: parser: markdown: Ignore markdown inside <code> tags 2024-07-01 20:11:54 +07:00
raw Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
session Restart client after receiving unknown constructor 2024-09-07 20:52:11 +07:00
storage pyrofork: storage: mongo: fix derp 2024-07-23 23:47:30 +07:00
types Try to return the service message (when applicable) in the set_chat_photo 2024-09-07 20:52:12 +07:00
__init__.py pyrofork: Bump version to 2.3.45 2024-09-07 20:52:42 +07:00
client.py pyrofork: Ignore excluded plugins 2024-09-13 22:41:47 +07:00
dispatcher.py Extract recovering gaps into a separate method 2024-09-07 20:52:11 +07:00
emoji.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
file_id.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
filters.py pyrofork: Add high level support for pre-checkout queries and service messages for successful payments 2024-06-02 14:41:02 +07:00
mime_types.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
py.typed Add py.typed file for enhanced type hinting (#838) 2022-01-29 13:39:25 +01:00
sync.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
utils.py pyrofork: Add InputPeer support for utils.get_raw_peer_id and utils.get_peer_id 2024-09-13 22:41:47 +07:00