Skip to content

Commit

Permalink
Fixes !!!
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 committed Nov 6, 2024
1 parent fb020c0 commit 8c7e29c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AlexaMusic/core/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@


async def _clear_(chat_id):
popped = db.pop(chat_id, None)
if popped:
await auto_clean(popped)
db[chat_id] = []
await remove_active_video_chat(chat_id)
await remove_active_chat(chat_id)
Expand Down

0 comments on commit 8c7e29c

Please sign in to comment.