@unwanted/matrix-sdk-mini 34.12.0-7 → 34.12.0-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/git-revision.txt +1 -1
  2. package/lib/autodiscovery.js +3 -3
  3. package/lib/autodiscovery.js.map +1 -1
  4. package/lib/client.d.ts.map +1 -1
  5. package/lib/client.js +21 -21
  6. package/lib/client.js.map +1 -1
  7. package/lib/content-repo.js +2 -2
  8. package/lib/content-repo.js.map +1 -1
  9. package/lib/embedded.d.ts.map +1 -1
  10. package/lib/embedded.js +35 -2
  11. package/lib/embedded.js.map +1 -1
  12. package/lib/http-api/prefix.d.ts +6 -7
  13. package/lib/http-api/prefix.d.ts.map +1 -1
  14. package/lib/http-api/prefix.js +6 -7
  15. package/lib/http-api/prefix.js.map +1 -1
  16. package/lib/models/event-timeline-set.d.ts +6 -10
  17. package/lib/models/event-timeline-set.d.ts.map +1 -1
  18. package/lib/models/event-timeline-set.js +28 -36
  19. package/lib/models/event-timeline-set.js.map +1 -1
  20. package/lib/models/event-timeline.d.ts +7 -2
  21. package/lib/models/event-timeline.d.ts.map +1 -1
  22. package/lib/models/event-timeline.js +8 -9
  23. package/lib/models/event-timeline.js.map +1 -1
  24. package/lib/models/event.d.ts.map +1 -1
  25. package/lib/models/event.js +1 -1
  26. package/lib/models/event.js.map +1 -1
  27. package/lib/models/room-state.d.ts +2 -13
  28. package/lib/models/room-state.d.ts.map +1 -1
  29. package/lib/models/room-state.js +2 -30
  30. package/lib/models/room-state.js.map +1 -1
  31. package/lib/models/room.d.ts +2 -2
  32. package/lib/models/room.d.ts.map +1 -1
  33. package/lib/models/room.js +27 -14
  34. package/lib/models/room.js.map +1 -1
  35. package/lib/models/thread.d.ts.map +1 -1
  36. package/lib/models/thread.js +5 -3
  37. package/lib/models/thread.js.map +1 -1
  38. package/lib/sliding-sync-sdk.d.ts +1 -1
  39. package/lib/sliding-sync-sdk.d.ts.map +1 -1
  40. package/lib/sliding-sync-sdk.js +15 -13
  41. package/lib/sliding-sync-sdk.js.map +1 -1
  42. package/lib/sync-accumulator.d.ts +6 -4
  43. package/lib/sync-accumulator.d.ts.map +1 -1
  44. package/lib/sync-accumulator.js +23 -12
  45. package/lib/sync-accumulator.js.map +1 -1
  46. package/lib/sync.d.ts +10 -1
  47. package/lib/sync.d.ts.map +1 -1
  48. package/lib/sync.js +95 -44
  49. package/lib/sync.js.map +1 -1
  50. package/package.json +7 -7
  51. package/src/autodiscovery.ts +3 -3
  52. package/src/client.ts +20 -21
  53. package/src/content-repo.ts +2 -2
  54. package/src/embedded.ts +35 -2
  55. package/src/http-api/prefix.ts +6 -8
  56. package/src/models/event-timeline-set.ts +17 -38
  57. package/src/models/event-timeline.ts +10 -5
  58. package/src/models/event.ts +3 -1
  59. package/src/models/room-state.ts +2 -29
  60. package/src/models/room.ts +18 -6
  61. package/src/models/thread.ts +4 -2
  62. package/src/sliding-sync-sdk.ts +8 -11
  63. package/src/sync-accumulator.ts +33 -16
  64. package/src/sync.ts +113 -47
