mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-27 01:01:07 +03:00
feat: surface system presence for the agent
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ export async function logoutWeb(runtime: RuntimeEnv = defaultRuntime) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function readWebSelfId() {
|
||||
export function readWebSelfId() {
|
||||
// Read the cached WhatsApp Web identity (jid + E.164) from disk if present.
|
||||
const credsPath = path.join(WA_WEB_AUTH_DIR, "creds.json");
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user