From 4a584f538d9732d3ae72bcb2fea16e59270bbe52 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 1 Jan 2026 17:16:57 -0300 Subject: [PATCH] comms: force leave old rooms (v3) --- services/communication/bstein-force-leave-job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/communication/bstein-force-leave-job.yaml b/services/communication/bstein-force-leave-job.yaml index 94f1886..5d76b8b 100644 --- a/services/communication/bstein-force-leave-job.yaml +++ b/services/communication/bstein-force-leave-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: bstein-force-leave-2 + name: bstein-force-leave-3 namespace: comms spec: backoffLimit: 0 @@ -104,7 +104,7 @@ spec: def whoami(token): r = requests.get( - f"{SYNAPSE_BASE}/_matrix/client/v3/whoami", + f"{SYNAPSE_BASE}/_matrix/client/v3/account/whoami", headers={"Authorization": f"Bearer {token}"}, timeout=20, )