File tree Expand file tree Collapse file tree 3 files changed +133
-288
lines changed
Expand file tree Collapse file tree 3 files changed +133
-288
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,14 @@ Change isadmin flag to true for specific message
6464- Disable the force join
6565
6666---
67+
68+ ## [ v1.2.0] - 2026-03-10
69+
70+ ### Added:
71+ - added /force_logout command to delete session file For manual account logout, when it is stuck.
72+
73+ ### Fixed:
74+ Refactor bot session handling and admin commands.
75+ - Refactor error handling and session management in the bot. Simplify admin command structure and improve readability.
76+
77+ ---
Original file line number Diff line number Diff line change 11services :
22 getanymessage :
3- image : hub.madelineproto.xyz/danog/madelineproto
3+ image : hub.madelineproto.xyz/danog/madelineproto:latest
44 restart : always
55 init : true
66 tty : true
77 working_dir : /app/src
88 volumes :
99 - ./:/app
1010 command : php /app/src/bot.php
11-
12- extra_hosts :
13- - " host.docker.internal:host-gateway"
11+ network_mode : " host"
You can’t perform that action at this time.
0 commit comments