diff --git a/src/matrix/net/HomeServerApi.js b/src/matrix/net/HomeServerApi.js index a5756e33..4d729cbf 100644 --- a/src/matrix/net/HomeServerApi.js +++ b/src/matrix/net/HomeServerApi.js @@ -110,8 +110,8 @@ export class HomeServerApi { return this._get("/sync", {since, timeout, filter}, null, options); } - event(roomId, eventId) { - return this._get(`/rooms/${encodeURIComponent(roomId)}/event/${encodeURIComponent(eventId)}`); + context(roomId, eventId, limit, filter) { + return this._get(`/rooms/${encodeURIComponent(roomId)}/context/${encodeURIComponent(eventId)}`, {filter, limit}); } // params is from, dir and optionally to, limit, filter.