@@ -81,9 +81,9 @@ export function getHttpUriForMxc(baseUrl, mxc, width, height, resizeMethod) {
81
81
  var isThumbnailRequest = !!width || !!height || !!resizeMethod;
82
82
  var verb = isThumbnailRequest ? "thumbnail" : "download";
83
83
  if (useAuthentication) {
84
- prefix = "/im/_matrix/client/v1/media/".concat(verb);
84
+ prefix = "/_matrix/client/v1/media/".concat(verb);
85
85
  } else {
86
- prefix = "/im/_matrix/media/v3/".concat(verb);
86
+ prefix = "/_matrix/media/v3/".concat(verb);
87
87
  }
88
88
  var url = new URL("".concat(prefix, "/").concat(serverName, "/").concat(mediaId), baseUrl);
89
89
  if (width) {
@@ -1 +1 @@
1
- {"version":3,"file":"content-repo.js","names":["serverNameRegex","validateServerName","serverName","matches","exec","mediaIdRegex","validateMediaId","mediaId","getHttpUriForMxc","baseUrl","mxc","width","height","resizeMethod","allowDirectLinks","arguments","length","undefined","allowRedirects","useAuthentication","startsWith","rest","slice","split","prefix","isThumbnailRequest","verb","concat","url","URL","searchParams","set","Math","round","toString","JSON","stringify","href"],"sources":["../src/content-repo.ts"],"sourcesContent":["/*\nCopyright 2015 - 2024 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\n// Validation based on https://spec.matrix.org/v1.12/appendices/#server-name\n// We do not use the validation described in https://spec.matrix.org/v1.12/client-server-api/#security-considerations-5\n// as it'd wrongly make all MXCs invalid due to not allowing `[].:` in server names.\nconst serverNameRegex =\n /^(?:(?:\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})|(?:\\[[\\dA-Fa-f:.]{2,45}])|(?:[A-Za-z\\d\\-.]{1,255}))(?::\\d{1,5})?$/;\nfunction validateServerName(serverName: string): boolean {\n const matches = serverNameRegex.exec(serverName);\n return matches?.[0] === serverName;\n}\n\n// Validation based on https://spec.matrix.org/v1.12/client-server-api/#security-considerations-5\nconst mediaIdRegex = /^[\\w-]+$/;\nfunction validateMediaId(mediaId: string): boolean {\n const matches = mediaIdRegex.exec(mediaId);\n return matches?.[0] === mediaId;\n}\n\n/**\n * Get the HTTP URL for an MXC URI.\n * @param baseUrl - The base homeserver url which has a content repo.\n * @param mxc - The mxc:// URI.\n * @param width - The desired width of the thumbnail.\n * @param height - The desired height of the thumbnail.\n * @param resizeMethod - The thumbnail resize method to use, either\n * \"crop\" or \"scale\".\n * @param allowDirectLinks - If true, return any non-mxc URLs\n * directly. Fetching such URLs will leak information about the user to\n * anyone they share a room with. If false, will return the emptry string\n * for such URLs.\n * @param allowRedirects - If true, the caller supports the URL being 307 or\n * 308 redirected to another resource upon request. If false, redirects\n * are not expected. Implied `true` when `useAuthentication` is `true`.\n * @param useAuthentication - If true, the caller supports authenticated\n * media and wants an authentication-required URL. Note that server support\n * for authenticated media will *not* be checked - it is the caller's responsibility\n * to do so before calling this function. Note also that `useAuthentication`\n * implies `allowRedirects`. Defaults to false (unauthenticated endpoints).\n * @returns The complete URL to the content, may be an empty string if the provided mxc is not valid.\n */\nexport function getHttpUriForMxc(\n baseUrl: string,\n mxc?: string,\n width?: number,\n height?: number,\n resizeMethod?: string,\n allowDirectLinks = false,\n allowRedirects?: boolean,\n useAuthentication?: boolean,\n): string {\n if (typeof mxc !== \"string\" || !mxc) {\n return \"\";\n }\n if (!mxc.startsWith(\"mxc://\")) {\n if (allowDirectLinks) {\n return mxc;\n } else {\n return \"\";\n }\n }\n\n const [serverName, mediaId, ...rest] = mxc.slice(6).split(\"/\");\n if (rest.length > 0 || !validateServerName(serverName) || !validateMediaId(mediaId)) {\n return \"\";\n }\n\n if (useAuthentication) {\n allowRedirects = true; // per docs (MSC3916 always expects redirects)\n\n // Dev note: MSC3916 removes `allow_redirect` entirely, but\n // for explicitness we set it here. This makes it slightly more obvious to\n // callers, hopefully.\n }\n\n let prefix: string;\n const isThumbnailRequest = !!width || !!height || !!resizeMethod;\n const verb = isThumbnailRequest ? \"thumbnail\" : \"download\";\n if (useAuthentication) {\n prefix = `/im/_matrix/client/v1/media/${verb}`;\n } else {\n prefix = `/im/_matrix/media/v3/${verb}`;\n }\n\n const url = new URL(`${prefix}/${serverName}/${mediaId}`, baseUrl);\n\n if (width) {\n url.searchParams.set(\"width\", Math.round(width).toString());\n }\n if (height) {\n url.searchParams.set(\"height\", Math.round(height).toString());\n }\n if (resizeMethod) {\n url.searchParams.set(\"method\", resizeMethod);\n }\n\n if (typeof allowRedirects === \"boolean\") {\n // We add this after, so we don't convert everything to a thumbnail request.\n url.searchParams.set(\"allow_redirect\", JSON.stringify(allowRedirects));\n }\n\n return url.href;\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"content-repo.js","names":["serverNameRegex","validateServerName","serverName","matches","exec","mediaIdRegex","validateMediaId","mediaId","getHttpUriForMxc","baseUrl","mxc","width","height","resizeMethod","allowDirectLinks","arguments","length","undefined","allowRedirects","useAuthentication","startsWith","rest","slice","split","prefix","isThumbnailRequest","verb","concat","url","URL","searchParams","set","Math","round","toString","JSON","stringify","href"],"sources":["../src/content-repo.ts"],"sourcesContent":["/*\nCopyright 2015 - 2024 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\n// Validation based on https://spec.matrix.org/v1.12/appendices/#server-name\n// We do not use the validation described in https://spec.matrix.org/v1.12/client-server-api/#security-considerations-5\n// as it'd wrongly make all MXCs invalid due to not allowing `[].:` in server names.\nconst serverNameRegex =\n /^(?:(?:\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})|(?:\\[[\\dA-Fa-f:.]{2,45}])|(?:[A-Za-z\\d\\-.]{1,255}))(?::\\d{1,5})?$/;\nfunction validateServerName(serverName: string): boolean {\n const matches = serverNameRegex.exec(serverName);\n return matches?.[0] === serverName;\n}\n\n// Validation based on https://spec.matrix.org/v1.12/client-server-api/#security-considerations-5\nconst mediaIdRegex = /^[\\w-]+$/;\nfunction validateMediaId(mediaId: string): boolean {\n const matches = mediaIdRegex.exec(mediaId);\n return matches?.[0] === mediaId;\n}\n\n/**\n * Get the HTTP URL for an MXC URI.\n * @param baseUrl - The base homeserver url which has a content repo.\n * @param mxc - The mxc:// URI.\n * @param width - The desired width of the thumbnail.\n * @param height - The desired height of the thumbnail.\n * @param resizeMethod - The thumbnail resize method to use, either\n * \"crop\" or \"scale\".\n * @param allowDirectLinks - If true, return any non-mxc URLs\n * directly. Fetching such URLs will leak information about the user to\n * anyone they share a room with. If false, will return the emptry string\n * for such URLs.\n * @param allowRedirects - If true, the caller supports the URL being 307 or\n * 308 redirected to another resource upon request. If false, redirects\n * are not expected. Implied `true` when `useAuthentication` is `true`.\n * @param useAuthentication - If true, the caller supports authenticated\n * media and wants an authentication-required URL. Note that server support\n * for authenticated media will *not* be checked - it is the caller's responsibility\n * to do so before calling this function. Note also that `useAuthentication`\n * implies `allowRedirects`. Defaults to false (unauthenticated endpoints).\n * @returns The complete URL to the content, may be an empty string if the provided mxc is not valid.\n */\nexport function getHttpUriForMxc(\n baseUrl: string,\n mxc?: string,\n width?: number,\n height?: number,\n resizeMethod?: string,\n allowDirectLinks = false,\n allowRedirects?: boolean,\n useAuthentication?: boolean,\n): string {\n if (typeof mxc !== \"string\" || !mxc) {\n return \"\";\n }\n if (!mxc.startsWith(\"mxc://\")) {\n if (allowDirectLinks) {\n return mxc;\n } else {\n return \"\";\n }\n }\n\n const [serverName, mediaId, ...rest] = mxc.slice(6).split(\"/\");\n if (rest.length > 0 || !validateServerName(serverName) || !validateMediaId(mediaId)) {\n return \"\";\n }\n\n if (useAuthentication) {\n allowRedirects = true; // per docs (MSC3916 always expects redirects)\n\n // Dev note: MSC3916 removes `allow_redirect` entirely, but\n // for explicitness we set it here. This makes it slightly more obvious to\n // callers, hopefully.\n }\n\n let prefix: string;\n const isThumbnailRequest = !!width || !!height || !!resizeMethod;\n const verb = isThumbnailRequest ? \"thumbnail\" : \"download\";\n if (useAuthentication) {\n prefix = `/_matrix/client/v1/media/${verb}`;\n } else {\n prefix = `/_matrix/media/v3/${verb}`;\n }\n\n const url = new URL(`${prefix}/${serverName}/${mediaId}`, baseUrl);\n\n if (width) {\n url.searchParams.set(\"width\", Math.round(width).toString());\n }\n if (height) {\n url.searchParams.set(\"height\", Math.round(height).toString());\n }\n if (resizeMethod) {\n url.searchParams.set(\"method\", resizeMethod);\n }\n\n if (typeof allowRedirects === \"boolean\") {\n // We add this after, so we don't convert everything to a thumbnail request.\n url.searchParams.set(\"allow_redirect\", JSON.stringify(allowRedirects));\n }\n\n return url.href;\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"embedded.d.ts","sourceRoot":"","sources":["../src/embedded.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"embedded.d.ts","sourceRoot":"","sources":["../src/embedded.ts"],"names":[],"mappings":"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"}
package/lib/embedded.js CHANGED
@@ -119,7 +119,34 @@ export class RoomWidgetClient extends MatrixClient {
119
119
 
120
120
  // Only inject once we have update the txId
121
121
  yield _this.updateTxId(event);
122
- yield _this.syncApi.injectRoomEvents(_this.room, [], [event]);
122
+
123
+ // The widget API does not tell us whether a state event came from `state_after` or not so we assume legacy behaviour for now.
124
+ if (_this.syncApi instanceof SyncApi) {
125
+ // The code will want to be something like:
126
+ // ```
127
+ // if (!params.addToTimeline && !params.addToState) {
128
+ // // Passing undefined for `stateAfterEventList` makes `injectRoomEvents` run in "legacy mode"
129
+ // // -> state events part of the `timelineEventList` parameter will update the state.
130
+ // this.injectRoomEvents(this.room!, [], undefined, [event]);
131
+ // } else {
132
+ // this.injectRoomEvents(this.room!, undefined, params.addToState ? [event] : [], params.addToTimeline ? [event] : []);
133
+ // }
134
+ // ```
135
+
136
+ // Passing undefined for `stateAfterEventList` allows will make `injectRoomEvents` run in legacy mode
137
+ // -> state events in `timelineEventList` will update the state.
138
+ yield _this.syncApi.injectRoomEvents(_this.room, [], undefined, [event]);
139
+ } else {
140
+ // The code will want to be something like:
141
+ // ```
142
+ // if (!params.addToTimeline && !params.addToState) {
143
+ // this.injectRoomEvents(this.room!, [], [event]);
144
+ // } else {
145
+ // this.injectRoomEvents(this.room!, params.addToState ? [event] : [], params.addToTimeline ? [event] : []);
146
+ // }
147
+ // ```
148
+ yield _this.syncApi.injectRoomEvents(_this.room, [], [event]); // Sliding Sync
149
+ }
123
150
  _this.emit(ClientEvent.Event, event);
124
151
  _this.setSyncState(SyncState.Syncing);
125
152
  logger.info("Received event ".concat(event.getId(), " ").concat(event.getType(), " ").concat(event.getStateKey()));
@@ -271,7 +298,13 @@ export class RoomWidgetClient extends MatrixClient {
271
298
  } = _ref8;
272
299
  var rawEvents = yield _this2.widgetApi.readStateEvents(eventType, undefined, stateKey, [_this2.roomId]);
273
300
  var events = rawEvents.map(rawEvent => new MatrixEvent(rawEvent));
274
- yield _this2.syncApi.injectRoomEvents(_this2.room, [], events);
301
+ if (_this2.syncApi instanceof SyncApi) {
302
+ // Passing undefined for `stateAfterEventList` allows will make `injectRoomEvents` run in legacy mode
303
+ // -> state events in `timelineEventList` will update the state.
304
+ yield _this2.syncApi.injectRoomEvents(_this2.room, undefined, events);
305
+ } else {
306
+ yield _this2.syncApi.injectRoomEvents(_this2.room, events); // Sliding Sync
307
+ }
275
308
  events.forEach(event => {
276
309
  _this2.emit(ClientEvent.Event, event);
277
310
  logger.info("Backfilled event ".concat(event.getId(), " ").concat(event.getType(), " ").concat(event.getStateKey()));
@@ -1 +1 @@
1
- {"version":3,"file":"embedded.js","names":["WidgetApiToWidgetAction","WidgetApiResponseError","MatrixCapabilities","MatrixEvent","logger","MatrixClient","ClientEvent","UNSTABLE_MSC4140_DELAYED_EVENTS","SyncApi","SyncState","SlidingSyncSdk","MatrixError","User","MapWithDefault","recursiveMapToObject","TypedEventEmitter","RoomWidgetClientEvent","RoomWidgetClient","constructor","widgetApi","capabilities","roomId","opts","sendContentLoaded","_this","_capabilities$sendEve","_capabilities$receive","_capabilities$sendSta","_capabilities$receive2","_capabilities$sendEve2","_capabilities$receive3","_capabilities$sendSta2","_capabilities$receive4","_capabilities$sendToD","_capabilities$receive5","_capabilities$sendEve3","_capabilities$sendSta3","this","_defineProperty","_ref","_asyncToGenerator","event","getSender","getUserId","pendingSendingEventsTxId","some","p","getType","type","_this$pendingSendingE","matchingTxId","find","id","getId","txId","length","_this$pendingSendingE2","Promise","resolve","eventEmitter","once","PendingEventsChanged","setTxnId","setUnsigned","_objectSpread","getUnsigned","transaction_id","filter","emit","_x","apply","arguments","_ref2","ev","preventDefault","detail","data","room_id","updateTxId","syncApi","injectRoomEvents","room","Event","setSyncState","Syncing","info","concat","getStateKey","event_id","eventId","ack","_x2","_ref3","sender","content","ToDeviceEvent","_x3","transportSend","transport","send","bind","_ref4","action","error","processAndThrow","_x4","_x5","transportSendComplete","sendComplete","_ref5","_x6","_x7","widgetApiReady","sendEvent","receiveEvent","sendMessage","Array","isArray","receiveMessage","sendState","receiveState","requestCapabilityForRoomTimeline","forEach","eventType","requestCapabilityToSendEvent","requestCapabilityToReceiveEvent","requestCapabilityToSendMessage","msgType","requestCapabilityToReceiveMessage","_ref6","stateKey","requestCapabilityToSendState","_ref7","requestCapabilityToReceiveState","sendToDevice","requestCapabilityToSendToDevice","receiveToDevice","requestCapabilityToReceiveToDevice","sendDelayedEvents","requestCapability","MSC4157SendDelayedEvent","updateDelayedEvents","MSC4157UpdateDelayedEvent","turnServers","MSC3846TurnServers","on","SendEvent","onEvent","SendToDevice","onToDevice","start","startClient","_arguments","_this2","_this2$capabilities$r","_this2$capabilities$r2","undefined","lifecycle","AbortController","userId","store","storeUser","slidingSync","buildSyncApiOptions","createRoom","storeRoom","all","map","_ref9","_ref8","rawEvents","readStateEvents","events","rawEvent","_x8","clientWellKnownPollPeriod","clientWellKnownIntervalID","setInterval","fetchClientWellKnown","stopClient","off","abort","joinRoom","roomIdOrAlias","_this3","Error","sendStateEvent","_arguments2","_this4","response","_unstable_sendDelayedStateEvent","delayOpts","_arguments3","_this5","doesServerSupportUnstableFeature","delay","parent_delay_id","validateSendDelayedEventResponse","delay_id","_unstable_updateDelayedEvent","delayId","_this6","updateDelayedEvent","contentMap","_this7","getOpenIdToken","_this8","token","requestOpenIDConnectToken","access_token","expires_in","matrix_server_name","token_type","queueToDevice","_ref10","_this9","batch","Map","deviceId","payload","getOrCreate","set","getSyncState","syncState","state","oldState","Sync","_this10","reply","matrix_api_error","fromWidgetApiErrorData"],"sources":["../src/embedded.ts"],"sourcesContent":["/*\nCopyright 2022 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport {\n WidgetApi,\n WidgetApiToWidgetAction,\n WidgetApiResponseError,\n MatrixCapabilities,\n IWidgetApiRequest,\n IWidgetApiAcknowledgeResponseData,\n ISendEventToWidgetActionRequest,\n ISendToDeviceToWidgetActionRequest,\n ISendEventFromWidgetResponseData,\n IWidgetApiRequestData,\n WidgetApiAction,\n IWidgetApiResponse,\n IWidgetApiResponseData,\n} from \"matrix-widget-api\";\n\nimport { MatrixEvent, IEvent, IContent } from \"./models/event.ts\";\nimport {\n ISendEventResponse,\n SendDelayedEventRequestOpts,\n SendDelayedEventResponse,\n UpdateDelayedEventAction,\n} from \"./@types/requests.ts\";\nimport { StateEvents } from \"./@types/event.ts\";\nimport { logger } from \"./logger.ts\";\nimport {\n MatrixClient,\n ClientEvent,\n IMatrixClientCreateOpts,\n IStartClientOpts,\n SendToDeviceContentMap,\n IOpenIDToken,\n UNSTABLE_MSC4140_DELAYED_EVENTS,\n} from \"./client.ts\";\nimport { SyncApi, SyncState } from \"./sync.ts\";\nimport { SlidingSyncSdk } from \"./sliding-sync-sdk.ts\";\nimport { MatrixError } from \"./http-api/errors.ts\";\nimport { User } from \"./models/user.ts\";\nimport { Room } from \"./models/room.ts\";\nimport { ToDeviceBatch, ToDevicePayload } from \"./models/ToDeviceMessage.ts\";\nimport { MapWithDefault, recursiveMapToObject } from \"./utils.ts\";\nimport { TypedEventEmitter } from \"./matrix.ts\";\n\ninterface IStateEventRequest {\n eventType: string;\n stateKey?: string;\n}\n\nexport interface ICapabilities {\n /**\n * Event types that this client expects to send.\n */\n sendEvent?: string[];\n /**\n * Event types that this client expects to receive.\n */\n receiveEvent?: string[];\n\n /**\n * Message types that this client expects to send, or true for all message\n * types.\n */\n sendMessage?: string[] | true;\n /**\n * Message types that this client expects to receive, or true for all\n * message types.\n */\n receiveMessage?: string[] | true;\n\n /**\n * Types of state events that this client expects to send.\n */\n sendState?: IStateEventRequest[];\n /**\n * Types of state events that this client expects to receive.\n */\n receiveState?: IStateEventRequest[];\n\n /**\n * To-device event types that this client expects to send.\n */\n sendToDevice?: string[];\n /**\n * To-device event types that this client expects to receive.\n */\n receiveToDevice?: string[];\n\n /**\n * Whether this client needs access to TURN servers.\n * @defaultValue false\n */\n turnServers?: boolean;\n\n /**\n * Whether this client needs to be able to send delayed events.\n * @experimental Part of MSC4140 & MSC4157\n * @defaultValue false\n */\n sendDelayedEvents?: boolean;\n\n /**\n * Whether this client needs to be able to update delayed events.\n * @experimental Part of MSC4140 & MSC4157\n * @defaultValue false\n */\n updateDelayedEvents?: boolean;\n}\n\nexport enum RoomWidgetClientEvent {\n PendingEventsChanged = \"PendingEvent.pendingEventsChanged\",\n}\nexport type EventHandlerMap = { [RoomWidgetClientEvent.PendingEventsChanged]: () => void };\n/**\n * A MatrixClient that routes its requests through the widget API instead of the\n * real CS API.\n * @experimental This class is considered unstable!\n */\nexport class RoomWidgetClient extends MatrixClient {\n private room?: Room;\n private readonly widgetApiReady: Promise<void>;\n private lifecycle?: AbortController;\n private syncState: SyncState | null = null;\n\n private pendingSendingEventsTxId: { type: string; id: string | undefined; txId: string }[] = [];\n private eventEmitter = new TypedEventEmitter<keyof EventHandlerMap, EventHandlerMap>();\n\n /**\n *\n * @param widgetApi - The widget api to use for communication.\n * @param capabilities - The capabilities the widget client will request.\n * @param roomId - The room id the widget is associated with.\n * @param opts - The configuration options for this client.\n * @param sendContentLoaded - Whether to send a content loaded widget action immediately after initial setup.\n * Set to `false` if the widget uses `waitForIFrameLoad=true` (in this case the client does not expect a content loaded action at all),\n * or if the the widget wants to send the `ContentLoaded` action at a later point in time after the initial setup.\n */\n public constructor(\n private readonly widgetApi: WidgetApi,\n private readonly capabilities: ICapabilities,\n private readonly roomId: string,\n opts: IMatrixClientCreateOpts,\n sendContentLoaded: boolean,\n ) {\n super(opts);\n\n const transportSend = this.widgetApi.transport.send.bind(this.widgetApi.transport);\n this.widgetApi.transport.send = async <\n T extends IWidgetApiRequestData,\n R extends IWidgetApiResponseData = IWidgetApiAcknowledgeResponseData,\n >(\n action: WidgetApiAction,\n data: T,\n ): Promise<R> => {\n try {\n return await transportSend(action, data);\n } catch (error) {\n processAndThrow(error);\n }\n };\n\n const transportSendComplete = this.widgetApi.transport.sendComplete.bind(this.widgetApi.transport);\n this.widgetApi.transport.sendComplete = async <T extends IWidgetApiRequestData, R extends IWidgetApiResponse>(\n action: WidgetApiAction,\n data: T,\n ): Promise<R> => {\n try {\n return await transportSendComplete(action, data);\n } catch (error) {\n processAndThrow(error);\n }\n };\n\n this.widgetApiReady = new Promise<void>((resolve) => this.widgetApi.once(\"ready\", resolve));\n\n // Request capabilities for the functionality this client needs to support\n if (\n capabilities.sendEvent?.length ||\n capabilities.receiveEvent?.length ||\n capabilities.sendMessage === true ||\n (Array.isArray(capabilities.sendMessage) && capabilities.sendMessage.length) ||\n capabilities.receiveMessage === true ||\n (Array.isArray(capabilities.receiveMessage) && capabilities.receiveMessage.length) ||\n capabilities.sendState?.length ||\n capabilities.receiveState?.length\n ) {\n widgetApi.requestCapabilityForRoomTimeline(roomId);\n }\n capabilities.sendEvent?.forEach((eventType) => widgetApi.requestCapabilityToSendEvent(eventType));\n capabilities.receiveEvent?.forEach((eventType) => widgetApi.requestCapabilityToReceiveEvent(eventType));\n if (capabilities.sendMessage === true) {\n widgetApi.requestCapabilityToSendMessage();\n } else if (Array.isArray(capabilities.sendMessage)) {\n capabilities.sendMessage.forEach((msgType) => widgetApi.requestCapabilityToSendMessage(msgType));\n }\n if (capabilities.receiveMessage === true) {\n widgetApi.requestCapabilityToReceiveMessage();\n } else if (Array.isArray(capabilities.receiveMessage)) {\n capabilities.receiveMessage.forEach((msgType) => widgetApi.requestCapabilityToReceiveMessage(msgType));\n }\n capabilities.sendState?.forEach(({ eventType, stateKey }) =>\n widgetApi.requestCapabilityToSendState(eventType, stateKey),\n );\n capabilities.receiveState?.forEach(({ eventType, stateKey }) =>\n widgetApi.requestCapabilityToReceiveState(eventType, stateKey),\n );\n capabilities.sendToDevice?.forEach((eventType) => widgetApi.requestCapabilityToSendToDevice(eventType));\n capabilities.receiveToDevice?.forEach((eventType) => widgetApi.requestCapabilityToReceiveToDevice(eventType));\n if (\n capabilities.sendDelayedEvents &&\n (capabilities.sendEvent?.length ||\n capabilities.sendMessage === true ||\n (Array.isArray(capabilities.sendMessage) && capabilities.sendMessage.length) ||\n capabilities.sendState?.length)\n ) {\n widgetApi.requestCapability(MatrixCapabilities.MSC4157SendDelayedEvent);\n }\n if (capabilities.updateDelayedEvents) {\n widgetApi.requestCapability(MatrixCapabilities.MSC4157UpdateDelayedEvent);\n }\n if (capabilities.turnServers) {\n widgetApi.requestCapability(MatrixCapabilities.MSC3846TurnServers);\n }\n\n widgetApi.on(`action:${WidgetApiToWidgetAction.SendEvent}`, this.onEvent);\n widgetApi.on(`action:${WidgetApiToWidgetAction.SendToDevice}`, this.onToDevice);\n\n // Open communication with the host\n widgetApi.start();\n // Send a content loaded event now we've started the widget API\n // Note that element-web currently does not use waitForIFrameLoad=false and so\n // does *not* (yes, that is the right way around) wait for this event. Let's\n // start sending this, then once this has rolled out, we can change element-web to\n // use waitForIFrameLoad=false and have a widget API that's less racy.\n if (sendContentLoaded) widgetApi.sendContentLoaded();\n }\n\n public async startClient(opts: IStartClientOpts = {}): Promise<void> {\n this.lifecycle = new AbortController();\n\n // Create our own user object artificially (instead of waiting for sync)\n // so it's always available, even if the user is not in any rooms etc.\n const userId = this.getUserId();\n if (userId) {\n this.store.storeUser(new User(userId));\n }\n\n // Even though we have no access token and cannot sync, the sync class\n // still has some valuable helper methods that we make use of, so we\n // instantiate it anyways\n if (opts.slidingSync) {\n this.syncApi = new SlidingSyncSdk(opts.slidingSync, this, opts);\n } else {\n this.syncApi = new SyncApi(this, opts, this.buildSyncApiOptions());\n }\n\n this.room = this.syncApi.createRoom(this.roomId);\n this.store.storeRoom(this.room);\n\n await this.widgetApiReady;\n\n // Backfill the requested events\n // We only get the most recent event for every type + state key combo,\n // so it doesn't really matter what order we inject them in\n await Promise.all(\n this.capabilities.receiveState?.map(async ({ eventType, stateKey }) => {\n const rawEvents = await this.widgetApi.readStateEvents(eventType, undefined, stateKey, [this.roomId]);\n const events = rawEvents.map((rawEvent) => new MatrixEvent(rawEvent as Partial<IEvent>));\n\n await this.syncApi!.injectRoomEvents(this.room!, [], events);\n events.forEach((event) => {\n this.emit(ClientEvent.Event, event);\n logger.info(`Backfilled event ${event.getId()} ${event.getType()} ${event.getStateKey()}`);\n });\n }) ?? [],\n );\n\n if (opts.clientWellKnownPollPeriod !== undefined) {\n this.clientWellKnownIntervalID = setInterval(() => {\n this.fetchClientWellKnown();\n }, 1000 * opts.clientWellKnownPollPeriod);\n this.fetchClientWellKnown();\n }\n\n this.setSyncState(SyncState.Syncing);\n logger.info(\"Finished backfilling events\");\n }\n\n public stopClient(): void {\n this.widgetApi.off(`action:${WidgetApiToWidgetAction.SendEvent}`, this.onEvent);\n this.widgetApi.off(`action:${WidgetApiToWidgetAction.SendToDevice}`, this.onToDevice);\n\n super.stopClient();\n this.lifecycle!.abort(); // Signal to other async tasks that the client has stopped\n }\n\n public async joinRoom(roomIdOrAlias: string): Promise<Room> {\n if (roomIdOrAlias === this.roomId) return this.room!;\n throw new Error(`Unknown room: ${roomIdOrAlias}`);\n }\n\n public async sendStateEvent(\n roomId: string,\n eventType: string,\n content: any,\n stateKey = \"\",\n ): Promise<ISendEventResponse> {\n const response = await this.widgetApi.sendStateEvent(eventType, stateKey, content, roomId);\n if (response.event_id === undefined) {\n throw new Error(\"'event_id' absent from response to an event request\");\n }\n return { event_id: response.event_id };\n }\n\n /**\n * @experimental This currently relies on an unstable MSC (MSC4140).\n */\n // eslint-disable-next-line\n public async _unstable_sendDelayedStateEvent<K extends keyof StateEvents>(\n roomId: string,\n delayOpts: SendDelayedEventRequestOpts,\n eventType: K,\n content: StateEvents[K],\n stateKey = \"\",\n ): Promise<SendDelayedEventResponse> {\n if (!(await this.doesServerSupportUnstableFeature(UNSTABLE_MSC4140_DELAYED_EVENTS))) {\n throw Error(\"Server does not support the delayed events API\");\n }\n\n const response = await this.widgetApi.sendStateEvent(\n eventType,\n stateKey,\n content,\n roomId,\n \"delay\" in delayOpts ? delayOpts.delay : undefined,\n \"parent_delay_id\" in delayOpts ? delayOpts.parent_delay_id : undefined,\n );\n return this.validateSendDelayedEventResponse(response);\n }\n\n private validateSendDelayedEventResponse(response: ISendEventFromWidgetResponseData): SendDelayedEventResponse {\n if (response.delay_id === undefined) {\n throw new Error(\"'delay_id' absent from response to a delayed event request\");\n }\n return { delay_id: response.delay_id };\n }\n\n /**\n * @experimental This currently relies on an unstable MSC (MSC4140).\n */\n // eslint-disable-next-line\n public async _unstable_updateDelayedEvent(delayId: string, action: UpdateDelayedEventAction): Promise<{}> {\n if (!(await this.doesServerSupportUnstableFeature(UNSTABLE_MSC4140_DELAYED_EVENTS))) {\n throw Error(\"Server does not support the delayed events API\");\n }\n\n return await this.widgetApi.updateDelayedEvent(delayId, action);\n }\n\n public async sendToDevice(eventType: string, contentMap: SendToDeviceContentMap): Promise<{}> {\n await this.widgetApi.sendToDevice(eventType, false, recursiveMapToObject(contentMap));\n return {};\n }\n\n public async getOpenIdToken(): Promise<IOpenIDToken> {\n const token = await this.widgetApi.requestOpenIDConnectToken();\n // the IOpenIDCredentials from the widget-api and IOpenIDToken form the matrix-js-sdk are compatible.\n // we still recreate the token to make this transparent and catch'able by the linter in case the types change in the future.\n return <IOpenIDToken>{\n access_token: token.access_token,\n expires_in: token.expires_in,\n matrix_server_name: token.matrix_server_name,\n token_type: token.token_type,\n };\n }\n\n public async queueToDevice({ eventType, batch }: ToDeviceBatch): Promise<void> {\n // map: user Id → device Id → payload\n const contentMap: MapWithDefault<string, Map<string, ToDevicePayload>> = new MapWithDefault(() => new Map());\n for (const { userId, deviceId, payload } of batch) {\n contentMap.getOrCreate(userId).set(deviceId, payload);\n }\n\n await this.widgetApi.sendToDevice(eventType, false, recursiveMapToObject(contentMap));\n }\n\n // Overridden since we 'sync' manually without the sync API\n public getSyncState(): SyncState | null {\n return this.syncState;\n }\n\n private setSyncState(state: SyncState): void {\n const oldState = this.syncState;\n this.syncState = state;\n this.emit(ClientEvent.Sync, state, oldState);\n }\n\n private async ack(ev: CustomEvent<IWidgetApiRequest>): Promise<void> {\n await this.widgetApi.transport.reply<IWidgetApiAcknowledgeResponseData>(ev.detail, {});\n }\n\n private updateTxId = async (event: MatrixEvent): Promise<void> => {\n // We update the txId for remote echos that originate from this client.\n // This happens with the help of `pendingSendingEventsTxId` where we store all events that are currently sending\n // with their widget txId and once ready the final evId.\n if (\n // This could theoretically be an event send by this device\n // In that case we need to update the txId of the event because the embedded client/widget\n // knows this event with a different transaction Id than what was used by the host client.\n event.getSender() === this.getUserId() &&\n // We optimize by not blocking events from types that we have not send\n // with this client.\n this.pendingSendingEventsTxId.some((p) => event.getType() === p.type)\n ) {\n // Compare by event Id if we have a matching pending event where we know the txId.\n let matchingTxId = this.pendingSendingEventsTxId.find((p) => p.id === event.getId())?.txId;\n // Block any further processing of this event until we have received the sending response.\n // -> until we know the event id.\n // -> until we have not pending events anymore.\n while (!matchingTxId && this.pendingSendingEventsTxId.length > 0) {\n // Recheck whenever the PendingEventsChanged\n await new Promise<void>((resolve) =>\n this.eventEmitter.once(RoomWidgetClientEvent.PendingEventsChanged, () => resolve()),\n );\n matchingTxId = this.pendingSendingEventsTxId.find((p) => p.id === event.getId())?.txId;\n }\n\n // We found the correct txId: we update the event and delete the entry of the pending events.\n if (matchingTxId) {\n event.setTxnId(matchingTxId);\n event.setUnsigned({ ...event.getUnsigned(), transaction_id: matchingTxId });\n }\n this.pendingSendingEventsTxId = this.pendingSendingEventsTxId.filter((p) => p.id !== event.getId());\n\n // Emit once there are no pending events anymore to release all other events that got\n // awaited in the `while (!matchingTxId && this.pendingSendingEventsTxId.length > 0)` loop\n // but are not send by this client.\n if (this.pendingSendingEventsTxId.length === 0) {\n this.eventEmitter.emit(RoomWidgetClientEvent.PendingEventsChanged);\n }\n }\n };\n\n private onEvent = async (ev: CustomEvent<ISendEventToWidgetActionRequest>): Promise<void> => {\n ev.preventDefault();\n\n // Verify the room ID matches, since it's possible for the client to\n // send us events from other rooms if this widget is always on screen\n if (ev.detail.data.room_id === this.roomId) {\n const event = new MatrixEvent(ev.detail.data as Partial<IEvent>);\n\n // Only inject once we have update the txId\n await this.updateTxId(event);\n await this.syncApi!.injectRoomEvents(this.room!, [], [event]);\n this.emit(ClientEvent.Event, event);\n this.setSyncState(SyncState.Syncing);\n logger.info(`Received event ${event.getId()} ${event.getType()} ${event.getStateKey()}`);\n } else {\n const { event_id: eventId, room_id: roomId } = ev.detail.data;\n logger.info(`Received event ${eventId} for a different room ${roomId}; discarding`);\n }\n\n await this.ack(ev);\n };\n\n private onToDevice = async (ev: CustomEvent<ISendToDeviceToWidgetActionRequest>): Promise<void> => {\n ev.preventDefault();\n\n const event = new MatrixEvent({\n type: ev.detail.data.type,\n sender: ev.detail.data.sender,\n content: ev.detail.data.content as IContent,\n });\n\n this.emit(ClientEvent.ToDeviceEvent, event);\n this.setSyncState(SyncState.Syncing);\n await this.ack(ev);\n };\n}\n\nfunction processAndThrow(error: unknown): never {\n if (error instanceof WidgetApiResponseError && error.data.matrix_api_error) {\n throw MatrixError.fromWidgetApiErrorData(error.data.matrix_api_error);\n } else {\n throw error;\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"embedded.js","names":["WidgetApiToWidgetAction","WidgetApiResponseError","MatrixCapabilities","MatrixEvent","logger","MatrixClient","ClientEvent","UNSTABLE_MSC4140_DELAYED_EVENTS","SyncApi","SyncState","SlidingSyncSdk","MatrixError","User","MapWithDefault","recursiveMapToObject","TypedEventEmitter","RoomWidgetClientEvent","RoomWidgetClient","constructor","widgetApi","capabilities","roomId","opts","sendContentLoaded","_this","_capabilities$sendEve","_capabilities$receive","_capabilities$sendSta","_capabilities$receive2","_capabilities$sendEve2","_capabilities$receive3","_capabilities$sendSta2","_capabilities$receive4","_capabilities$sendToD","_capabilities$receive5","_capabilities$sendEve3","_capabilities$sendSta3","this","_defineProperty","_ref","_asyncToGenerator","event","getSender","getUserId","pendingSendingEventsTxId","some","p","getType","type","_this$pendingSendingE","matchingTxId","find","id","getId","txId","length","_this$pendingSendingE2","Promise","resolve","eventEmitter","once","PendingEventsChanged","setTxnId","setUnsigned","_objectSpread","getUnsigned","transaction_id","filter","emit","_x","apply","arguments","_ref2","ev","preventDefault","detail","data","room_id","updateTxId","syncApi","injectRoomEvents","room","undefined","Event","setSyncState","Syncing","info","concat","getStateKey","event_id","eventId","ack","_x2","_ref3","sender","content","ToDeviceEvent","_x3","transportSend","transport","send","bind","_ref4","action","error","processAndThrow","_x4","_x5","transportSendComplete","sendComplete","_ref5","_x6","_x7","widgetApiReady","sendEvent","receiveEvent","sendMessage","Array","isArray","receiveMessage","sendState","receiveState","requestCapabilityForRoomTimeline","forEach","eventType","requestCapabilityToSendEvent","requestCapabilityToReceiveEvent","requestCapabilityToSendMessage","msgType","requestCapabilityToReceiveMessage","_ref6","stateKey","requestCapabilityToSendState","_ref7","requestCapabilityToReceiveState","sendToDevice","requestCapabilityToSendToDevice","receiveToDevice","requestCapabilityToReceiveToDevice","sendDelayedEvents","requestCapability","MSC4157SendDelayedEvent","updateDelayedEvents","MSC4157UpdateDelayedEvent","turnServers","MSC3846TurnServers","on","SendEvent","onEvent","SendToDevice","onToDevice","start","startClient","_arguments","_this2","_this2$capabilities$r","_this2$capabilities$r2","lifecycle","AbortController","userId","store","storeUser","slidingSync","buildSyncApiOptions","createRoom","storeRoom","all","map","_ref9","_ref8","rawEvents","readStateEvents","events","rawEvent","_x8","clientWellKnownPollPeriod","clientWellKnownIntervalID","setInterval","fetchClientWellKnown","stopClient","off","abort","joinRoom","roomIdOrAlias","_this3","Error","sendStateEvent","_arguments2","_this4","response","_unstable_sendDelayedStateEvent","delayOpts","_arguments3","_this5","doesServerSupportUnstableFeature","delay","parent_delay_id","validateSendDelayedEventResponse","delay_id","_unstable_updateDelayedEvent","delayId","_this6","updateDelayedEvent","contentMap","_this7","getOpenIdToken","_this8","token","requestOpenIDConnectToken","access_token","expires_in","matrix_server_name","token_type","queueToDevice","_ref10","_this9","batch","Map","deviceId","payload","getOrCreate","set","getSyncState","syncState","state","oldState","Sync","_this10","reply","matrix_api_error","fromWidgetApiErrorData"],"sources":["../src/embedded.ts"],"sourcesContent":["/*\nCopyright 2022 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport {\n WidgetApi,\n WidgetApiToWidgetAction,\n WidgetApiResponseError,\n MatrixCapabilities,\n IWidgetApiRequest,\n IWidgetApiAcknowledgeResponseData,\n ISendEventToWidgetActionRequest,\n ISendToDeviceToWidgetActionRequest,\n ISendEventFromWidgetResponseData,\n IWidgetApiRequestData,\n WidgetApiAction,\n IWidgetApiResponse,\n IWidgetApiResponseData,\n} from \"matrix-widget-api\";\n\nimport { MatrixEvent, IEvent, IContent } from \"./models/event.ts\";\nimport {\n ISendEventResponse,\n SendDelayedEventRequestOpts,\n SendDelayedEventResponse,\n UpdateDelayedEventAction,\n} from \"./@types/requests.ts\";\nimport { StateEvents } from \"./@types/event.ts\";\nimport { logger } from \"./logger.ts\";\nimport {\n MatrixClient,\n ClientEvent,\n IMatrixClientCreateOpts,\n IStartClientOpts,\n SendToDeviceContentMap,\n IOpenIDToken,\n UNSTABLE_MSC4140_DELAYED_EVENTS,\n} from \"./client.ts\";\nimport { SyncApi, SyncState } from \"./sync.ts\";\nimport { SlidingSyncSdk } from \"./sliding-sync-sdk.ts\";\nimport { MatrixError } from \"./http-api/errors.ts\";\nimport { User } from \"./models/user.ts\";\nimport { Room } from \"./models/room.ts\";\nimport { ToDeviceBatch, ToDevicePayload } from \"./models/ToDeviceMessage.ts\";\nimport { MapWithDefault, recursiveMapToObject } from \"./utils.ts\";\nimport { TypedEventEmitter } from \"./matrix.ts\";\n\ninterface IStateEventRequest {\n eventType: string;\n stateKey?: string;\n}\n\nexport interface ICapabilities {\n /**\n * Event types that this client expects to send.\n */\n sendEvent?: string[];\n /**\n * Event types that this client expects to receive.\n */\n receiveEvent?: string[];\n\n /**\n * Message types that this client expects to send, or true for all message\n * types.\n */\n sendMessage?: string[] | true;\n /**\n * Message types that this client expects to receive, or true for all\n * message types.\n */\n receiveMessage?: string[] | true;\n\n /**\n * Types of state events that this client expects to send.\n */\n sendState?: IStateEventRequest[];\n /**\n * Types of state events that this client expects to receive.\n */\n receiveState?: IStateEventRequest[];\n\n /**\n * To-device event types that this client expects to send.\n */\n sendToDevice?: string[];\n /**\n * To-device event types that this client expects to receive.\n */\n receiveToDevice?: string[];\n\n /**\n * Whether this client needs access to TURN servers.\n * @defaultValue false\n */\n turnServers?: boolean;\n\n /**\n * Whether this client needs to be able to send delayed events.\n * @experimental Part of MSC4140 & MSC4157\n * @defaultValue false\n */\n sendDelayedEvents?: boolean;\n\n /**\n * Whether this client needs to be able to update delayed events.\n * @experimental Part of MSC4140 & MSC4157\n * @defaultValue false\n */\n updateDelayedEvents?: boolean;\n}\n\nexport enum RoomWidgetClientEvent {\n PendingEventsChanged = \"PendingEvent.pendingEventsChanged\",\n}\nexport type EventHandlerMap = { [RoomWidgetClientEvent.PendingEventsChanged]: () => void };\n/**\n * A MatrixClient that routes its requests through the widget API instead of the\n * real CS API.\n * @experimental This class is considered unstable!\n */\nexport class RoomWidgetClient extends MatrixClient {\n private room?: Room;\n private readonly widgetApiReady: Promise<void>;\n private lifecycle?: AbortController;\n private syncState: SyncState | null = null;\n\n private pendingSendingEventsTxId: { type: string; id: string | undefined; txId: string }[] = [];\n private eventEmitter = new TypedEventEmitter<keyof EventHandlerMap, EventHandlerMap>();\n\n /**\n *\n * @param widgetApi - The widget api to use for communication.\n * @param capabilities - The capabilities the widget client will request.\n * @param roomId - The room id the widget is associated with.\n * @param opts - The configuration options for this client.\n * @param sendContentLoaded - Whether to send a content loaded widget action immediately after initial setup.\n * Set to `false` if the widget uses `waitForIFrameLoad=true` (in this case the client does not expect a content loaded action at all),\n * or if the the widget wants to send the `ContentLoaded` action at a later point in time after the initial setup.\n */\n public constructor(\n private readonly widgetApi: WidgetApi,\n private readonly capabilities: ICapabilities,\n private readonly roomId: string,\n opts: IMatrixClientCreateOpts,\n sendContentLoaded: boolean,\n ) {\n super(opts);\n\n const transportSend = this.widgetApi.transport.send.bind(this.widgetApi.transport);\n this.widgetApi.transport.send = async <\n T extends IWidgetApiRequestData,\n R extends IWidgetApiResponseData = IWidgetApiAcknowledgeResponseData,\n >(\n action: WidgetApiAction,\n data: T,\n ): Promise<R> => {\n try {\n return await transportSend(action, data);\n } catch (error) {\n processAndThrow(error);\n }\n };\n\n const transportSendComplete = this.widgetApi.transport.sendComplete.bind(this.widgetApi.transport);\n this.widgetApi.transport.sendComplete = async <T extends IWidgetApiRequestData, R extends IWidgetApiResponse>(\n action: WidgetApiAction,\n data: T,\n ): Promise<R> => {\n try {\n return await transportSendComplete(action, data);\n } catch (error) {\n processAndThrow(error);\n }\n };\n\n this.widgetApiReady = new Promise<void>((resolve) => this.widgetApi.once(\"ready\", resolve));\n\n // Request capabilities for the functionality this client needs to support\n if (\n capabilities.sendEvent?.length ||\n capabilities.receiveEvent?.length ||\n capabilities.sendMessage === true ||\n (Array.isArray(capabilities.sendMessage) && capabilities.sendMessage.length) ||\n capabilities.receiveMessage === true ||\n (Array.isArray(capabilities.receiveMessage) && capabilities.receiveMessage.length) ||\n capabilities.sendState?.length ||\n capabilities.receiveState?.length\n ) {\n widgetApi.requestCapabilityForRoomTimeline(roomId);\n }\n capabilities.sendEvent?.forEach((eventType) => widgetApi.requestCapabilityToSendEvent(eventType));\n capabilities.receiveEvent?.forEach((eventType) => widgetApi.requestCapabilityToReceiveEvent(eventType));\n if (capabilities.sendMessage === true) {\n widgetApi.requestCapabilityToSendMessage();\n } else if (Array.isArray(capabilities.sendMessage)) {\n capabilities.sendMessage.forEach((msgType) => widgetApi.requestCapabilityToSendMessage(msgType));\n }\n if (capabilities.receiveMessage === true) {\n widgetApi.requestCapabilityToReceiveMessage();\n } else if (Array.isArray(capabilities.receiveMessage)) {\n capabilities.receiveMessage.forEach((msgType) => widgetApi.requestCapabilityToReceiveMessage(msgType));\n }\n capabilities.sendState?.forEach(({ eventType, stateKey }) =>\n widgetApi.requestCapabilityToSendState(eventType, stateKey),\n );\n capabilities.receiveState?.forEach(({ eventType, stateKey }) =>\n widgetApi.requestCapabilityToReceiveState(eventType, stateKey),\n );\n capabilities.sendToDevice?.forEach((eventType) => widgetApi.requestCapabilityToSendToDevice(eventType));\n capabilities.receiveToDevice?.forEach((eventType) => widgetApi.requestCapabilityToReceiveToDevice(eventType));\n if (\n capabilities.sendDelayedEvents &&\n (capabilities.sendEvent?.length ||\n capabilities.sendMessage === true ||\n (Array.isArray(capabilities.sendMessage) && capabilities.sendMessage.length) ||\n capabilities.sendState?.length)\n ) {\n widgetApi.requestCapability(MatrixCapabilities.MSC4157SendDelayedEvent);\n }\n if (capabilities.updateDelayedEvents) {\n widgetApi.requestCapability(MatrixCapabilities.MSC4157UpdateDelayedEvent);\n }\n if (capabilities.turnServers) {\n widgetApi.requestCapability(MatrixCapabilities.MSC3846TurnServers);\n }\n\n widgetApi.on(`action:${WidgetApiToWidgetAction.SendEvent}`, this.onEvent);\n widgetApi.on(`action:${WidgetApiToWidgetAction.SendToDevice}`, this.onToDevice);\n\n // Open communication with the host\n widgetApi.start();\n // Send a content loaded event now we've started the widget API\n // Note that element-web currently does not use waitForIFrameLoad=false and so\n // does *not* (yes, that is the right way around) wait for this event. Let's\n // start sending this, then once this has rolled out, we can change element-web to\n // use waitForIFrameLoad=false and have a widget API that's less racy.\n if (sendContentLoaded) widgetApi.sendContentLoaded();\n }\n\n public async startClient(opts: IStartClientOpts = {}): Promise<void> {\n this.lifecycle = new AbortController();\n\n // Create our own user object artificially (instead of waiting for sync)\n // so it's always available, even if the user is not in any rooms etc.\n const userId = this.getUserId();\n if (userId) {\n this.store.storeUser(new User(userId));\n }\n\n // Even though we have no access token and cannot sync, the sync class\n // still has some valuable helper methods that we make use of, so we\n // instantiate it anyways\n if (opts.slidingSync) {\n this.syncApi = new SlidingSyncSdk(opts.slidingSync, this, opts);\n } else {\n this.syncApi = new SyncApi(this, opts, this.buildSyncApiOptions());\n }\n\n this.room = this.syncApi.createRoom(this.roomId);\n this.store.storeRoom(this.room);\n\n await this.widgetApiReady;\n\n // Backfill the requested events\n // We only get the most recent event for every type + state key combo,\n // so it doesn't really matter what order we inject them in\n await Promise.all(\n this.capabilities.receiveState?.map(async ({ eventType, stateKey }) => {\n const rawEvents = await this.widgetApi.readStateEvents(eventType, undefined, stateKey, [this.roomId]);\n const events = rawEvents.map((rawEvent) => new MatrixEvent(rawEvent as Partial<IEvent>));\n\n if (this.syncApi instanceof SyncApi) {\n // Passing undefined for `stateAfterEventList` allows will make `injectRoomEvents` run in legacy mode\n // -> state events in `timelineEventList` will update the state.\n await this.syncApi.injectRoomEvents(this.room!, undefined, events);\n } else {\n await this.syncApi!.injectRoomEvents(this.room!, events); // Sliding Sync\n }\n events.forEach((event) => {\n this.emit(ClientEvent.Event, event);\n logger.info(`Backfilled event ${event.getId()} ${event.getType()} ${event.getStateKey()}`);\n });\n }) ?? [],\n );\n\n if (opts.clientWellKnownPollPeriod !== undefined) {\n this.clientWellKnownIntervalID = setInterval(() => {\n this.fetchClientWellKnown();\n }, 1000 * opts.clientWellKnownPollPeriod);\n this.fetchClientWellKnown();\n }\n\n this.setSyncState(SyncState.Syncing);\n logger.info(\"Finished backfilling events\");\n }\n\n public stopClient(): void {\n this.widgetApi.off(`action:${WidgetApiToWidgetAction.SendEvent}`, this.onEvent);\n this.widgetApi.off(`action:${WidgetApiToWidgetAction.SendToDevice}`, this.onToDevice);\n\n super.stopClient();\n this.lifecycle!.abort(); // Signal to other async tasks that the client has stopped\n }\n\n public async joinRoom(roomIdOrAlias: string): Promise<Room> {\n if (roomIdOrAlias === this.roomId) return this.room!;\n throw new Error(`Unknown room: ${roomIdOrAlias}`);\n }\n\n public async sendStateEvent(\n roomId: string,\n eventType: string,\n content: any,\n stateKey = \"\",\n ): Promise<ISendEventResponse> {\n const response = await this.widgetApi.sendStateEvent(eventType, stateKey, content, roomId);\n if (response.event_id === undefined) {\n throw new Error(\"'event_id' absent from response to an event request\");\n }\n return { event_id: response.event_id };\n }\n\n /**\n * @experimental This currently relies on an unstable MSC (MSC4140).\n */\n // eslint-disable-next-line\n public async _unstable_sendDelayedStateEvent<K extends keyof StateEvents>(\n roomId: string,\n delayOpts: SendDelayedEventRequestOpts,\n eventType: K,\n content: StateEvents[K],\n stateKey = \"\",\n ): Promise<SendDelayedEventResponse> {\n if (!(await this.doesServerSupportUnstableFeature(UNSTABLE_MSC4140_DELAYED_EVENTS))) {\n throw Error(\"Server does not support the delayed events API\");\n }\n\n const response = await this.widgetApi.sendStateEvent(\n eventType,\n stateKey,\n content,\n roomId,\n \"delay\" in delayOpts ? delayOpts.delay : undefined,\n \"parent_delay_id\" in delayOpts ? delayOpts.parent_delay_id : undefined,\n );\n return this.validateSendDelayedEventResponse(response);\n }\n\n private validateSendDelayedEventResponse(response: ISendEventFromWidgetResponseData): SendDelayedEventResponse {\n if (response.delay_id === undefined) {\n throw new Error(\"'delay_id' absent from response to a delayed event request\");\n }\n return { delay_id: response.delay_id };\n }\n\n /**\n * @experimental This currently relies on an unstable MSC (MSC4140).\n */\n // eslint-disable-next-line\n public async _unstable_updateDelayedEvent(delayId: string, action: UpdateDelayedEventAction): Promise<{}> {\n if (!(await this.doesServerSupportUnstableFeature(UNSTABLE_MSC4140_DELAYED_EVENTS))) {\n throw Error(\"Server does not support the delayed events API\");\n }\n\n return await this.widgetApi.updateDelayedEvent(delayId, action);\n }\n\n public async sendToDevice(eventType: string, contentMap: SendToDeviceContentMap): Promise<{}> {\n await this.widgetApi.sendToDevice(eventType, false, recursiveMapToObject(contentMap));\n return {};\n }\n\n public async getOpenIdToken(): Promise<IOpenIDToken> {\n const token = await this.widgetApi.requestOpenIDConnectToken();\n // the IOpenIDCredentials from the widget-api and IOpenIDToken form the matrix-js-sdk are compatible.\n // we still recreate the token to make this transparent and catch'able by the linter in case the types change in the future.\n return <IOpenIDToken>{\n access_token: token.access_token,\n expires_in: token.expires_in,\n matrix_server_name: token.matrix_server_name,\n token_type: token.token_type,\n };\n }\n\n public async queueToDevice({ eventType, batch }: ToDeviceBatch): Promise<void> {\n // map: user Id → device Id → payload\n const contentMap: MapWithDefault<string, Map<string, ToDevicePayload>> = new MapWithDefault(() => new Map());\n for (const { userId, deviceId, payload } of batch) {\n contentMap.getOrCreate(userId).set(deviceId, payload);\n }\n\n await this.widgetApi.sendToDevice(eventType, false, recursiveMapToObject(contentMap));\n }\n\n // Overridden since we 'sync' manually without the sync API\n public getSyncState(): SyncState | null {\n return this.syncState;\n }\n\n private setSyncState(state: SyncState): void {\n const oldState = this.syncState;\n this.syncState = state;\n this.emit(ClientEvent.Sync, state, oldState);\n }\n\n private async ack(ev: CustomEvent<IWidgetApiRequest>): Promise<void> {\n await this.widgetApi.transport.reply<IWidgetApiAcknowledgeResponseData>(ev.detail, {});\n }\n\n private updateTxId = async (event: MatrixEvent): Promise<void> => {\n // We update the txId for remote echos that originate from this client.\n // This happens with the help of `pendingSendingEventsTxId` where we store all events that are currently sending\n // with their widget txId and once ready the final evId.\n if (\n // This could theoretically be an event send by this device\n // In that case we need to update the txId of the event because the embedded client/widget\n // knows this event with a different transaction Id than what was used by the host client.\n event.getSender() === this.getUserId() &&\n // We optimize by not blocking events from types that we have not send\n // with this client.\n this.pendingSendingEventsTxId.some((p) => event.getType() === p.type)\n ) {\n // Compare by event Id if we have a matching pending event where we know the txId.\n let matchingTxId = this.pendingSendingEventsTxId.find((p) => p.id === event.getId())?.txId;\n // Block any further processing of this event until we have received the sending response.\n // -> until we know the event id.\n // -> until we have not pending events anymore.\n while (!matchingTxId && this.pendingSendingEventsTxId.length > 0) {\n // Recheck whenever the PendingEventsChanged\n await new Promise<void>((resolve) =>\n this.eventEmitter.once(RoomWidgetClientEvent.PendingEventsChanged, () => resolve()),\n );\n matchingTxId = this.pendingSendingEventsTxId.find((p) => p.id === event.getId())?.txId;\n }\n\n // We found the correct txId: we update the event and delete the entry of the pending events.\n if (matchingTxId) {\n event.setTxnId(matchingTxId);\n event.setUnsigned({ ...event.getUnsigned(), transaction_id: matchingTxId });\n }\n this.pendingSendingEventsTxId = this.pendingSendingEventsTxId.filter((p) => p.id !== event.getId());\n\n // Emit once there are no pending events anymore to release all other events that got\n // awaited in the `while (!matchingTxId && this.pendingSendingEventsTxId.length > 0)` loop\n // but are not send by this client.\n if (this.pendingSendingEventsTxId.length === 0) {\n this.eventEmitter.emit(RoomWidgetClientEvent.PendingEventsChanged);\n }\n }\n };\n\n private onEvent = async (ev: CustomEvent<ISendEventToWidgetActionRequest>): Promise<void> => {\n ev.preventDefault();\n\n // Verify the room ID matches, since it's possible for the client to\n // send us events from other rooms if this widget is always on screen\n if (ev.detail.data.room_id === this.roomId) {\n const event = new MatrixEvent(ev.detail.data as Partial<IEvent>);\n\n // Only inject once we have update the txId\n await this.updateTxId(event);\n \n // The widget API does not tell us whether a state event came from `state_after` or not so we assume legacy behaviour for now.\n if (this.syncApi instanceof SyncApi) {\n // The code will want to be something like:\n // ```\n // if (!params.addToTimeline && !params.addToState) {\n // // Passing undefined for `stateAfterEventList` makes `injectRoomEvents` run in \"legacy mode\"\n // // -> state events part of the `timelineEventList` parameter will update the state.\n // this.injectRoomEvents(this.room!, [], undefined, [event]);\n // } else {\n // this.injectRoomEvents(this.room!, undefined, params.addToState ? [event] : [], params.addToTimeline ? [event] : []);\n // }\n // ```\n\n // Passing undefined for `stateAfterEventList` allows will make `injectRoomEvents` run in legacy mode\n // -> state events in `timelineEventList` will update the state.\n await this.syncApi.injectRoomEvents(this.room!, [], undefined, [event]);\n } else {\n // The code will want to be something like:\n // ```\n // if (!params.addToTimeline && !params.addToState) {\n // this.injectRoomEvents(this.room!, [], [event]);\n // } else {\n // this.injectRoomEvents(this.room!, params.addToState ? [event] : [], params.addToTimeline ? [event] : []);\n // }\n // ```\n await this.syncApi!.injectRoomEvents(this.room!, [], [event]); // Sliding Sync\n }\n this.emit(ClientEvent.Event, event);\n this.setSyncState(SyncState.Syncing);\n logger.info(`Received event ${event.getId()} ${event.getType()} ${event.getStateKey()}`);\n } else {\n const { event_id: eventId, room_id: roomId } = ev.detail.data;\n logger.info(`Received event ${eventId} for a different room ${roomId}; discarding`);\n }\n\n await this.ack(ev);\n };\n\n private onToDevice = async (ev: CustomEvent<ISendToDeviceToWidgetActionRequest>): Promise<void> => {\n ev.preventDefault();\n\n const event = new MatrixEvent({\n type: ev.detail.data.type,\n sender: ev.detail.data.sender,\n content: ev.detail.data.content as IContent,\n });\n\n this.emit(ClientEvent.ToDeviceEvent, event);\n this.setSyncState(SyncState.Syncing);\n await this.ack(ev);\n };\n}\n\nfunction processAndThrow(error: unknown): never {\n if (error instanceof WidgetApiResponseError && error.data.matrix_api_error) {\n throw MatrixError.fromWidgetApiErrorData(error.data.matrix_api_error);\n } else {\n throw error;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -2,31 +2,30 @@ export declare enum ClientPrefix {
2
2
  /**
3
3
  * A constant representing the URI path for Client-Server API endpoints versioned at v1.
4
4
  */
5
- V1 = "/im/_matrix/client/v1",
5
+ V1 = "/_matrix/client/v1",
6
6
  /**
7
7
  * A constant representing the URI path for Client-Server API endpoints versioned at v3.
8
8
  */
9
- V3 = "/im/_matrix/client/v3",
9
+ V3 = "/_matrix/client/v3",
10
10
  /**
11
11
  * A constant representing the URI path for as-yet unspecified Client-Server HTTP APIs.
12
12
  */
13
- Unstable = "/im/_matrix/client/unstable"
13
+ Unstable = "/_matrix/client/unstable"
14
14
  }
15
15
  export declare enum IdentityPrefix {
16
16
  /**
17
17
  * URI path for the v2 identity API
18
18
  */
19
- V2 = "/im/_matrix/identity/v2"
19
+ V2 = "/_matrix/identity/v2"
20
20
  }
21
21
  export declare enum MediaPrefix {
22
22
  /**
23
23
  * A constant representing the URI path for Client-Server API Media endpoints versioned at v1.
24
24
  */
25
- V1 = "/im/_matrix/media/v1",
25
+ V1 = "/_matrix/media/v1",
26
26
  /**
27
27
  * A constant representing the URI path for Client-Server API Media endpoints versioned at v3.
28
28
  */
29
- V3 = "/im/_matrix/media/v3"
29
+ V3 = "/_matrix/media/v3"
30
30
  }
31
- export declare const VersionsPrefix = "/im/_matrix/client/versions";
32
31
  //# sourceMappingURL=prefix.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prefix.d.ts","sourceRoot":"","sources":["../../src/http-api/prefix.ts"],"names":[],"mappings":"AAgBA,oBAAY,YAAY;IACpB;;OAEG;IACH,EAAE,0BAA0B;IAC5B;;OAEG;IACH,EAAE,0BAA0B;IAC5B;;OAEG;IACH,QAAQ,gCAAgC;CAC3C;AAED,oBAAY,cAAc;IACtB;;OAEG;IACH,EAAE,4BAA4B;CACjC;AAED,oBAAY,WAAW;IACnB;;OAEG;IACH,EAAE,yBAAyB;IAC3B;;OAEG;IACH,EAAE,yBAAyB;CAC9B;AAED,eAAO,MAAM,cAAc,gCAAgC,CAAC"}
1
+ {"version":3,"file":"prefix.d.ts","sourceRoot":"","sources":["../../src/http-api/prefix.ts"],"names":[],"mappings":"AAgBA,oBAAY,YAAY;IACpB;;OAEG;IACH,EAAE,uBAAuB;IACzB;;OAEG;IACH,EAAE,uBAAuB;IACzB;;OAEG;IACH,QAAQ,6BAA6B;CACxC;AAED,oBAAY,cAAc;IACtB;;OAEG;IACH,EAAE,yBAAyB;CAC9B;AAED,oBAAY,WAAW;IACnB;;OAEG;IACH,EAAE,sBAAsB;IACxB;;OAEG;IACH,EAAE,sBAAsB;CAC3B"}
@@ -15,19 +15,18 @@ limitations under the License.
15
15
  */
16
16
 
17
17
  export var ClientPrefix = /*#__PURE__*/function (ClientPrefix) {
18
- ClientPrefix["V1"] = "/im/_matrix/client/v1";
19
- ClientPrefix["V3"] = "/im/_matrix/client/v3";
20
- ClientPrefix["Unstable"] = "/im/_matrix/client/unstable";
18
+ ClientPrefix["V1"] = "/_matrix/client/v1";
19
+ ClientPrefix["V3"] = "/_matrix/client/v3";
20
+ ClientPrefix["Unstable"] = "/_matrix/client/unstable";
21
21
  return ClientPrefix;
22
22
  }({});
23
23
  export var IdentityPrefix = /*#__PURE__*/function (IdentityPrefix) {
24
- IdentityPrefix["V2"] = "/im/_matrix/identity/v2";
24
+ IdentityPrefix["V2"] = "/_matrix/identity/v2";
25
25
  return IdentityPrefix;
26
26
  }({});
27
27
  export var MediaPrefix = /*#__PURE__*/function (MediaPrefix) {
28
- MediaPrefix["V1"] = "/im/_matrix/media/v1";
29
- MediaPrefix["V3"] = "/im/_matrix/media/v3";
28
+ MediaPrefix["V1"] = "/_matrix/media/v1";
29
+ MediaPrefix["V3"] = "/_matrix/media/v3";
30
30
  return MediaPrefix;
31
31
  }({});
32
- export var VersionsPrefix = "/im/_matrix/client/versions";
33
32
  //# sourceMappingURL=prefix.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"prefix.js","names":["ClientPrefix","IdentityPrefix","MediaPrefix","VersionsPrefix"],"sources":["../../src/http-api/prefix.ts"],"sourcesContent":["/*\nCopyright 2022 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nexport enum ClientPrefix {\n /**\n * A constant representing the URI path for Client-Server API endpoints versioned at v1.\n */\n V1 = \"/im/_matrix/client/v1\",\n /**\n * A constant representing the URI path for Client-Server API endpoints versioned at v3.\n */\n V3 = \"/im/_matrix/client/v3\",\n /**\n * A constant representing the URI path for as-yet unspecified Client-Server HTTP APIs.\n */\n Unstable = \"/im/_matrix/client/unstable\",\n}\n\nexport enum IdentityPrefix {\n /**\n * URI path for the v2 identity API\n */\n V2 = \"/im/_matrix/identity/v2\",\n}\n\nexport enum MediaPrefix {\n /**\n * A constant representing the URI path for Client-Server API Media endpoints versioned at v1.\n */\n V1 = \"/im/_matrix/media/v1\",\n /**\n * A constant representing the URI path for Client-Server API Media endpoints versioned at v3.\n */\n V3 = \"/im/_matrix/media/v3\",\n}\n\nexport const VersionsPrefix = \"/im/_matrix/client/versions\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,WAAYA,YAAY,0BAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA;AAexB,WAAYC,cAAc,0BAAdA,cAAc;EAAdA,cAAc;EAAA,OAAdA,cAAc;AAAA;AAO1B,WAAYC,WAAW,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAWvB,OAAO,IAAMC,cAAc,GAAG,6BAA6B","ignoreList":[]}
1
+ {"version":3,"file":"prefix.js","names":["ClientPrefix","IdentityPrefix","MediaPrefix"],"sources":["../../src/http-api/prefix.ts"],"sourcesContent":["/*\nCopyright 2022 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nexport enum ClientPrefix {\n /**\n * A constant representing the URI path for Client-Server API endpoints versioned at v1.\n */\n V1 = \"/_matrix/client/v1\",\n /**\n * A constant representing the URI path for Client-Server API endpoints versioned at v3.\n */\n V3 = \"/_matrix/client/v3\",\n /**\n * A constant representing the URI path for as-yet unspecified Client-Server HTTP APIs.\n */\n Unstable = \"/_matrix/client/unstable\",\n}\n\nexport enum IdentityPrefix {\n /**\n * URI path for the v2 identity API\n */\n V2 = \"/_matrix/identity/v2\",\n}\n\nexport enum MediaPrefix {\n /**\n * A constant representing the URI path for Client-Server API Media endpoints versioned at v1.\n */\n V1 = \"/_matrix/media/v1\",\n /**\n * A constant representing the URI path for Client-Server API Media endpoints versioned at v3.\n */\n V3 = \"/_matrix/media/v3\",\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,WAAYA,YAAY,0BAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA;AAexB,WAAYC,cAAc,0BAAdA,cAAc;EAAdA,cAAc;EAAA,OAAdA,cAAc;AAAA;AAO1B,WAAYC,WAAW,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA","ignoreList":[]}
@@ -20,11 +20,11 @@ export interface IRoomTimelineData {
20
20
  timeline: EventTimeline;
21
21
  liveEvent?: boolean;
22
22
  }
23
- export interface IAddEventToTimelineOptions extends Pick<IAddEventOptions, "toStartOfTimeline" | "roomState" | "timelineWasEmpty"> {
23
+ export interface IAddEventToTimelineOptions extends Pick<IAddEventOptions, "toStartOfTimeline" | "roomState" | "timelineWasEmpty" | "addToState"> {
24
24
  /** Whether the sync response came from cache */
25
25
  fromCache?: boolean;
26
26
  }
27
- export interface IAddLiveEventOptions extends Pick<IAddEventToTimelineOptions, "fromCache" | "roomState" | "timelineWasEmpty"> {
27
+ export interface IAddLiveEventOptions extends Pick<IAddEventToTimelineOptions, "fromCache" | "roomState" | "timelineWasEmpty" | "addToState"> {
28
28
  /** Applies to events in the timeline only. If this is 'replace' then if a
29
29
  * duplicate is encountered, the event passed to this function will replace
30
30
  * the existing event in the timeline. If this is not specified, or is
@@ -217,14 +217,14 @@ export declare class EventTimelineSet extends TypedEventEmitter<EmittedEvents, E
217
217
  * Fires {@link RoomEvent.Timeline}
218
218
  *
219
219
  */
220
- addEventsToTimeline(events: MatrixEvent[], toStartOfTimeline: boolean, timeline: EventTimeline, paginationToken?: string | null): void;
220
+ addEventsToTimeline(events: MatrixEvent[], toStartOfTimeline: boolean, addToState: boolean, timeline: EventTimeline, paginationToken?: string | null): void;
221
221
  /**
222
222
  * Add an event to the end of this live timeline.
223
223
  *
224
224
  * @param event - Event to be added
225
225
  * @param options - addLiveEvent options
226
226
  */
227
- addLiveEvent(event: MatrixEvent, { duplicateStrategy, fromCache, roomState, timelineWasEmpty }?: IAddLiveEventOptions): void;
227
+ addLiveEvent(event: MatrixEvent, { duplicateStrategy, fromCache, roomState, timelineWasEmpty, addToState }: IAddLiveEventOptions): void;
228
228
  /**
229
229
  * Add event to the given timeline, and emit Room.timeline. Assumes
230
230
  * we have already checked we don't know about this event.
@@ -238,11 +238,7 @@ export declare class EventTimelineSet extends TypedEventEmitter<EmittedEvents, E
238
238
  * @remarks
239
239
  * Fires {@link RoomEvent.Timeline}
240
240
  */
241
- addEventToTimeline(event: MatrixEvent, timeline: EventTimeline, { toStartOfTimeline, fromCache, roomState, timelineWasEmpty }: IAddEventToTimelineOptions): void;
242
- /**
243
- * @deprecated In favor of the overload with `IAddEventToTimelineOptions`
244
- */
245
- addEventToTimeline(event: MatrixEvent, timeline: EventTimeline, toStartOfTimeline: boolean, fromCache?: boolean, roomState?: RoomState): void;
241
+ addEventToTimeline(event: MatrixEvent, timeline: EventTimeline, { toStartOfTimeline, fromCache, roomState, timelineWasEmpty, addToState }: IAddEventToTimelineOptions): void;
246
242
  /**
247
243
  * Insert event to the given timeline, and emit Room.timeline. Assumes
248
244
  * we have already checked we don't know about this event.
@@ -261,7 +257,7 @@ export declare class EventTimelineSet extends TypedEventEmitter<EmittedEvents, E
261
257
  * @remarks
262
258
  * Fires {@link RoomEvent.Timeline}
263
259
  */
264
- insertEventIntoTimeline(event: MatrixEvent, timeline: EventTimeline, roomState: RoomState): void;
260
+ insertEventIntoTimeline(event: MatrixEvent, timeline: EventTimeline, roomState: RoomState, addToState: boolean): void;
265
261
  /**
266
262
  * Replaces event with ID oldEventId with one with newEventId, if oldEventId is
267
263
  * recognised. Otherwise, add to the live timeline. Used to handle remote echos.
@@ -1 +1 @@
1
- {"version":3,"file":"event-timeline-set.d.ts","sourceRoot":"","sources":["../../src/models/event-timeline-set.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"event-timeline-set.d.ts","sourceRoot":"","sources":["../../src/models/event-timeline-set.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAcvD,UAAU,KAAK;IAEX,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,oBAAY,iBAAiB;IACzB,MAAM,WAAW;IACjB,OAAO,YAAY;CACtB;AAED,MAAM,WAAW,iBAAiB;IAE9B,QAAQ,EAAE,aAAa,CAAC;IAExB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,0BACb,SAAQ,IAAI,CAAC,gBAAgB,EAAE,mBAAmB,GAAG,WAAW,GAAG,kBAAkB,GAAG,YAAY,CAAC;IACrG,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,oBACb,SAAQ,IAAI,CAAC,0BAA0B,EAAE,WAAW,GAAG,WAAW,GAAG,kBAAkB,GAAG,YAAY,CAAC;IACvG;;;;;wDAKoD;IACpD,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACzC;AAED,KAAK,aAAa,GAAG,SAAS,CAAC,QAAQ,GAAG,SAAS,CAAC,aAAa,CAAC;AAElE,MAAM,MAAM,0BAA0B,GAAG;IACrC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAClB,KAAK,EAAE,WAAW,EAClB,IAAI,EAAE,IAAI,GAAG,SAAS,EACtB,iBAAiB,EAAE,OAAO,GAAG,SAAS,EACtC,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,iBAAiB,KACtB,IAAI,CAAC;IACV;;;;;;;;;;;OAWG;IACH,CAAC,SAAS,CAAC,aAAa,CAAC,EAAE,CACvB,IAAI,EAAE,IAAI,GAAG,SAAS,EACtB,WAAW,EAAE,gBAAgB,EAC7B,iBAAiB,EAAE,OAAO,KACzB,IAAI,CAAC;CACb,CAAC;AAEF,qBAAa,gBAAiB,SAAQ,iBAAiB,CAAC,aAAa,EAAE,0BAA0B,CAAC;aAwC1E,IAAI,EAAE,IAAI,GAAG,SAAS;aAGtB,MAAM,CAAC,EAAE,MAAM;aACf,cAAc,EAAE,gBAAgB,GAAG,IAAI;IA3C3D,SAAgB,SAAS,EAAE,kBAAkB,CAAC;IAC9C,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAU;IAC1C,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAU;IAC/C,OAAO,CAAC,YAAY,CAAgB;IACpC,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,kBAAkB,CAAoC;IAC9D,OAAO,CAAC,MAAM,CAAC,CAAS;IAExB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;gBAEiB,IAAI,EAAE,IAAI,GAAG,SAAS,EACtC,IAAI,GAAE,KAAU,EAChB,MAAM,CAAC,EAAE,YAAY,EACL,MAAM,CAAC,EAAE,MAAM,YAAA,EACf,cAAc,GAAE,gBAAgB,GAAG,IAAW;IAiBlE;;;OAGG;IACI,YAAY,IAAI,aAAa,EAAE;IAItC;;;OAGG;IACI,SAAS,IAAI,MAAM,GAAG,SAAS;IAItC;;;;OAIG;IACI,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI;IAIvC;;;;;;;;OAQG;IACI,gBAAgB,IAAI,WAAW,EAAE;IAOxC;;;;OAIG;IACI,eAAe,IAAI,aAAa;IAIvC;;;;OAIG;IACI,eAAe,CAAC,QAAQ,EAAE,aAAa,GAAG,IAAI;IAIrD;;;;OAIG;IACI,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS;IAIpE;;;;;OAKG;IACI,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAQnE;;;;;;;;;;;OAWG;IACI,iBAAiB,CAAC,mBAAmB,CAAC,EAAE,MAAM,EAAE,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI;IAwC7F;;;;;;OAMG;IACI,mBAAmB,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI;IAQlE;;;;;OAKG;IACI,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS;IAU9D;;;;OAIG;IACI,WAAW,IAAI,aAAa;IAcnC;;;;;;;;;;;;;;;;;;;OAmBG;IACI,mBAAmB,CACtB,MAAM,EAAE,WAAW,EAAE,EACrB,iBAAiB,EAAE,OAAO,EAC1B,UAAU,EAAE,OAAO,EACnB,QAAQ,EAAE,aAAa,EACvB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,GAChC,IAAI;IAgMP;;;;;OAKG;IACI,YAAY,CACf,KAAK,EAAE,WAAW,EAClB,EAAE,iBAAiB,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU,EAAE,EAAE,oBAAoB,GAChG,IAAI;IAyCP;;;;;;;;;;;;OAYG;IACI,kBAAkB,CACrB,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,aAAa,EACvB,EAAE,iBAAiB,EAAE,SAAiB,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU,EAAE,EAAE,0BAA0B,GAC9G,IAAI;IA0CP;;;;;;;;;;;;;;;;;OAiBG;IACI,uBAAuB,CAC1B,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,aAAa,EACvB,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,OAAO,GACpB,IAAI;IAwEP;;;;;;;;;;OAUG;IACI,gBAAgB,CAAC,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAc9F;;;;;;;OAOG;IACI,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,WAAW,GAAG,IAAI;IAiBvD;;;;;;;;;;OAUG;IACI,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAqE9E;;;;;;;;;;OAUG;IACI,UAAU,CAAC,KAAK,EAAE,WAAW,GAAG,OAAO;CAwBjD"}