1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Update space summary API unstable prefix

This commit is contained in:
Michael Telatynski
2021-02-26 10:37:09 +00:00
parent bfe1987cd9
commit 9e967832cd

View File

@@ -2394,6 +2394,6 @@ MatrixBaseApis.prototype.getSpaceSummary = function(roomId, maxRoomsPerSpace, au
limit, limit,
batch, batch,
}, { }, {
prefix: PREFIX_UNSTABLE, prefix: "/_matrix/client/unstable/org.matrix.msc2946",
}); });
}; };