Files
Ultroid-fork/plugins/_chatactions.py
Prateek Bhatia 12e01b3f44 fix: handle USERNAME_DB type in uname_stuff to prevent AttributeError
Ensure that USERNAME_DB is a dictionary before calling .get() in the uname_stuff function.
This prevents runtime errors when the database returns a string or unexpected type, improving
the stability of username logging and update handling.
2025-06-09 00:53:21 +05:30

8.6 KiB