File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,6 +149,10 @@ WHATSAPP_SWAGGER_ENABLED=True
149149# WhatsApp engine (WEBJS is default, GOWS or NOWEB for better performance)
150150WHATSAPP_DEFAULT_ENGINE=WEBJS
151151
152+ # Namespace for sessions storage - set to "all" so sessions are shared across
153+ # all engines, allowing you to switch engines without losing the session list
154+ WAHA_NAMESPACE=all
155+
152156# "Firefox (YourApp)" in Linked Devices
153157# WAHA_CLIENT_DEVICE_NAME=YourApp
154158
Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ WHATSAPP_SWAGGER_ENABLED=True
127127# WhatsApp engine (WEBJS is default, GOWS or NOWEB for better performance)
128128WHATSAPP_DEFAULT_ENGINE=WEBJS
129129
130+ # Namespace for sessions storage - set to "all" so sessions are shared across
131+ # all engines, allowing you to switch engines without losing the session list
132+ WAHA_NAMESPACE=all
133+
130134# "Firefox (YourApp)" in Linked Devices
131135# WAHA_CLIENT_DEVICE_NAME=YourApp
132136
You can’t perform that action at this time.
0 commit comments