From 0dc9293f0d23be86f674ef7e70c4a50fafbc2576 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 23 Jan 2026 13:28:06 +1300 Subject: [PATCH] Include user_id with sync per spec --- src/matrix/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/api.js b/src/matrix/api.js index a7b30f1..8451857 100644 --- a/src/matrix/api.js +++ b/src/matrix/api.js @@ -162,7 +162,7 @@ function getStateEventOuter(roomID, type, key) { */ async function getInviteState(roomID) { /** @type {Ty.R.SSS} */ - const root = await mreq.mreq("POST", "/client/unstable/org.matrix.simplified_msc3575/sync", { + const root = await mreq.mreq("POST", path("/client/unstable/org.matrix.simplified_msc3575/sync", `@${reg.sender_localpart}:${reg.ooye.server_name}`), { room_subscriptions: { [roomID]: { timeline_limit: 0,