list_subscriptions() was called before the get_dialogs() await. During that await the event loop could process a !reload and replace self.__config; subsequent set_name calls would then update the orphaned old config object while !sub list reads from the new one. Move list_subscriptions() after get_dialogs() so both the entity cache and the config snapshot are taken from the same post-reload state. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file is empty.
Description
Languages
Python
98.8%
Dockerfile
1.2%