Include user_id with sync per spec

This commit is contained in:
Cadence Ember
2026-01-23 13:28:06 +13:00
parent ed76dbd76a
commit 0dc9293f0d

View File

@@ -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,