@unwanted/matrix-sdk-mini 34.12.0-8 → 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 (51) hide show
  1. package/lib/client.js +11 -11
  2. package/lib/client.js.map +1 -1
  3. package/lib/embedded.d.ts.map +1 -1
  4. package/lib/embedded.js +35 -2
  5. package/lib/embedded.js.map +1 -1
  6. package/lib/models/event-timeline-set.d.ts +6 -10
  7. package/lib/models/event-timeline-set.d.ts.map +1 -1
  8. package/lib/models/event-timeline-set.js +28 -36
  9. package/lib/models/event-timeline-set.js.map +1 -1
  10. package/lib/models/event-timeline.d.ts +7 -2
  11. package/lib/models/event-timeline.d.ts.map +1 -1
  12. package/lib/models/event-timeline.js +8 -9
  13. package/lib/models/event-timeline.js.map +1 -1
  14. package/lib/models/event.d.ts.map +1 -1
  15. package/lib/models/event.js +1 -1
  16. package/lib/models/event.js.map +1 -1
  17. package/lib/models/room-state.d.ts +2 -13
  18. package/lib/models/room-state.d.ts.map +1 -1
  19. package/lib/models/room-state.js +2 -30
  20. package/lib/models/room-state.js.map +1 -1
  21. package/lib/models/room.d.ts +2 -2
  22. package/lib/models/room.d.ts.map +1 -1
  23. package/lib/models/room.js +27 -14
  24. package/lib/models/room.js.map +1 -1
  25. package/lib/models/thread.d.ts.map +1 -1
  26. package/lib/models/thread.js +5 -3
  27. package/lib/models/thread.js.map +1 -1
  28. package/lib/sliding-sync-sdk.d.ts +1 -1
  29. package/lib/sliding-sync-sdk.d.ts.map +1 -1
  30. package/lib/sliding-sync-sdk.js +15 -13
  31. package/lib/sliding-sync-sdk.js.map +1 -1
  32. package/lib/sync-accumulator.d.ts +6 -4
  33. package/lib/sync-accumulator.d.ts.map +1 -1
  34. package/lib/sync-accumulator.js +23 -12
  35. package/lib/sync-accumulator.js.map +1 -1
  36. package/lib/sync.d.ts +10 -1
  37. package/lib/sync.d.ts.map +1 -1
  38. package/lib/sync.js +93 -42
  39. package/lib/sync.js.map +1 -1
  40. package/package.json +6 -6
  41. package/src/client.ts +11 -11
  42. package/src/embedded.ts +35 -2
  43. package/src/models/event-timeline-set.ts +17 -38
  44. package/src/models/event-timeline.ts +10 -5
  45. package/src/models/event.ts +3 -1
  46. package/src/models/room-state.ts +2 -29
  47. package/src/models/room.ts +18 -6
  48. package/src/models/thread.ts +4 -2
  49. package/src/sliding-sync-sdk.ts +8 -11
  50. package/src/sync-accumulator.ts +33 -16
  51. package/src/sync.ts +111 -45
@@ -1 +1 @@
1
- {"version":3,"file":"sync-accumulator.js","names":["logger","deepCopy","UNREAD_THREAD_NOTIFICATIONS","ReceiptAccumulator","Category","isTaggedEvent","event","undefined","SyncAccumulator","constructor","opts","arguments","length","_defineProperty","maxTimelineEntries","accumulate","syncResponse","fromDatabase","accumulateRooms","accumulateAccountData","nextBatch","next_batch","account_data","events","forEach","e","accountData","type","rooms","invite","Object","keys","roomId","accumulateRoom","Invite","join","Join","leave","Leave","knock","Knock","category","data","knockRooms","accumulateInviteState","accumulateKnockState","inviteRooms","accumulateJoinState","joinRooms","error","invite_state","currentData","hasAdded","i","current","state_key","push","knock_state","_ref","_data","_data$ephemeral","_data$state","_data$timeline","_currentState","create","_timeline","_accountData","_unreadNotifications","_unreadThreadNotifications","_summary","_receipts","unread_notifications","stable","unstable","summary","_sum$HEROES_KEY","_sum$JOINED_COUNT_KEY","_sum$INVITED_COUNT_KE","HEROES_KEY","INVITED_COUNT_KEY","JOINED_COUNT_KEY","acc","sum","consumeEphemeralEvents","ephemeral","timeline","limited","state","setState","index","_data$timeline$prev_b","transformedEvent","_e$unsigned","assign","unsigned","age","_localTs","Date","now","token","prev_batch","startIndex","slice","getJSON","forDatabase","roomData","roomJson","unread_thread_notifications","evType","receiptEvent","buildAccumulatedReceiptEvent","msgData","rollBackState","timelineEvent","prevStateEvent","prev_content","content","prev_sender","sender","stateKey","ev","accData","roomsData","getNextBatchToken","eventMap"],"sources":["../src/sync-accumulator.ts"],"sourcesContent":["/*\nCopyright 2017 - 2023 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/**\n * This is an internal module. See {@link SyncAccumulator} for the public class.\n */\n\nimport { logger } from \"./logger.ts\";\nimport { deepCopy } from \"./utils.ts\";\nimport { IContent, IUnsigned } from \"./models/event.ts\";\nimport { IRoomSummary } from \"./models/room-summary.ts\";\nimport { EventType } from \"./@types/event.ts\";\nimport { UNREAD_THREAD_NOTIFICATIONS } from \"./@types/sync.ts\";\nimport { ReceiptAccumulator } from \"./receipt-accumulator.ts\";\n\ninterface IOpts {\n /**\n * The ideal maximum number of timeline entries to keep in the sync response.\n * This is best-effort, as clients do not always have a back-pagination token for each event,\n * so it's possible there may be slightly *less* than this value. There will never be more.\n * This cannot be 0 or else it makes it impossible to scroll back in a room.\n * Default: 50.\n */\n maxTimelineEntries?: number;\n}\n\nexport interface IMinimalEvent {\n content: IContent;\n type: EventType | string;\n room_id?: string;\n unsigned?: IUnsigned;\n}\n\nexport interface IEphemeral {\n events: IMinimalEvent[];\n}\n\n/* eslint-disable camelcase */\ninterface UnreadNotificationCounts {\n highlight_count?: number;\n notification_count?: number;\n}\n\nexport interface IRoomEvent extends IMinimalEvent {\n event_id: string;\n sender: string;\n origin_server_ts: number;\n}\n\nexport interface IStateEvent extends IRoomEvent {\n prev_content?: IContent;\n state_key: string;\n}\n\ninterface IState {\n events: IStateEvent[];\n}\n\nexport interface ITimeline {\n events: Array<IRoomEvent | IStateEvent>;\n limited?: boolean;\n prev_batch: string | null;\n}\n\nexport interface IJoinedRoom {\n \"summary\": IRoomSummary;\n \"state\": IState;\n \"timeline\": ITimeline;\n \"ephemeral\": IEphemeral;\n \"account_data\": IAccountData;\n \"unread_notifications\": UnreadNotificationCounts;\n \"unread_thread_notifications\"?: Record<string, UnreadNotificationCounts>;\n \"org.matrix.msc3773.unread_thread_notifications\"?: Record<string, UnreadNotificationCounts>;\n}\n\nexport interface IStrippedState {\n content: IContent;\n state_key: string;\n type: EventType | string;\n sender: string;\n}\n\nexport interface IInviteState {\n events: IStrippedState[];\n}\n\nexport interface IKnockState {\n events: IStrippedState[];\n}\n\nexport interface IInvitedRoom {\n invite_state: IInviteState;\n}\n\nexport interface ILeftRoom {\n state: IState;\n timeline: ITimeline;\n account_data: IAccountData;\n}\n\nexport interface IKnockedRoom {\n knock_state: IKnockState;\n}\n\nexport interface IRooms {\n [Category.Join]: Record<string, IJoinedRoom>;\n [Category.Invite]: Record<string, IInvitedRoom>;\n [Category.Leave]: Record<string, ILeftRoom>;\n [Category.Knock]: Record<string, IKnockedRoom>;\n}\n\ninterface IPresence {\n events: IMinimalEvent[];\n}\n\ninterface IAccountData {\n events: IMinimalEvent[];\n}\n\nexport interface IToDeviceEvent {\n content: IContent;\n sender: string;\n type: string;\n}\n\ninterface IToDevice {\n events: IToDeviceEvent[];\n}\n\nexport interface IDeviceLists {\n changed?: string[];\n left?: string[];\n}\n\nexport interface ISyncResponse {\n \"next_batch\": string;\n \"rooms\": IRooms;\n \"presence\"?: IPresence;\n \"account_data\": IAccountData;\n \"to_device\"?: IToDevice;\n \"device_lists\"?: IDeviceLists;\n \"device_one_time_keys_count\"?: Record<string, number>;\n\n \"device_unused_fallback_key_types\"?: string[];\n \"org.matrix.msc2732.device_unused_fallback_key_types\"?: string[];\n}\n/* eslint-enable camelcase */\n\nexport enum Category {\n Invite = \"invite\",\n Leave = \"leave\",\n Join = \"join\",\n Knock = \"knock\",\n}\n\ninterface IRoom {\n _currentState: { [eventType: string]: { [stateKey: string]: IStateEvent } };\n _timeline: {\n event: IRoomEvent | IStateEvent;\n token: string | null;\n }[];\n _summary: Partial<IRoomSummary>;\n _accountData: { [eventType: string]: IMinimalEvent };\n _unreadNotifications: Partial<UnreadNotificationCounts>;\n _unreadThreadNotifications?: Record<string, Partial<UnreadNotificationCounts>>;\n _receipts: ReceiptAccumulator;\n}\n\nexport interface ISyncData {\n nextBatch: string;\n accountData: IMinimalEvent[];\n roomsData: IRooms;\n}\n\ntype TaggedEvent = IRoomEvent & { _localTs?: number };\n\nfunction isTaggedEvent(event: IRoomEvent): event is TaggedEvent {\n return \"_localTs\" in event && event[\"_localTs\"] !== undefined;\n}\n\n/**\n * The purpose of this class is to accumulate /sync responses such that a\n * complete \"initial\" JSON response can be returned which accurately represents\n * the sum total of the /sync responses accumulated to date. It only handles\n * room data: that is, everything under the \"rooms\" top-level key.\n *\n * This class is used when persisting room data so a complete /sync response can\n * be loaded from disk and incremental syncs can be performed on the server,\n * rather than asking the server to do an initial sync on startup.\n */\nexport class SyncAccumulator {\n private accountData: Record<string, IMinimalEvent> = {}; // $event_type: Object\n private inviteRooms: Record<string, IInvitedRoom> = {}; // $roomId: { ... sync 'invite' json data ... }\n private knockRooms: Record<string, IKnockedRoom> = {}; // $roomId: { ... sync 'knock' json data ... }\n private joinRooms: { [roomId: string]: IRoom } = {};\n // the /sync token which corresponds to the last time rooms were\n // accumulated. We remember this so that any caller can obtain a\n // coherent /sync response and know at what point they should be\n // streaming from without losing events.\n private nextBatch: string | null = null;\n\n public constructor(private readonly opts: IOpts = {}) {\n this.opts.maxTimelineEntries = this.opts.maxTimelineEntries || 50;\n }\n\n public accumulate(syncResponse: ISyncResponse, fromDatabase = false): void {\n this.accumulateRooms(syncResponse, fromDatabase);\n this.accumulateAccountData(syncResponse);\n this.nextBatch = syncResponse.next_batch;\n }\n\n private accumulateAccountData(syncResponse: ISyncResponse): void {\n if (!syncResponse.account_data || !syncResponse.account_data.events) {\n return;\n }\n // Clobbers based on event type.\n syncResponse.account_data.events.forEach((e) => {\n this.accountData[e.type] = e;\n });\n }\n\n /**\n * Accumulate incremental /sync room data.\n * @param syncResponse - the complete /sync JSON\n * @param fromDatabase - True if the sync response is one saved to the database\n */\n private accumulateRooms(syncResponse: ISyncResponse, fromDatabase = false): void {\n if (!syncResponse.rooms) {\n return;\n }\n if (syncResponse.rooms.invite) {\n Object.keys(syncResponse.rooms.invite).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Invite, syncResponse.rooms.invite[roomId], fromDatabase);\n });\n }\n if (syncResponse.rooms.join) {\n Object.keys(syncResponse.rooms.join).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Join, syncResponse.rooms.join[roomId], fromDatabase);\n });\n }\n if (syncResponse.rooms.leave) {\n Object.keys(syncResponse.rooms.leave).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Leave, syncResponse.rooms.leave[roomId], fromDatabase);\n });\n }\n if (syncResponse.rooms.knock) {\n Object.keys(syncResponse.rooms.knock).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Knock, syncResponse.rooms.knock[roomId], fromDatabase);\n });\n }\n }\n\n private accumulateRoom(roomId: string, category: Category.Invite, data: IInvitedRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category.Join, data: IJoinedRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category.Leave, data: ILeftRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category.Knock, data: IKnockedRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category, data: any, fromDatabase = false): void {\n // Valid /sync state transitions\n // +--------+ <======+ 1: Accept an invite\n // +== | INVITE | | (5) 2: Leave a room\n // | +--------+ =====+ | 3: Join a public room previously\n // |(1) (4) | | left (handle as if new room)\n // V (2) V | 4: Reject an invite\n // +------+ ========> +--------+ 5: Invite to a room previously\n // | JOIN | (3) | LEAVE* | left (handle as if new room)\n // +------+ <======== +--------+\n //\n // * equivalent to \"no state\"\n switch (category) {\n case Category.Invite: // (5)\n if (this.knockRooms[roomId]) {\n // was previously knock, now invite, need to delete knock state\n delete this.knockRooms[roomId];\n }\n this.accumulateInviteState(roomId, data as IInvitedRoom);\n break;\n\n case Category.Knock:\n this.accumulateKnockState(roomId, data as IKnockedRoom);\n break;\n\n case Category.Join:\n if (this.inviteRooms[roomId]) {\n // (1)\n // was previously invite, now join. We expect /sync to give\n // the entire state and timeline on 'join', so delete previous\n // invite state\n delete this.inviteRooms[roomId];\n }\n // (3)\n this.accumulateJoinState(roomId, data as IJoinedRoom, fromDatabase);\n break;\n\n case Category.Leave:\n if (this.knockRooms[roomId]) {\n // delete knock state on leave\n delete this.knockRooms[roomId];\n } else if (this.inviteRooms[roomId]) {\n // (4)\n delete this.inviteRooms[roomId];\n } else {\n // (2)\n delete this.joinRooms[roomId];\n }\n break;\n\n default:\n logger.error(\"Unknown cateogory: \", category);\n }\n }\n\n private accumulateInviteState(roomId: string, data: IInvitedRoom): void {\n if (!data.invite_state || !data.invite_state.events) {\n // no new data\n return;\n }\n if (!this.inviteRooms[roomId]) {\n this.inviteRooms[roomId] = {\n invite_state: data.invite_state,\n };\n return;\n }\n // accumulate extra keys for invite->invite transitions\n // clobber based on event type / state key\n // We expect invite_state to be small, so just loop over the events\n const currentData = this.inviteRooms[roomId];\n data.invite_state.events.forEach((e) => {\n let hasAdded = false;\n for (let i = 0; i < currentData.invite_state.events.length; i++) {\n const current = currentData.invite_state.events[i];\n if (current.type === e.type && current.state_key == e.state_key) {\n currentData.invite_state.events[i] = e; // update\n hasAdded = true;\n }\n }\n if (!hasAdded) {\n currentData.invite_state.events.push(e);\n }\n });\n }\n\n private accumulateKnockState(roomId: string, data: IKnockedRoom): void {\n if (!data.knock_state || !data.knock_state.events) {\n // no new data\n return;\n }\n if (!this.knockRooms[roomId]) {\n this.knockRooms[roomId] = {\n knock_state: data.knock_state,\n };\n return;\n }\n // accumulate extra keys\n // clobber based on event type / state key\n // We expect knock_state to be small, so just loop over the events\n const currentData = this.knockRooms[roomId];\n data.knock_state.events.forEach((e) => {\n let hasAdded = false;\n for (let i = 0; i < currentData.knock_state.events.length; i++) {\n const current = currentData.knock_state.events[i];\n if (current.type === e.type && current.state_key == e.state_key) {\n currentData.knock_state.events[i] = e; // update\n hasAdded = true;\n }\n }\n if (!hasAdded) {\n currentData.knock_state.events.push(e);\n }\n });\n }\n\n // Accumulate timeline and state events in a room.\n private accumulateJoinState(roomId: string, data: IJoinedRoom, fromDatabase = false): void {\n // We expect this function to be called a lot (every /sync) so we want\n // this to be fast. /sync stores events in an array but we often want\n // to clobber based on type/state_key. Rather than convert arrays to\n // maps all the time, just keep private maps which contain\n // the actual current accumulated sync state, and array-ify it when\n // getJSON() is called.\n\n // State resolution:\n // The 'state' key is the delta from the previous sync (or start of time\n // if no token was supplied), to the START of the timeline. To obtain\n // the current state, we need to \"roll forward\" state by reading the\n // timeline. We want to store the current state so we can drop events\n // out the end of the timeline based on opts.maxTimelineEntries.\n //\n // 'state' 'timeline' current state\n // |-------x<======================>x\n // T I M E\n //\n // When getJSON() is called, we 'roll back' the current state by the\n // number of entries in the timeline to work out what 'state' should be.\n\n // Back-pagination:\n // On an initial /sync, the server provides a back-pagination token for\n // the start of the timeline. When /sync deltas come down, they also\n // include back-pagination tokens for the start of the timeline. This\n // means not all events in the timeline have back-pagination tokens, as\n // it is only the ones at the START of the timeline which have them.\n // In order for us to have a valid timeline (and back-pagination token\n // to match), we need to make sure that when we remove old timeline\n // events, that we roll forward to an event which has a back-pagination\n // token. This means we can't keep a strict sliding-window based on\n // opts.maxTimelineEntries, and we may have a few less. We should never\n // have more though, provided that the /sync limit is less than or equal\n // to opts.maxTimelineEntries.\n\n if (!this.joinRooms[roomId]) {\n // Create truly empty objects so event types of 'hasOwnProperty' and co\n // don't cause this code to break.\n this.joinRooms[roomId] = {\n _currentState: Object.create(null),\n _timeline: [],\n _accountData: Object.create(null),\n _unreadNotifications: {},\n _unreadThreadNotifications: {},\n _summary: {},\n _receipts: new ReceiptAccumulator(),\n };\n }\n const currentData = this.joinRooms[roomId];\n\n if (data.account_data && data.account_data.events) {\n // clobber based on type\n data.account_data.events.forEach((e) => {\n currentData._accountData[e.type] = e;\n });\n }\n\n // these probably clobber, spec is unclear.\n if (data.unread_notifications) {\n currentData._unreadNotifications = data.unread_notifications;\n }\n currentData._unreadThreadNotifications =\n data[UNREAD_THREAD_NOTIFICATIONS.stable!] ?? data[UNREAD_THREAD_NOTIFICATIONS.unstable!] ?? undefined;\n\n if (data.summary) {\n const HEROES_KEY = \"m.heroes\";\n const INVITED_COUNT_KEY = \"m.invited_member_count\";\n const JOINED_COUNT_KEY = \"m.joined_member_count\";\n\n const acc = currentData._summary;\n const sum = data.summary;\n acc[HEROES_KEY] = sum[HEROES_KEY] ?? acc[HEROES_KEY];\n acc[JOINED_COUNT_KEY] = sum[JOINED_COUNT_KEY] ?? acc[JOINED_COUNT_KEY];\n acc[INVITED_COUNT_KEY] = sum[INVITED_COUNT_KEY] ?? acc[INVITED_COUNT_KEY];\n }\n\n // We purposefully do not persist m.typing events.\n // Technically you could refresh a browser before the timer on a\n // typing event is up, so it'll look like you aren't typing when\n // you really still are. However, the alternative is worse. If\n // we do persist typing events, it will look like people are\n // typing forever until someone really does start typing (which\n // will prompt Synapse to send down an actual m.typing event to\n // clobber the one we persisted).\n\n // Persist the receipts\n currentData._receipts.consumeEphemeralEvents(data.ephemeral?.events);\n\n // if we got a limited sync, we need to remove all timeline entries or else\n // we will have gaps in the timeline.\n if (data.timeline && data.timeline.limited) {\n currentData._timeline = [];\n }\n\n // Work out the current state. The deltas need to be applied in the order:\n // - existing state which didn't come down /sync.\n // - State events under the 'state' key.\n // - State events in the 'timeline'.\n data.state?.events?.forEach((e) => {\n setState(currentData._currentState, e);\n });\n data.timeline?.events?.forEach((e, index) => {\n // this nops if 'e' isn't a state event\n setState(currentData._currentState, e);\n // append the event to the timeline. The back-pagination token\n // corresponds to the first event in the timeline\n let transformedEvent: TaggedEvent;\n if (!fromDatabase) {\n transformedEvent = Object.assign({}, e);\n if (transformedEvent.unsigned !== undefined) {\n transformedEvent.unsigned = Object.assign({}, transformedEvent.unsigned);\n }\n const age = e.unsigned?.age;\n if (age !== undefined) transformedEvent._localTs = Date.now() - age;\n } else {\n transformedEvent = e;\n }\n\n currentData._timeline.push({\n event: transformedEvent,\n token: index === 0 ? (data.timeline.prev_batch ?? null) : null,\n });\n });\n\n // attempt to prune the timeline by jumping between events which have\n // pagination tokens.\n if (currentData._timeline.length > this.opts.maxTimelineEntries!) {\n const startIndex = currentData._timeline.length - this.opts.maxTimelineEntries!;\n for (let i = startIndex; i < currentData._timeline.length; i++) {\n if (currentData._timeline[i].token) {\n // keep all events after this, including this one\n currentData._timeline = currentData._timeline.slice(i, currentData._timeline.length);\n break;\n }\n }\n }\n }\n\n /**\n * Return everything under the 'rooms' key from a /sync response which\n * represents all room data that should be stored. This should be paired\n * with the sync token which represents the most recent /sync response\n * provided to accumulate().\n * @param forDatabase - True to generate a sync to be saved to storage\n * @returns An object with a \"nextBatch\", \"roomsData\" and \"accountData\"\n * keys.\n * The \"nextBatch\" key is a string which represents at what point in the\n * /sync stream the accumulator reached. This token should be used when\n * restarting a /sync stream at startup. Failure to do so can lead to missing\n * events. The \"roomsData\" key is an Object which represents the entire\n * /sync response from the 'rooms' key onwards. The \"accountData\" key is\n * a list of raw events which represent global account data.\n */\n public getJSON(forDatabase = false): ISyncData {\n const data: IRooms = {\n join: {},\n invite: {},\n knock: {},\n // always empty. This is set by /sync when a room was previously\n // in 'invite' or 'join'. On fresh startup, the client won't know\n // about any previous room being in 'invite' or 'join' so we can\n // just omit mentioning it at all, even if it has previously come\n // down /sync.\n // The notable exception is when a client is kicked or banned:\n // we may want to hold onto that room so the client can clearly see\n // why their room has disappeared. We don't persist it though because\n // it is unclear *when* we can safely remove the room from the DB.\n // Instead, we assume that if you're loading from the DB, you've\n // refreshed the page, which means you've seen the kick/ban already.\n leave: {},\n };\n Object.keys(this.inviteRooms).forEach((roomId) => {\n data.invite[roomId] = this.inviteRooms[roomId];\n });\n Object.keys(this.knockRooms).forEach((roomId) => {\n data.knock[roomId] = this.knockRooms[roomId];\n });\n Object.keys(this.joinRooms).forEach((roomId) => {\n const roomData = this.joinRooms[roomId];\n const roomJson: IJoinedRoom = {\n ephemeral: { events: [] },\n account_data: { events: [] },\n state: { events: [] },\n timeline: {\n events: [],\n prev_batch: null,\n },\n unread_notifications: roomData._unreadNotifications,\n unread_thread_notifications: roomData._unreadThreadNotifications,\n summary: roomData._summary as IRoomSummary,\n };\n // Add account data\n Object.keys(roomData._accountData).forEach((evType) => {\n roomJson.account_data.events.push(roomData._accountData[evType]);\n });\n\n const receiptEvent = roomData._receipts.buildAccumulatedReceiptEvent(roomId);\n\n // add only if we have some receipt data\n if (receiptEvent) {\n roomJson.ephemeral.events.push(receiptEvent);\n }\n\n // Add timeline data\n roomData._timeline.forEach((msgData) => {\n if (!roomJson.timeline.prev_batch) {\n // the first event we add to the timeline MUST match up to\n // the prev_batch token.\n if (!msgData.token) {\n return; // this shouldn't happen as we prune constantly.\n }\n roomJson.timeline.prev_batch = msgData.token;\n }\n\n let transformedEvent: (IRoomEvent | IStateEvent) & { _localTs?: number };\n if (!forDatabase && isTaggedEvent(msgData.event)) {\n // This means we have to copy each event, so we can fix it up to\n // set a correct 'age' parameter whilst keeping the local timestamp\n // on our stored event. If this turns out to be a bottleneck, it could\n // be optimised either by doing this in the main process after the data\n // has been structured-cloned to go between the worker & main process,\n // or special-casing data from saved syncs to read the local timestamp\n // directly rather than turning it into age to then immediately be\n // transformed back again into a local timestamp.\n transformedEvent = Object.assign({}, msgData.event);\n if (transformedEvent.unsigned !== undefined) {\n transformedEvent.unsigned = Object.assign({}, transformedEvent.unsigned);\n }\n delete transformedEvent._localTs;\n transformedEvent.unsigned = transformedEvent.unsigned || {};\n transformedEvent.unsigned.age = Date.now() - msgData.event._localTs!;\n } else {\n transformedEvent = msgData.event;\n }\n roomJson.timeline.events.push(transformedEvent);\n });\n\n // Add state data: roll back current state to the start of timeline,\n // by \"reverse clobbering\" from the end of the timeline to the start.\n // Convert maps back into arrays.\n const rollBackState = Object.create(null);\n for (let i = roomJson.timeline.events.length - 1; i >= 0; i--) {\n const timelineEvent = roomJson.timeline.events[i];\n if (\n (timelineEvent as IStateEvent).state_key === null ||\n (timelineEvent as IStateEvent).state_key === undefined\n ) {\n continue; // not a state event\n }\n // since we're going back in time, we need to use the previous\n // state value else we'll break causality. We don't have the\n // complete previous state event, so we need to create one.\n const prevStateEvent = deepCopy(timelineEvent);\n if (prevStateEvent.unsigned) {\n if (prevStateEvent.unsigned.prev_content) {\n prevStateEvent.content = prevStateEvent.unsigned.prev_content;\n }\n if (prevStateEvent.unsigned.prev_sender) {\n prevStateEvent.sender = prevStateEvent.unsigned.prev_sender;\n }\n }\n setState(rollBackState, prevStateEvent);\n }\n Object.keys(roomData._currentState).forEach((evType) => {\n Object.keys(roomData._currentState[evType]).forEach((stateKey) => {\n let ev = roomData._currentState[evType][stateKey];\n if (rollBackState[evType] && rollBackState[evType][stateKey]) {\n // use the reverse clobbered event instead.\n ev = rollBackState[evType][stateKey];\n }\n roomJson.state.events.push(ev);\n });\n });\n data.join[roomId] = roomJson;\n });\n\n // Add account data\n const accData: IMinimalEvent[] = [];\n Object.keys(this.accountData).forEach((evType) => {\n accData.push(this.accountData[evType]);\n });\n\n return {\n nextBatch: this.nextBatch!,\n roomsData: data,\n accountData: accData,\n };\n }\n\n public getNextBatchToken(): string {\n return this.nextBatch!;\n }\n}\n\nfunction setState(eventMap: Record<string, Record<string, IStateEvent>>, event: IRoomEvent | IStateEvent): void {\n if ((event as IStateEvent).state_key === null || (event as IStateEvent).state_key === undefined || !event.type) {\n return;\n }\n if (!eventMap[event.type]) {\n eventMap[event.type] = Object.create(null);\n }\n eventMap[event.type][(event as IStateEvent).state_key] = event as IStateEvent;\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"sync-accumulator.js","names":["logger","deepCopy","UNREAD_THREAD_NOTIFICATIONS","ReceiptAccumulator","Category","isTaggedEvent","event","undefined","SyncAccumulator","constructor","opts","arguments","length","_defineProperty","maxTimelineEntries","accumulate","syncResponse","fromDatabase","accumulateRooms","accumulateAccountData","nextBatch","next_batch","account_data","events","forEach","e","accountData","type","rooms","invite","Object","keys","roomId","accumulateRoom","Invite","join","Join","leave","Leave","knock","Knock","category","data","knockRooms","accumulateInviteState","accumulateKnockState","inviteRooms","accumulateJoinState","joinRooms","error","invite_state","currentData","hasAdded","i","current","state_key","push","knock_state","_ref","_data","_data$ephemeral","_data$state","_data$orgMatrixMsc","_data$timeline","_currentState","create","_timeline","_accountData","_unreadNotifications","_unreadThreadNotifications","_summary","_receipts","unread_notifications","stable","unstable","summary","_sum$HEROES_KEY","_sum$JOINED_COUNT_KEY","_sum$INVITED_COUNT_KE","HEROES_KEY","INVITED_COUNT_KEY","JOINED_COUNT_KEY","acc","sum","consumeEphemeralEvents","ephemeral","timeline","limited","state","setState","index","_data$timeline$prev_b","transformedEvent","_e$unsigned","assign","unsigned","age","_localTs","Date","now","token","prev_batch","startIndex","slice","getJSON","forDatabase","roomData","roomJson","evType","receiptEvent","buildAccumulatedReceiptEvent","msgData","rollBackState","timelineEvent","prevStateEvent","prev_content","content","prev_sender","sender","stateKey","ev","accData","roomsData","getNextBatchToken","eventMap"],"sources":["../src/sync-accumulator.ts"],"sourcesContent":["/*\nCopyright 2017 - 2023 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/**\n * This is an internal module. See {@link SyncAccumulator} for the public class.\n */\n\nimport { logger } from \"./logger.ts\";\nimport { deepCopy } from \"./utils.ts\";\nimport { IContent, IUnsigned } from \"./models/event.ts\";\nimport { IRoomSummary } from \"./models/room-summary.ts\";\nimport { EventType } from \"./@types/event.ts\";\nimport { UNREAD_THREAD_NOTIFICATIONS } from \"./@types/sync.ts\";\nimport { ReceiptAccumulator } from \"./receipt-accumulator.ts\";\n\ninterface IOpts {\n /**\n * The ideal maximum number of timeline entries to keep in the sync response.\n * This is best-effort, as clients do not always have a back-pagination token for each event,\n * so it's possible there may be slightly *less* than this value. There will never be more.\n * This cannot be 0 or else it makes it impossible to scroll back in a room.\n * Default: 50.\n */\n maxTimelineEntries?: number;\n}\n\nexport interface IMinimalEvent {\n content: IContent;\n type: EventType | string;\n room_id?: string;\n unsigned?: IUnsigned;\n}\n\nexport interface IEphemeral {\n events: IMinimalEvent[];\n}\n\n/* eslint-disable camelcase */\ninterface UnreadNotificationCounts {\n highlight_count?: number;\n notification_count?: number;\n}\n\nexport interface IRoomEvent extends IMinimalEvent {\n event_id: string;\n sender: string;\n origin_server_ts: number;\n}\n\nexport interface IStateEvent extends IRoomEvent {\n prev_content?: IContent;\n state_key: string;\n}\n\ninterface IState {\n events: IStateEvent[];\n}\n\nexport interface ITimeline {\n events: Array<IRoomEvent | IStateEvent>;\n limited?: boolean;\n prev_batch: string | null;\n}\n\nexport interface IJoinedRoom {\n \"summary\": IRoomSummary;\n // One of `state` or `state_after` is required.\n \"state\"?: IState;\n \"org.matrix.msc4222.state_after\"?: IState; // https://github.com/matrix-org/matrix-spec-proposals/pull/4222\n \"timeline\": ITimeline;\n \"ephemeral\": IEphemeral;\n \"account_data\": IAccountData;\n \"unread_notifications\": UnreadNotificationCounts;\n \"unread_thread_notifications\"?: Record<string, UnreadNotificationCounts>;\n \"org.matrix.msc3773.unread_thread_notifications\"?: Record<string, UnreadNotificationCounts>;\n}\n\nexport interface IStrippedState {\n content: IContent;\n state_key: string;\n type: EventType | string;\n sender: string;\n}\n\nexport interface IInviteState {\n events: IStrippedState[];\n}\n\nexport interface IKnockState {\n events: IStrippedState[];\n}\n\nexport interface IInvitedRoom {\n invite_state: IInviteState;\n}\n\nexport interface ILeftRoom {\n // One of `state` or `state_after` is required.\n \"state\"?: IState;\n \"org.matrix.msc4222.state_after\"?: IState;\n \"timeline\": ITimeline;\n \"account_data\": IAccountData;\n}\n\nexport interface IKnockedRoom {\n knock_state: IKnockState;\n}\n\nexport interface IRooms {\n [Category.Join]: Record<string, IJoinedRoom>;\n [Category.Invite]: Record<string, IInvitedRoom>;\n [Category.Leave]: Record<string, ILeftRoom>;\n [Category.Knock]: Record<string, IKnockedRoom>;\n}\n\ninterface IPresence {\n events: IMinimalEvent[];\n}\n\ninterface IAccountData {\n events: IMinimalEvent[];\n}\n\nexport interface IToDeviceEvent {\n content: IContent;\n sender: string;\n type: string;\n}\n\ninterface IToDevice {\n events: IToDeviceEvent[];\n}\n\nexport interface IDeviceLists {\n changed?: string[];\n left?: string[];\n}\n\nexport interface ISyncResponse {\n \"next_batch\": string;\n \"rooms\": IRooms;\n \"presence\"?: IPresence;\n \"account_data\": IAccountData;\n \"to_device\"?: IToDevice;\n \"device_lists\"?: IDeviceLists;\n \"device_one_time_keys_count\"?: Record<string, number>;\n\n \"device_unused_fallback_key_types\"?: string[];\n \"org.matrix.msc2732.device_unused_fallback_key_types\"?: string[];\n}\n/* eslint-enable camelcase */\n\nexport enum Category {\n Invite = \"invite\",\n Leave = \"leave\",\n Join = \"join\",\n Knock = \"knock\",\n}\n\ninterface IRoom {\n _currentState: { [eventType: string]: { [stateKey: string]: IStateEvent } };\n _timeline: {\n event: IRoomEvent | IStateEvent;\n token: string | null;\n }[];\n _summary: Partial<IRoomSummary>;\n _accountData: { [eventType: string]: IMinimalEvent };\n _unreadNotifications: Partial<UnreadNotificationCounts>;\n _unreadThreadNotifications?: Record<string, Partial<UnreadNotificationCounts>>;\n _receipts: ReceiptAccumulator;\n}\n\nexport interface ISyncData {\n nextBatch: string;\n accountData: IMinimalEvent[];\n roomsData: IRooms;\n}\n\ntype TaggedEvent = IRoomEvent & { _localTs?: number };\n\nfunction isTaggedEvent(event: IRoomEvent): event is TaggedEvent {\n return \"_localTs\" in event && event[\"_localTs\"] !== undefined;\n}\n\n/**\n * The purpose of this class is to accumulate /sync responses such that a\n * complete \"initial\" JSON response can be returned which accurately represents\n * the sum total of the /sync responses accumulated to date. It only handles\n * room data: that is, everything under the \"rooms\" top-level key.\n *\n * This class is used when persisting room data so a complete /sync response can\n * be loaded from disk and incremental syncs can be performed on the server,\n * rather than asking the server to do an initial sync on startup.\n */\nexport class SyncAccumulator {\n private accountData: Record<string, IMinimalEvent> = {}; // $event_type: Object\n private inviteRooms: Record<string, IInvitedRoom> = {}; // $roomId: { ... sync 'invite' json data ... }\n private knockRooms: Record<string, IKnockedRoom> = {}; // $roomId: { ... sync 'knock' json data ... }\n private joinRooms: { [roomId: string]: IRoom } = {};\n // the /sync token which corresponds to the last time rooms were\n // accumulated. We remember this so that any caller can obtain a\n // coherent /sync response and know at what point they should be\n // streaming from without losing events.\n private nextBatch: string | null = null;\n\n public constructor(private readonly opts: IOpts = {}) {\n this.opts.maxTimelineEntries = this.opts.maxTimelineEntries || 50;\n }\n\n public accumulate(syncResponse: ISyncResponse, fromDatabase = false): void {\n this.accumulateRooms(syncResponse, fromDatabase);\n this.accumulateAccountData(syncResponse);\n this.nextBatch = syncResponse.next_batch;\n }\n\n private accumulateAccountData(syncResponse: ISyncResponse): void {\n if (!syncResponse.account_data || !syncResponse.account_data.events) {\n return;\n }\n // Clobbers based on event type.\n syncResponse.account_data.events.forEach((e) => {\n this.accountData[e.type] = e;\n });\n }\n\n /**\n * Accumulate incremental /sync room data.\n * @param syncResponse - the complete /sync JSON\n * @param fromDatabase - True if the sync response is one saved to the database\n */\n private accumulateRooms(syncResponse: ISyncResponse, fromDatabase = false): void {\n if (!syncResponse.rooms) {\n return;\n }\n if (syncResponse.rooms.invite) {\n Object.keys(syncResponse.rooms.invite).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Invite, syncResponse.rooms.invite[roomId], fromDatabase);\n });\n }\n if (syncResponse.rooms.join) {\n Object.keys(syncResponse.rooms.join).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Join, syncResponse.rooms.join[roomId], fromDatabase);\n });\n }\n if (syncResponse.rooms.leave) {\n Object.keys(syncResponse.rooms.leave).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Leave, syncResponse.rooms.leave[roomId], fromDatabase);\n });\n }\n if (syncResponse.rooms.knock) {\n Object.keys(syncResponse.rooms.knock).forEach((roomId) => {\n this.accumulateRoom(roomId, Category.Knock, syncResponse.rooms.knock[roomId], fromDatabase);\n });\n }\n }\n\n private accumulateRoom(roomId: string, category: Category.Invite, data: IInvitedRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category.Join, data: IJoinedRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category.Leave, data: ILeftRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category.Knock, data: IKnockedRoom, fromDatabase: boolean): void;\n private accumulateRoom(roomId: string, category: Category, data: any, fromDatabase = false): void {\n // Valid /sync state transitions\n // +--------+ <======+ 1: Accept an invite\n // +== | INVITE | | (5) 2: Leave a room\n // | +--------+ =====+ | 3: Join a public room previously\n // |(1) (4) | | left (handle as if new room)\n // V (2) V | 4: Reject an invite\n // +------+ ========> +--------+ 5: Invite to a room previously\n // | JOIN | (3) | LEAVE* | left (handle as if new room)\n // +------+ <======== +--------+\n //\n // * equivalent to \"no state\"\n switch (category) {\n case Category.Invite: // (5)\n if (this.knockRooms[roomId]) {\n // was previously knock, now invite, need to delete knock state\n delete this.knockRooms[roomId];\n }\n this.accumulateInviteState(roomId, data as IInvitedRoom);\n break;\n\n case Category.Knock:\n this.accumulateKnockState(roomId, data as IKnockedRoom);\n break;\n\n case Category.Join:\n if (this.inviteRooms[roomId]) {\n // (1)\n // was previously invite, now join. We expect /sync to give\n // the entire state and timeline on 'join', so delete previous\n // invite state\n delete this.inviteRooms[roomId];\n }\n // (3)\n this.accumulateJoinState(roomId, data as IJoinedRoom, fromDatabase);\n break;\n\n case Category.Leave:\n if (this.knockRooms[roomId]) {\n // delete knock state on leave\n delete this.knockRooms[roomId];\n } else if (this.inviteRooms[roomId]) {\n // (4)\n delete this.inviteRooms[roomId];\n } else {\n // (2)\n delete this.joinRooms[roomId];\n }\n break;\n\n default:\n logger.error(\"Unknown cateogory: \", category);\n }\n }\n\n private accumulateInviteState(roomId: string, data: IInvitedRoom): void {\n if (!data.invite_state || !data.invite_state.events) {\n // no new data\n return;\n }\n if (!this.inviteRooms[roomId]) {\n this.inviteRooms[roomId] = {\n invite_state: data.invite_state,\n };\n return;\n }\n // accumulate extra keys for invite->invite transitions\n // clobber based on event type / state key\n // We expect invite_state to be small, so just loop over the events\n const currentData = this.inviteRooms[roomId];\n data.invite_state.events.forEach((e) => {\n let hasAdded = false;\n for (let i = 0; i < currentData.invite_state.events.length; i++) {\n const current = currentData.invite_state.events[i];\n if (current.type === e.type && current.state_key == e.state_key) {\n currentData.invite_state.events[i] = e; // update\n hasAdded = true;\n }\n }\n if (!hasAdded) {\n currentData.invite_state.events.push(e);\n }\n });\n }\n\n private accumulateKnockState(roomId: string, data: IKnockedRoom): void {\n if (!data.knock_state || !data.knock_state.events) {\n // no new data\n return;\n }\n if (!this.knockRooms[roomId]) {\n this.knockRooms[roomId] = {\n knock_state: data.knock_state,\n };\n return;\n }\n // accumulate extra keys\n // clobber based on event type / state key\n // We expect knock_state to be small, so just loop over the events\n const currentData = this.knockRooms[roomId];\n data.knock_state.events.forEach((e) => {\n let hasAdded = false;\n for (let i = 0; i < currentData.knock_state.events.length; i++) {\n const current = currentData.knock_state.events[i];\n if (current.type === e.type && current.state_key == e.state_key) {\n currentData.knock_state.events[i] = e; // update\n hasAdded = true;\n }\n }\n if (!hasAdded) {\n currentData.knock_state.events.push(e);\n }\n });\n }\n\n // Accumulate timeline and state events in a room.\n private accumulateJoinState(roomId: string, data: IJoinedRoom, fromDatabase = false): void {\n // We expect this function to be called a lot (every /sync) so we want\n // this to be fast. /sync stores events in an array but we often want\n // to clobber based on type/state_key. Rather than convert arrays to\n // maps all the time, just keep private maps which contain\n // the actual current accumulated sync state, and array-ify it when\n // getJSON() is called.\n\n // State resolution:\n // The 'state' key is the delta from the previous sync (or start of time\n // if no token was supplied), to the START of the timeline. To obtain\n // the current state, we need to \"roll forward\" state by reading the\n // timeline. We want to store the current state so we can drop events\n // out the end of the timeline based on opts.maxTimelineEntries.\n //\n // 'state' 'timeline' current state\n // |-------x<======================>x\n // T I M E\n //\n // When getJSON() is called, we 'roll back' the current state by the\n // number of entries in the timeline to work out what 'state' should be.\n\n // Back-pagination:\n // On an initial /sync, the server provides a back-pagination token for\n // the start of the timeline. When /sync deltas come down, they also\n // include back-pagination tokens for the start of the timeline. This\n // means not all events in the timeline have back-pagination tokens, as\n // it is only the ones at the START of the timeline which have them.\n // In order for us to have a valid timeline (and back-pagination token\n // to match), we need to make sure that when we remove old timeline\n // events, that we roll forward to an event which has a back-pagination\n // token. This means we can't keep a strict sliding-window based on\n // opts.maxTimelineEntries, and we may have a few less. We should never\n // have more though, provided that the /sync limit is less than or equal\n // to opts.maxTimelineEntries.\n\n if (!this.joinRooms[roomId]) {\n // Create truly empty objects so event types of 'hasOwnProperty' and co\n // don't cause this code to break.\n this.joinRooms[roomId] = {\n _currentState: Object.create(null),\n _timeline: [],\n _accountData: Object.create(null),\n _unreadNotifications: {},\n _unreadThreadNotifications: {},\n _summary: {},\n _receipts: new ReceiptAccumulator(),\n };\n }\n const currentData = this.joinRooms[roomId];\n\n if (data.account_data && data.account_data.events) {\n // clobber based on type\n data.account_data.events.forEach((e) => {\n currentData._accountData[e.type] = e;\n });\n }\n\n // these probably clobber, spec is unclear.\n if (data.unread_notifications) {\n currentData._unreadNotifications = data.unread_notifications;\n }\n currentData._unreadThreadNotifications =\n data[UNREAD_THREAD_NOTIFICATIONS.stable!] ?? data[UNREAD_THREAD_NOTIFICATIONS.unstable!] ?? undefined;\n\n if (data.summary) {\n const HEROES_KEY = \"m.heroes\";\n const INVITED_COUNT_KEY = \"m.invited_member_count\";\n const JOINED_COUNT_KEY = \"m.joined_member_count\";\n\n const acc = currentData._summary;\n const sum = data.summary;\n acc[HEROES_KEY] = sum[HEROES_KEY] ?? acc[HEROES_KEY];\n acc[JOINED_COUNT_KEY] = sum[JOINED_COUNT_KEY] ?? acc[JOINED_COUNT_KEY];\n acc[INVITED_COUNT_KEY] = sum[INVITED_COUNT_KEY] ?? acc[INVITED_COUNT_KEY];\n }\n\n // We purposefully do not persist m.typing events.\n // Technically you could refresh a browser before the timer on a\n // typing event is up, so it'll look like you aren't typing when\n // you really still are. However, the alternative is worse. If\n // we do persist typing events, it will look like people are\n // typing forever until someone really does start typing (which\n // will prompt Synapse to send down an actual m.typing event to\n // clobber the one we persisted).\n\n // Persist the receipts\n currentData._receipts.consumeEphemeralEvents(data.ephemeral?.events);\n\n // if we got a limited sync, we need to remove all timeline entries or else\n // we will have gaps in the timeline.\n if (data.timeline && data.timeline.limited) {\n currentData._timeline = [];\n }\n\n // Work out the current state. The deltas need to be applied in the order:\n // - existing state which didn't come down /sync.\n // - State events under the 'state' key.\n // - State events under the 'state_after' key OR state events in the 'timeline' if 'state_after' is not present.\n data.state?.events?.forEach((e) => {\n setState(currentData._currentState, e);\n });\n data[\"org.matrix.msc4222.state_after\"]?.events?.forEach((e) => {\n setState(currentData._currentState, e);\n });\n data.timeline?.events?.forEach((e, index) => {\n if (!data[\"org.matrix.msc4222.state_after\"]) {\n // this nops if 'e' isn't a state event\n setState(currentData._currentState, e);\n }\n // append the event to the timeline. The back-pagination token\n // corresponds to the first event in the timeline\n let transformedEvent: TaggedEvent;\n if (!fromDatabase) {\n transformedEvent = Object.assign({}, e);\n if (transformedEvent.unsigned !== undefined) {\n transformedEvent.unsigned = Object.assign({}, transformedEvent.unsigned);\n }\n const age = e.unsigned?.age;\n if (age !== undefined) transformedEvent._localTs = Date.now() - age;\n } else {\n transformedEvent = e;\n }\n\n currentData._timeline.push({\n event: transformedEvent,\n token: index === 0 ? (data.timeline.prev_batch ?? null) : null,\n });\n });\n\n // attempt to prune the timeline by jumping between events which have\n // pagination tokens.\n if (currentData._timeline.length > this.opts.maxTimelineEntries!) {\n const startIndex = currentData._timeline.length - this.opts.maxTimelineEntries!;\n for (let i = startIndex; i < currentData._timeline.length; i++) {\n if (currentData._timeline[i].token) {\n // keep all events after this, including this one\n currentData._timeline = currentData._timeline.slice(i, currentData._timeline.length);\n break;\n }\n }\n }\n }\n\n /**\n * Return everything under the 'rooms' key from a /sync response which\n * represents all room data that should be stored. This should be paired\n * with the sync token which represents the most recent /sync response\n * provided to accumulate().\n * @param forDatabase - True to generate a sync to be saved to storage\n * @returns An object with a \"nextBatch\", \"roomsData\" and \"accountData\"\n * keys.\n * The \"nextBatch\" key is a string which represents at what point in the\n * /sync stream the accumulator reached. This token should be used when\n * restarting a /sync stream at startup. Failure to do so can lead to missing\n * events. The \"roomsData\" key is an Object which represents the entire\n * /sync response from the 'rooms' key onwards. The \"accountData\" key is\n * a list of raw events which represent global account data.\n */\n public getJSON(forDatabase = false): ISyncData {\n const data: IRooms = {\n join: {},\n invite: {},\n knock: {},\n // always empty. This is set by /sync when a room was previously\n // in 'invite' or 'join'. On fresh startup, the client won't know\n // about any previous room being in 'invite' or 'join' so we can\n // just omit mentioning it at all, even if it has previously come\n // down /sync.\n // The notable exception is when a client is kicked or banned:\n // we may want to hold onto that room so the client can clearly see\n // why their room has disappeared. We don't persist it though because\n // it is unclear *when* we can safely remove the room from the DB.\n // Instead, we assume that if you're loading from the DB, you've\n // refreshed the page, which means you've seen the kick/ban already.\n leave: {},\n };\n Object.keys(this.inviteRooms).forEach((roomId) => {\n data.invite[roomId] = this.inviteRooms[roomId];\n });\n Object.keys(this.knockRooms).forEach((roomId) => {\n data.knock[roomId] = this.knockRooms[roomId];\n });\n Object.keys(this.joinRooms).forEach((roomId) => {\n const roomData = this.joinRooms[roomId];\n const roomJson: IJoinedRoom & {\n // We track both `state` and `state_after` for downgrade compatibility\n \"state\": IState;\n \"org.matrix.msc4222.state_after\": IState;\n } = {\n \"ephemeral\": { events: [] },\n \"account_data\": { events: [] },\n \"state\": { events: [] },\n \"org.matrix.msc4222.state_after\": { events: [] },\n \"timeline\": {\n events: [],\n prev_batch: null,\n },\n \"unread_notifications\": roomData._unreadNotifications,\n \"unread_thread_notifications\": roomData._unreadThreadNotifications,\n \"summary\": roomData._summary as IRoomSummary,\n };\n // Add account data\n Object.keys(roomData._accountData).forEach((evType) => {\n roomJson.account_data.events.push(roomData._accountData[evType]);\n });\n\n const receiptEvent = roomData._receipts.buildAccumulatedReceiptEvent(roomId);\n\n // add only if we have some receipt data\n if (receiptEvent) {\n roomJson.ephemeral.events.push(receiptEvent);\n }\n\n // Add timeline data\n roomData._timeline.forEach((msgData) => {\n if (!roomJson.timeline.prev_batch) {\n // the first event we add to the timeline MUST match up to\n // the prev_batch token.\n if (!msgData.token) {\n return; // this shouldn't happen as we prune constantly.\n }\n roomJson.timeline.prev_batch = msgData.token;\n }\n\n let transformedEvent: (IRoomEvent | IStateEvent) & { _localTs?: number };\n if (!forDatabase && isTaggedEvent(msgData.event)) {\n // This means we have to copy each event, so we can fix it up to\n // set a correct 'age' parameter whilst keeping the local timestamp\n // on our stored event. If this turns out to be a bottleneck, it could\n // be optimised either by doing this in the main process after the data\n // has been structured-cloned to go between the worker & main process,\n // or special-casing data from saved syncs to read the local timestamp\n // directly rather than turning it into age to then immediately be\n // transformed back again into a local timestamp.\n transformedEvent = Object.assign({}, msgData.event);\n if (transformedEvent.unsigned !== undefined) {\n transformedEvent.unsigned = Object.assign({}, transformedEvent.unsigned);\n }\n delete transformedEvent._localTs;\n transformedEvent.unsigned = transformedEvent.unsigned || {};\n transformedEvent.unsigned.age = Date.now() - msgData.event._localTs!;\n } else {\n transformedEvent = msgData.event;\n }\n roomJson.timeline.events.push(transformedEvent);\n });\n\n // Add state data: roll back current state to the start of timeline,\n // by \"reverse clobbering\" from the end of the timeline to the start.\n // Convert maps back into arrays.\n const rollBackState = Object.create(null);\n for (let i = roomJson.timeline.events.length - 1; i >= 0; i--) {\n const timelineEvent = roomJson.timeline.events[i];\n if (\n (timelineEvent as IStateEvent).state_key === null ||\n (timelineEvent as IStateEvent).state_key === undefined\n ) {\n continue; // not a state event\n }\n // since we're going back in time, we need to use the previous\n // state value else we'll break causality. We don't have the\n // complete previous state event, so we need to create one.\n const prevStateEvent = deepCopy(timelineEvent);\n if (prevStateEvent.unsigned) {\n if (prevStateEvent.unsigned.prev_content) {\n prevStateEvent.content = prevStateEvent.unsigned.prev_content;\n }\n if (prevStateEvent.unsigned.prev_sender) {\n prevStateEvent.sender = prevStateEvent.unsigned.prev_sender;\n }\n }\n setState(rollBackState, prevStateEvent);\n }\n Object.keys(roomData._currentState).forEach((evType) => {\n Object.keys(roomData._currentState[evType]).forEach((stateKey) => {\n let ev = roomData._currentState[evType][stateKey];\n // Push to both fields to provide downgrade compatibility in the sync accumulator db\n // the code will prefer `state_after` if it is present\n roomJson[\"org.matrix.msc4222.state_after\"].events.push(ev);\n // Roll the state back to the value at the start of the timeline if it was changed\n if (rollBackState[evType] && rollBackState[evType][stateKey]) {\n ev = rollBackState[evType][stateKey];\n }\n roomJson.state.events.push(ev);\n });\n });\n data.join[roomId] = roomJson;\n });\n\n // Add account data\n const accData: IMinimalEvent[] = [];\n Object.keys(this.accountData).forEach((evType) => {\n accData.push(this.accountData[evType]);\n });\n\n return {\n nextBatch: this.nextBatch!,\n roomsData: data,\n accountData: accData,\n };\n }\n\n public getNextBatchToken(): string {\n return this.nextBatch!;\n }\n}\n\nfunction setState(eventMap: Record<string, Record<string, IStateEvent>>, event: IRoomEvent | IStateEvent): void {\n if ((event as IStateEvent).state_key === null || (event as IStateEvent).state_key === undefined || !event.type) {\n return;\n }\n if (!eventMap[event.type]) {\n eventMap[event.type] = Object.create(null);\n }\n eventMap[event.type][(event as IStateEvent).state_key] = event as IStateEvent;\n}\n"],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,SAASA,MAAM,QAAQ,aAAa;AACpC,SAASC,QAAQ,QAAQ,YAAY;AAIrC,SAASC,2BAA2B,QAAQ,kBAAkB;AAC9D,SAASC,kBAAkB,QAAQ,0BAA0B;;AAwB7D;;AAiHA;;AAEA,WAAYC,QAAQ,0BAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAAA,OAARA,QAAQ;AAAA;AA4BpB,SAASC,aAAaA,CAACC,KAAiB,EAAwB;EAC5D,OAAO,UAAU,IAAIA,KAAK,IAAIA,KAAK,CAAC,UAAU,CAAC,KAAKC,SAAS;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,eAAe,CAAC;EAWlBC,WAAWA,CAAA,EAAoC;IAAA,IAAlBC,IAAW,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAJ,SAAA,GAAAI,SAAA,MAAG,CAAC,CAAC;IAAA,KAAhBD,IAAW,GAAXA,IAAW;IAAAG,eAAA,sBAVM,CAAC,CAAC;IAAE;IAAAA,eAAA,sBACL,CAAC,CAAC;IAAE;IAAAA,eAAA,qBACL,CAAC,CAAC;IAAE;IAAAA,eAAA,oBACN,CAAC,CAAC;IACnD;IACA;IACA;IACA;IAAAA,eAAA,oBACmC,IAAI;IAGnC,IAAI,CAACH,IAAI,CAACI,kBAAkB,GAAG,IAAI,CAACJ,IAAI,CAACI,kBAAkB,IAAI,EAAE;EACrE;EAEOC,UAAUA,CAACC,YAA2B,EAA8B;IAAA,IAA5BC,YAAY,GAAAN,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAJ,SAAA,GAAAI,SAAA,MAAG,KAAK;IAC/D,IAAI,CAACO,eAAe,CAACF,YAAY,EAAEC,YAAY,CAAC;IAChD,IAAI,CAACE,qBAAqB,CAACH,YAAY,CAAC;IACxC,IAAI,CAACI,SAAS,GAAGJ,YAAY,CAACK,UAAU;EAC5C;EAEQF,qBAAqBA,CAACH,YAA2B,EAAQ;IAC7D,IAAI,CAACA,YAAY,CAACM,YAAY,IAAI,CAACN,YAAY,CAACM,YAAY,CAACC,MAAM,EAAE;MACjE;IACJ;IACA;IACAP,YAAY,CAACM,YAAY,CAACC,MAAM,CAACC,OAAO,CAAEC,CAAC,IAAK;MAC5C,IAAI,CAACC,WAAW,CAACD,CAAC,CAACE,IAAI,CAAC,GAAGF,CAAC;IAChC,CAAC,CAAC;EACN;;EAEA;AACJ;AACA;AACA;AACA;EACYP,eAAeA,CAACF,YAA2B,EAA8B;IAAA,IAA5BC,YAAY,GAAAN,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAJ,SAAA,GAAAI,SAAA,MAAG,KAAK;IACrE,IAAI,CAACK,YAAY,CAACY,KAAK,EAAE;MACrB;IACJ;IACA,IAAIZ,YAAY,CAACY,KAAK,CAACC,MAAM,EAAE;MAC3BC,MAAM,CAACC,IAAI,CAACf,YAAY,CAACY,KAAK,CAACC,MAAM,CAAC,CAACL,OAAO,CAAEQ,MAAM,IAAK;QACvD,IAAI,CAACC,cAAc,CAACD,MAAM,EAAE5B,QAAQ,CAAC8B,MAAM,EAAElB,YAAY,CAACY,KAAK,CAACC,MAAM,CAACG,MAAM,CAAC,EAAEf,YAAY,CAAC;MACjG,CAAC,CAAC;IACN;IACA,IAAID,YAAY,CAACY,KAAK,CAACO,IAAI,EAAE;MACzBL,MAAM,CAACC,IAAI,CAACf,YAAY,CAACY,KAAK,CAACO,IAAI,CAAC,CAACX,OAAO,CAAEQ,MAAM,IAAK;QACrD,IAAI,CAACC,cAAc,CAACD,MAAM,EAAE5B,QAAQ,CAACgC,IAAI,EAAEpB,YAAY,CAACY,KAAK,CAACO,IAAI,CAACH,MAAM,CAAC,EAAEf,YAAY,CAAC;MAC7F,CAAC,CAAC;IACN;IACA,IAAID,YAAY,CAACY,KAAK,CAACS,KAAK,EAAE;MAC1BP,MAAM,CAACC,IAAI,CAACf,YAAY,CAACY,KAAK,CAACS,KAAK,CAAC,CAACb,OAAO,CAAEQ,MAAM,IAAK;QACtD,IAAI,CAACC,cAAc,CAACD,MAAM,EAAE5B,QAAQ,CAACkC,KAAK,EAAEtB,YAAY,CAACY,KAAK,CAACS,KAAK,CAACL,MAAM,CAAC,EAAEf,YAAY,CAAC;MAC/F,CAAC,CAAC;IACN;IACA,IAAID,YAAY,CAACY,KAAK,CAACW,KAAK,EAAE;MAC1BT,MAAM,CAACC,IAAI,CAACf,YAAY,CAACY,KAAK,CAACW,KAAK,CAAC,CAACf,OAAO,CAAEQ,MAAM,IAAK;QACtD,IAAI,CAACC,cAAc,CAACD,MAAM,EAAE5B,QAAQ,CAACoC,KAAK,EAAExB,YAAY,CAACY,KAAK,CAACW,KAAK,CAACP,MAAM,CAAC,EAAEf,YAAY,CAAC;MAC/F,CAAC,CAAC;IACN;EACJ;EAMQgB,cAAcA,CAACD,MAAc,EAAES,QAAkB,EAAEC,IAAS,EAA8B;IAAA,IAA5BzB,YAAY,GAAAN,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAJ,SAAA,GAAAI,SAAA,MAAG,KAAK;IACtF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,QAAQ8B,QAAQ;MACZ,KAAKrC,QAAQ,CAAC8B,MAAM;QAAE;QAClB,IAAI,IAAI,CAACS,UAAU,CAACX,MAAM,CAAC,EAAE;UACzB;UACA,OAAO,IAAI,CAACW,UAAU,CAACX,MAAM,CAAC;QAClC;QACA,IAAI,CAACY,qBAAqB,CAACZ,MAAM,EAAEU,IAAoB,CAAC;QACxD;MAEJ,KAAKtC,QAAQ,CAACoC,KAAK;QACf,IAAI,CAACK,oBAAoB,CAACb,MAAM,EAAEU,IAAoB,CAAC;QACvD;MAEJ,KAAKtC,QAAQ,CAACgC,IAAI;QACd,IAAI,IAAI,CAACU,WAAW,CAACd,MAAM,CAAC,EAAE;UAC1B;UACA;UACA;UACA;UACA,OAAO,IAAI,CAACc,WAAW,CAACd,MAAM,CAAC;QACnC;QACA;QACA,IAAI,CAACe,mBAAmB,CAACf,MAAM,EAAEU,IAAI,EAAiBzB,YAAY,CAAC;QACnE;MAEJ,KAAKb,QAAQ,CAACkC,KAAK;QACf,IAAI,IAAI,CAACK,UAAU,CAACX,MAAM,CAAC,EAAE;UACzB;UACA,OAAO,IAAI,CAACW,UAAU,CAACX,MAAM,CAAC;QAClC,CAAC,MAAM,IAAI,IAAI,CAACc,WAAW,CAACd,MAAM,CAAC,EAAE;UACjC;UACA,OAAO,IAAI,CAACc,WAAW,CAACd,MAAM,CAAC;QACnC,CAAC,MAAM;UACH;UACA,OAAO,IAAI,CAACgB,SAAS,CAAChB,MAAM,CAAC;QACjC;QACA;MAEJ;QACIhC,MAAM,CAACiD,KAAK,CAAC,qBAAqB,EAAER,QAAQ,CAAC;IACrD;EACJ;EAEQG,qBAAqBA,CAACZ,MAAc,EAAEU,IAAkB,EAAQ;IACpE,IAAI,CAACA,IAAI,CAACQ,YAAY,IAAI,CAACR,IAAI,CAACQ,YAAY,CAAC3B,MAAM,EAAE;MACjD;MACA;IACJ;IACA,IAAI,CAAC,IAAI,CAACuB,WAAW,CAACd,MAAM,CAAC,EAAE;MAC3B,IAAI,CAACc,WAAW,CAACd,MAAM,CAAC,GAAG;QACvBkB,YAAY,EAAER,IAAI,CAACQ;MACvB,CAAC;MACD;IACJ;IACA;IACA;IACA;IACA,IAAMC,WAAW,GAAG,IAAI,CAACL,WAAW,CAACd,MAAM,CAAC;IAC5CU,IAAI,CAACQ,YAAY,CAAC3B,MAAM,CAACC,OAAO,CAAEC,CAAC,IAAK;MACpC,IAAI2B,QAAQ,GAAG,KAAK;MACpB,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,WAAW,CAACD,YAAY,CAAC3B,MAAM,CAACX,MAAM,EAAEyC,CAAC,EAAE,EAAE;QAC7D,IAAMC,OAAO,GAAGH,WAAW,CAACD,YAAY,CAAC3B,MAAM,CAAC8B,CAAC,CAAC;QAClD,IAAIC,OAAO,CAAC3B,IAAI,KAAKF,CAAC,CAACE,IAAI,IAAI2B,OAAO,CAACC,SAAS,IAAI9B,CAAC,CAAC8B,SAAS,EAAE;UAC7DJ,WAAW,CAACD,YAAY,CAAC3B,MAAM,CAAC8B,CAAC,CAAC,GAAG5B,CAAC,CAAC,CAAC;UACxC2B,QAAQ,GAAG,IAAI;QACnB;MACJ;MACA,IAAI,CAACA,QAAQ,EAAE;QACXD,WAAW,CAACD,YAAY,CAAC3B,MAAM,CAACiC,IAAI,CAAC/B,CAAC,CAAC;MAC3C;IACJ,CAAC,CAAC;EACN;EAEQoB,oBAAoBA,CAACb,MAAc,EAAEU,IAAkB,EAAQ;IACnE,IAAI,CAACA,IAAI,CAACe,WAAW,IAAI,CAACf,IAAI,CAACe,WAAW,CAAClC,MAAM,EAAE;MAC/C;MACA;IACJ;IACA,IAAI,CAAC,IAAI,CAACoB,UAAU,CAACX,MAAM,CAAC,EAAE;MAC1B,IAAI,CAACW,UAAU,CAACX,MAAM,CAAC,GAAG;QACtByB,WAAW,EAAEf,IAAI,CAACe;MACtB,CAAC;MACD;IACJ;IACA;IACA;IACA;IACA,IAAMN,WAAW,GAAG,IAAI,CAACR,UAAU,CAACX,MAAM,CAAC;IAC3CU,IAAI,CAACe,WAAW,CAAClC,MAAM,CAACC,OAAO,CAAEC,CAAC,IAAK;MACnC,IAAI2B,QAAQ,GAAG,KAAK;MACpB,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,WAAW,CAACM,WAAW,CAAClC,MAAM,CAACX,MAAM,EAAEyC,CAAC,EAAE,EAAE;QAC5D,IAAMC,OAAO,GAAGH,WAAW,CAACM,WAAW,CAAClC,MAAM,CAAC8B,CAAC,CAAC;QACjD,IAAIC,OAAO,CAAC3B,IAAI,KAAKF,CAAC,CAACE,IAAI,IAAI2B,OAAO,CAACC,SAAS,IAAI9B,CAAC,CAAC8B,SAAS,EAAE;UAC7DJ,WAAW,CAACM,WAAW,CAAClC,MAAM,CAAC8B,CAAC,CAAC,GAAG5B,CAAC,CAAC,CAAC;UACvC2B,QAAQ,GAAG,IAAI;QACnB;MACJ;MACA,IAAI,CAACA,QAAQ,EAAE;QACXD,WAAW,CAACM,WAAW,CAAClC,MAAM,CAACiC,IAAI,CAAC/B,CAAC,CAAC;MAC1C;IACJ,CAAC,CAAC;EACN;;EAEA;EACQsB,mBAAmBA,CAACf,MAAc,EAAEU,IAAiB,EAA8B;IAAA,IAAAgB,IAAA,EAAAC,KAAA,EAAAC,eAAA,EAAAC,WAAA,EAAAC,kBAAA,EAAAC,cAAA;IAAA,IAA5B9C,YAAY,GAAAN,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAJ,SAAA,GAAAI,SAAA,MAAG,KAAK;IAC/E;IACA;IACA;IACA;IACA;IACA;;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;IAEA,IAAI,CAAC,IAAI,CAACqC,SAAS,CAAChB,MAAM,CAAC,EAAE;MACzB;MACA;MACA,IAAI,CAACgB,SAAS,CAAChB,MAAM,CAAC,GAAG;QACrBgC,aAAa,EAAElC,MAAM,CAACmC,MAAM,CAAC,IAAI,CAAC;QAClCC,SAAS,EAAE,EAAE;QACbC,YAAY,EAAErC,MAAM,CAACmC,MAAM,CAAC,IAAI,CAAC;QACjCG,oBAAoB,EAAE,CAAC,CAAC;QACxBC,0BAA0B,EAAE,CAAC,CAAC;QAC9BC,QAAQ,EAAE,CAAC,CAAC;QACZC,SAAS,EAAE,IAAIpE,kBAAkB,CAAC;MACtC,CAAC;IACL;IACA,IAAMgD,WAAW,GAAG,IAAI,CAACH,SAAS,CAAChB,MAAM,CAAC;IAE1C,IAAIU,IAAI,CAACpB,YAAY,IAAIoB,IAAI,CAACpB,YAAY,CAACC,MAAM,EAAE;MAC/C;MACAmB,IAAI,CAACpB,YAAY,CAACC,MAAM,CAACC,OAAO,CAAEC,CAAC,IAAK;QACpC0B,WAAW,CAACgB,YAAY,CAAC1C,CAAC,CAACE,IAAI,CAAC,GAAGF,CAAC;MACxC,CAAC,CAAC;IACN;;IAEA;IACA,IAAIiB,IAAI,CAAC8B,oBAAoB,EAAE;MAC3BrB,WAAW,CAACiB,oBAAoB,GAAG1B,IAAI,CAAC8B,oBAAoB;IAChE;IACArB,WAAW,CAACkB,0BAA0B,IAAAX,IAAA,IAAAC,KAAA,GAClCjB,IAAI,CAACxC,2BAA2B,CAACuE,MAAM,CAAE,cAAAd,KAAA,cAAAA,KAAA,GAAIjB,IAAI,CAACxC,2BAA2B,CAACwE,QAAQ,CAAE,cAAAhB,IAAA,cAAAA,IAAA,GAAInD,SAAS;IAEzG,IAAImC,IAAI,CAACiC,OAAO,EAAE;MAAA,IAAAC,eAAA,EAAAC,qBAAA,EAAAC,qBAAA;MACd,IAAMC,UAAU,GAAG,UAAU;MAC7B,IAAMC,iBAAiB,GAAG,wBAAwB;MAClD,IAAMC,gBAAgB,GAAG,uBAAuB;MAEhD,IAAMC,GAAG,GAAG/B,WAAW,CAACmB,QAAQ;MAChC,IAAMa,GAAG,GAAGzC,IAAI,CAACiC,OAAO;MACxBO,GAAG,CAACH,UAAU,CAAC,IAAAH,eAAA,GAAGO,GAAG,CAACJ,UAAU,CAAC,cAAAH,eAAA,cAAAA,eAAA,GAAIM,GAAG,CAACH,UAAU,CAAC;MACpDG,GAAG,CAACD,gBAAgB,CAAC,IAAAJ,qBAAA,GAAGM,GAAG,CAACF,gBAAgB,CAAC,cAAAJ,qBAAA,cAAAA,qBAAA,GAAIK,GAAG,CAACD,gBAAgB,CAAC;MACtEC,GAAG,CAACF,iBAAiB,CAAC,IAAAF,qBAAA,GAAGK,GAAG,CAACH,iBAAiB,CAAC,cAAAF,qBAAA,cAAAA,qBAAA,GAAII,GAAG,CAACF,iBAAiB,CAAC;IAC7E;;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;IAEA;IACA7B,WAAW,CAACoB,SAAS,CAACa,sBAAsB,EAAAxB,eAAA,GAAClB,IAAI,CAAC2C,SAAS,cAAAzB,eAAA,uBAAdA,eAAA,CAAgBrC,MAAM,CAAC;;IAEpE;IACA;IACA,IAAImB,IAAI,CAAC4C,QAAQ,IAAI5C,IAAI,CAAC4C,QAAQ,CAACC,OAAO,EAAE;MACxCpC,WAAW,CAACe,SAAS,GAAG,EAAE;IAC9B;;IAEA;IACA;IACA;IACA;IACA,CAAAL,WAAA,GAAAnB,IAAI,CAAC8C,KAAK,cAAA3B,WAAA,gBAAAA,WAAA,GAAVA,WAAA,CAAYtC,MAAM,cAAAsC,WAAA,eAAlBA,WAAA,CAAoBrC,OAAO,CAAEC,CAAC,IAAK;MAC/BgE,QAAQ,CAACtC,WAAW,CAACa,aAAa,EAAEvC,CAAC,CAAC;IAC1C,CAAC,CAAC;IACF,CAAAqC,kBAAA,GAAApB,IAAI,CAAC,gCAAgC,CAAC,cAAAoB,kBAAA,gBAAAA,kBAAA,GAAtCA,kBAAA,CAAwCvC,MAAM,cAAAuC,kBAAA,eAA9CA,kBAAA,CAAgDtC,OAAO,CAAEC,CAAC,IAAK;MAC3DgE,QAAQ,CAACtC,WAAW,CAACa,aAAa,EAAEvC,CAAC,CAAC;IAC1C,CAAC,CAAC;IACF,CAAAsC,cAAA,GAAArB,IAAI,CAAC4C,QAAQ,cAAAvB,cAAA,gBAAAA,cAAA,GAAbA,cAAA,CAAexC,MAAM,cAAAwC,cAAA,eAArBA,cAAA,CAAuBvC,OAAO,CAAC,CAACC,CAAC,EAAEiE,KAAK,KAAK;MAAA,IAAAC,qBAAA;MACzC,IAAI,CAACjD,IAAI,CAAC,gCAAgC,CAAC,EAAE;QACzC;QACA+C,QAAQ,CAACtC,WAAW,CAACa,aAAa,EAAEvC,CAAC,CAAC;MAC1C;MACA;MACA;MACA,IAAImE,gBAA6B;MACjC,IAAI,CAAC3E,YAAY,EAAE;QAAA,IAAA4E,WAAA;QACfD,gBAAgB,GAAG9D,MAAM,CAACgE,MAAM,CAAC,CAAC,CAAC,EAAErE,CAAC,CAAC;QACvC,IAAImE,gBAAgB,CAACG,QAAQ,KAAKxF,SAAS,EAAE;UACzCqF,gBAAgB,CAACG,QAAQ,GAAGjE,MAAM,CAACgE,MAAM,CAAC,CAAC,CAAC,EAAEF,gBAAgB,CAACG,QAAQ,CAAC;QAC5E;QACA,IAAMC,GAAG,IAAAH,WAAA,GAAGpE,CAAC,CAACsE,QAAQ,cAAAF,WAAA,uBAAVA,WAAA,CAAYG,GAAG;QAC3B,IAAIA,GAAG,KAAKzF,SAAS,EAAEqF,gBAAgB,CAACK,QAAQ,GAAGC,IAAI,CAACC,GAAG,CAAC,CAAC,GAAGH,GAAG;MACvE,CAAC,MAAM;QACHJ,gBAAgB,GAAGnE,CAAC;MACxB;MAEA0B,WAAW,CAACe,SAAS,CAACV,IAAI,CAAC;QACvBlD,KAAK,EAAEsF,gBAAgB;QACvBQ,KAAK,EAAEV,KAAK,KAAK,CAAC,IAAAC,qBAAA,GAAIjD,IAAI,CAAC4C,QAAQ,CAACe,UAAU,cAAAV,qBAAA,cAAAA,qBAAA,GAAI,IAAI,GAAI;MAC9D,CAAC,CAAC;IACN,CAAC,CAAC;;IAEF;IACA;IACA,IAAIxC,WAAW,CAACe,SAAS,CAACtD,MAAM,GAAG,IAAI,CAACF,IAAI,CAACI,kBAAmB,EAAE;MAC9D,IAAMwF,UAAU,GAAGnD,WAAW,CAACe,SAAS,CAACtD,MAAM,GAAG,IAAI,CAACF,IAAI,CAACI,kBAAmB;MAC/E,KAAK,IAAIuC,CAAC,GAAGiD,UAAU,EAAEjD,CAAC,GAAGF,WAAW,CAACe,SAAS,CAACtD,MAAM,EAAEyC,CAAC,EAAE,EAAE;QAC5D,IAAIF,WAAW,CAACe,SAAS,CAACb,CAAC,CAAC,CAAC+C,KAAK,EAAE;UAChC;UACAjD,WAAW,CAACe,SAAS,GAAGf,WAAW,CAACe,SAAS,CAACqC,KAAK,CAAClD,CAAC,EAAEF,WAAW,CAACe,SAAS,CAACtD,MAAM,CAAC;UACpF;QACJ;MACJ;IACJ;EACJ;;EAEA;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACW4F,OAAOA,CAAA,EAAiC;IAAA,IAAhCC,WAAW,GAAA9F,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAJ,SAAA,GAAAI,SAAA,MAAG,KAAK;IAC9B,IAAM+B,IAAY,GAAG;MACjBP,IAAI,EAAE,CAAC,CAAC;MACRN,MAAM,EAAE,CAAC,CAAC;MACVU,KAAK,EAAE,CAAC,CAAC;MACT;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACAF,KAAK,EAAE,CAAC;IACZ,CAAC;IACDP,MAAM,CAACC,IAAI,CAAC,IAAI,CAACe,WAAW,CAAC,CAACtB,OAAO,CAAEQ,MAAM,IAAK;MAC9CU,IAAI,CAACb,MAAM,CAACG,MAAM,CAAC,GAAG,IAAI,CAACc,WAAW,CAACd,MAAM,CAAC;IAClD,CAAC,CAAC;IACFF,MAAM,CAACC,IAAI,CAAC,IAAI,CAACY,UAAU,CAAC,CAACnB,OAAO,CAAEQ,MAAM,IAAK;MAC7CU,IAAI,CAACH,KAAK,CAACP,MAAM,CAAC,GAAG,IAAI,CAACW,UAAU,CAACX,MAAM,CAAC;IAChD,CAAC,CAAC;IACFF,MAAM,CAACC,IAAI,CAAC,IAAI,CAACiB,SAAS,CAAC,CAACxB,OAAO,CAAEQ,MAAM,IAAK;MAC5C,IAAM0E,QAAQ,GAAG,IAAI,CAAC1D,SAAS,CAAChB,MAAM,CAAC;MACvC,IAAM2E,QAIL,GAAG;QACA,WAAW,EAAE;UAAEpF,MAAM,EAAE;QAAG,CAAC;QAC3B,cAAc,EAAE;UAAEA,MAAM,EAAE;QAAG,CAAC;QAC9B,OAAO,EAAE;UAAEA,MAAM,EAAE;QAAG,CAAC;QACvB,gCAAgC,EAAE;UAAEA,MAAM,EAAE;QAAG,CAAC;QAChD,UAAU,EAAE;UACRA,MAAM,EAAE,EAAE;UACV8E,UAAU,EAAE;QAChB,CAAC;QACD,sBAAsB,EAAEK,QAAQ,CAACtC,oBAAoB;QACrD,6BAA6B,EAAEsC,QAAQ,CAACrC,0BAA0B;QAClE,SAAS,EAAEqC,QAAQ,CAACpC;MACxB,CAAC;MACD;MACAxC,MAAM,CAACC,IAAI,CAAC2E,QAAQ,CAACvC,YAAY,CAAC,CAAC3C,OAAO,CAAEoF,MAAM,IAAK;QACnDD,QAAQ,CAACrF,YAAY,CAACC,MAAM,CAACiC,IAAI,CAACkD,QAAQ,CAACvC,YAAY,CAACyC,MAAM,CAAC,CAAC;MACpE,CAAC,CAAC;MAEF,IAAMC,YAAY,GAAGH,QAAQ,CAACnC,SAAS,CAACuC,4BAA4B,CAAC9E,MAAM,CAAC;;MAE5E;MACA,IAAI6E,YAAY,EAAE;QACdF,QAAQ,CAACtB,SAAS,CAAC9D,MAAM,CAACiC,IAAI,CAACqD,YAAY,CAAC;MAChD;;MAEA;MACAH,QAAQ,CAACxC,SAAS,CAAC1C,OAAO,CAAEuF,OAAO,IAAK;QACpC,IAAI,CAACJ,QAAQ,CAACrB,QAAQ,CAACe,UAAU,EAAE;UAC/B;UACA;UACA,IAAI,CAACU,OAAO,CAACX,KAAK,EAAE;YAChB,OAAO,CAAC;UACZ;UACAO,QAAQ,CAACrB,QAAQ,CAACe,UAAU,GAAGU,OAAO,CAACX,KAAK;QAChD;QAEA,IAAIR,gBAAoE;QACxE,IAAI,CAACa,WAAW,IAAIpG,aAAa,CAAC0G,OAAO,CAACzG,KAAK,CAAC,EAAE;UAC9C;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACAsF,gBAAgB,GAAG9D,MAAM,CAACgE,MAAM,CAAC,CAAC,CAAC,EAAEiB,OAAO,CAACzG,KAAK,CAAC;UACnD,IAAIsF,gBAAgB,CAACG,QAAQ,KAAKxF,SAAS,EAAE;YACzCqF,gBAAgB,CAACG,QAAQ,GAAGjE,MAAM,CAACgE,MAAM,CAAC,CAAC,CAAC,EAAEF,gBAAgB,CAACG,QAAQ,CAAC;UAC5E;UACA,OAAOH,gBAAgB,CAACK,QAAQ;UAChCL,gBAAgB,CAACG,QAAQ,GAAGH,gBAAgB,CAACG,QAAQ,IAAI,CAAC,CAAC;UAC3DH,gBAAgB,CAACG,QAAQ,CAACC,GAAG,GAAGE,IAAI,CAACC,GAAG,CAAC,CAAC,GAAGY,OAAO,CAACzG,KAAK,CAAC2F,QAAS;QACxE,CAAC,MAAM;UACHL,gBAAgB,GAAGmB,OAAO,CAACzG,KAAK;QACpC;QACAqG,QAAQ,CAACrB,QAAQ,CAAC/D,MAAM,CAACiC,IAAI,CAACoC,gBAAgB,CAAC;MACnD,CAAC,CAAC;;MAEF;MACA;MACA;MACA,IAAMoB,aAAa,GAAGlF,MAAM,CAACmC,MAAM,CAAC,IAAI,CAAC;MACzC,KAAK,IAAIZ,CAAC,GAAGsD,QAAQ,CAACrB,QAAQ,CAAC/D,MAAM,CAACX,MAAM,GAAG,CAAC,EAAEyC,CAAC,IAAI,CAAC,EAAEA,CAAC,EAAE,EAAE;QAC3D,IAAM4D,aAAa,GAAGN,QAAQ,CAACrB,QAAQ,CAAC/D,MAAM,CAAC8B,CAAC,CAAC;QACjD,IACK4D,aAAa,CAAiB1D,SAAS,KAAK,IAAI,IAChD0D,aAAa,CAAiB1D,SAAS,KAAKhD,SAAS,EACxD;UACE,SAAS,CAAC;QACd;QACA;QACA;QACA;QACA,IAAM2G,cAAc,GAAGjH,QAAQ,CAACgH,aAAa,CAAC;QAC9C,IAAIC,cAAc,CAACnB,QAAQ,EAAE;UACzB,IAAImB,cAAc,CAACnB,QAAQ,CAACoB,YAAY,EAAE;YACtCD,cAAc,CAACE,OAAO,GAAGF,cAAc,CAACnB,QAAQ,CAACoB,YAAY;UACjE;UACA,IAAID,cAAc,CAACnB,QAAQ,CAACsB,WAAW,EAAE;YACrCH,cAAc,CAACI,MAAM,GAAGJ,cAAc,CAACnB,QAAQ,CAACsB,WAAW;UAC/D;QACJ;QACA5B,QAAQ,CAACuB,aAAa,EAAEE,cAAc,CAAC;MAC3C;MACApF,MAAM,CAACC,IAAI,CAAC2E,QAAQ,CAAC1C,aAAa,CAAC,CAACxC,OAAO,CAAEoF,MAAM,IAAK;QACpD9E,MAAM,CAACC,IAAI,CAAC2E,QAAQ,CAAC1C,aAAa,CAAC4C,MAAM,CAAC,CAAC,CAACpF,OAAO,CAAE+F,QAAQ,IAAK;UAC9D,IAAIC,EAAE,GAAGd,QAAQ,CAAC1C,aAAa,CAAC4C,MAAM,CAAC,CAACW,QAAQ,CAAC;UACjD;UACA;UACAZ,QAAQ,CAAC,gCAAgC,CAAC,CAACpF,MAAM,CAACiC,IAAI,CAACgE,EAAE,CAAC;UAC1D;UACA,IAAIR,aAAa,CAACJ,MAAM,CAAC,IAAII,aAAa,CAACJ,MAAM,CAAC,CAACW,QAAQ,CAAC,EAAE;YAC1DC,EAAE,GAAGR,aAAa,CAACJ,MAAM,CAAC,CAACW,QAAQ,CAAC;UACxC;UACAZ,QAAQ,CAACnB,KAAK,CAACjE,MAAM,CAACiC,IAAI,CAACgE,EAAE,CAAC;QAClC,CAAC,CAAC;MACN,CAAC,CAAC;MACF9E,IAAI,CAACP,IAAI,CAACH,MAAM,CAAC,GAAG2E,QAAQ;IAChC,CAAC,CAAC;;IAEF;IACA,IAAMc,OAAwB,GAAG,EAAE;IACnC3F,MAAM,CAACC,IAAI,CAAC,IAAI,CAACL,WAAW,CAAC,CAACF,OAAO,CAAEoF,MAAM,IAAK;MAC9Ca,OAAO,CAACjE,IAAI,CAAC,IAAI,CAAC9B,WAAW,CAACkF,MAAM,CAAC,CAAC;IAC1C,CAAC,CAAC;IAEF,OAAO;MACHxF,SAAS,EAAE,IAAI,CAACA,SAAU;MAC1BsG,SAAS,EAAEhF,IAAI;MACfhB,WAAW,EAAE+F;IACjB,CAAC;EACL;EAEOE,iBAAiBA,CAAA,EAAW;IAC/B,OAAO,IAAI,CAACvG,SAAS;EACzB;AACJ;AAEA,SAASqE,QAAQA,CAACmC,QAAqD,EAAEtH,KAA+B,EAAQ;EAC5G,IAAKA,KAAK,CAAiBiD,SAAS,KAAK,IAAI,IAAKjD,KAAK,CAAiBiD,SAAS,KAAKhD,SAAS,IAAI,CAACD,KAAK,CAACqB,IAAI,EAAE;IAC5G;EACJ;EACA,IAAI,CAACiG,QAAQ,CAACtH,KAAK,CAACqB,IAAI,CAAC,EAAE;IACvBiG,QAAQ,CAACtH,KAAK,CAACqB,IAAI,CAAC,GAAGG,MAAM,CAACmC,MAAM,CAAC,IAAI,CAAC;EAC9C;EACA2D,QAAQ,CAACtH,KAAK,CAACqB,IAAI,CAAC,CAAErB,KAAK,CAAiBiD,SAAS,CAAC,GAAGjD,KAAoB;AACjF","ignoreList":[]}
package/lib/sync.d.ts CHANGED
@@ -211,15 +211,24 @@ export declare class SyncApi {
211
211
  private resolveInvites;
212
212
  private findEncryptionEvent;
213
213
  private isRoomEncrypted;
214
+ private mapAndInjectRoomEvents;
214
215
  /**
215
216
  * Injects events into a room's model.
216
217
  * @param stateEventList - A list of state events. This is the state
217
218
  * at the *START* of the timeline list if it is supplied.
219
+ * @param stateAfterEventList - A list of state events. This is the state
220
+ * at the *END* of the timeline list if it is supplied.
218
221
  * @param timelineEventList - A list of timeline events, including threaded. Lower index
219
222
  * is earlier in time. Higher index is later.
220
223
  * @param fromCache - whether the sync response came from cache
224
+ *
225
+ * No more than one of stateEventList and stateAfterEventList must be supplied. If
226
+ * stateEventList is supplied, the events in timelineEventList are added to the state
227
+ * after stateEventList. If stateAfterEventList is supplied, the events in timelineEventList
228
+ * are not added to the state.
221
229
  */
222
- injectRoomEvents(room: Room, stateEventList: MatrixEvent[], timelineEventList?: MatrixEvent[], fromCache?: boolean): Promise<void>;
230
+ injectRoomEvents(room: Room, stateEventList: MatrixEvent[], stateAfterEventList: undefined, timelineEventList?: MatrixEvent[], fromCache?: boolean): Promise<void>;
231
+ injectRoomEvents(room: Room, stateEventList: undefined, stateAfterEventList: MatrixEvent[], timelineEventList?: MatrixEvent[], fromCache?: boolean): Promise<void>;
223
232
  /**
224
233
  * Takes a list of timelineEvents and adds and adds to notifEvents
225
234
  * as appropriate.
package/lib/sync.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"sync.d.ts","sourceRoot":"","sources":["../src/sync.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sync.d.ts","sourceRoot":"","sources":["../src/sync.ts"],"names":[],"mappings":"AA4BA,OAAO,EAAyB,IAAI,EAAa,MAAM,kBAAkB,CAAC;AAK1E,OAAO,EAAe,iBAAiB,EAAE,YAAY,EAAwB,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAgBxH,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA0BhD,oBAAY,SAAS;IACjB;;8BAE0B;IAC1B,KAAK,UAAU;IACf;gCAC4B;IAC5B,QAAQ,aAAa;IACrB,sDAAsD;IACtD,OAAO,YAAY;IACnB,8CAA8C;IAC9C,OAAO,YAAY;IACnB,gFAAgF;IAChF,OAAO,YAAY;IACnB;;OAEG;IACH,YAAY,iBAAiB;CAChC;AAmBD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,qBAAqB,CAAC;CAClD;AAOD,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,oBAAY,WAAW;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,WAAW,gBAAgB;CAC9B;AAmBD,mDAAmD;AACnD,wBAAgB,iBAAiB,CAAC,IAAI,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,CAS7E;AAED,wBAAgB,kBAAkB,CAAC,QAAQ,CAAC,EAAE,cAAc,GAAG,cAAc,CAK5E;AAED,qBAAa,OAAO;IA0BZ,OAAO,CAAC,QAAQ,CAAC,MAAM;IAzB3B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAoB;IACzC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAiB;IAE1C,OAAO,CAAC,SAAS,CAAwB;IACzC,OAAO,CAAC,kBAAkB,CAAC,CAAyB;IACpD,OAAO,CAAC,eAAe,CAAC,CAAkB;IAC1C,OAAO,CAAC,SAAS,CAA0B;IAC3C,OAAO,CAAC,aAAa,CAAC,CAAiB;IACvC,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,cAAc,CAAC,CAAgC;IACvD,OAAO,CAAC,uBAAuB,CAAC,CAAqB;IACrD,OAAO,CAAC,WAAW,CAAqB;IACxC,OAAO,CAAC,eAAe,CAAK;IAC5B,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,QAAQ,CAAC,CAAc;IAE/B;;;;;;OAMG;gBAEkB,MAAM,EAAE,YAAY,EACrC,IAAI,CAAC,EAAE,iBAAiB,EACxB,QAAQ,CAAC,EAAE,cAAc;IAUtB,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAUvC;;;;;;;;OAQG;IACH,OAAO,CAAC,kBAAkB;IA0D1B;;;OAGG;IACU,aAAa,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAkE7C;;;;;;;OAOG;IACI,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,GAAE,MAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAwE9D;;;OAGG;IACI,WAAW,IAAI,IAAI;IAI1B;;;OAGG;IACH,OAAO,CAAC,QAAQ;IA2EhB;;;OAGG;IACI,YAAY,IAAI,SAAS,GAAG,IAAI;IAIvC;;;;;;OAMG;IACI,gBAAgB,IAAI,cAAc,GAAG,IAAI;IAInC,2BAA2B,CAAC,gBAAgB,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;IAWlH,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,YAAY,CAgBlB;IAEF,OAAO,CAAC,kBAAkB,CAMxB;IAEF,OAAO,CAAC,yBAAyB,CAY/B;IAEF,OAAO,CAAC,kBAAkB,CASxB;IAEF,OAAO,CAAC,SAAS,CAyBf;IAEF,OAAO,CAAC,gBAAgB,CAAC,CAAgB;IAEzC;;OAEG;IACU,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAmFlC;;OAEG;IACI,IAAI,IAAI,IAAI;IAenB;;;;OAIG;IACI,gBAAgB,IAAI,OAAO;IAOlC;;;;OAIG;YACW,aAAa;IAqC3B;;OAEG;YACW,MAAM;IA2EpB,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,aAAa;IAwDrB;;;OAGG;IACI,WAAW,CAAC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI;YAIlC,WAAW;IAmDzB;;;;;;OAMG;YACW,mBAAmB;IAsbjC;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAmBvB;;;;;;;;OAQG;IACH,OAAO,CAAC,aAAa;IA8DrB,OAAO,CAAC,0BAA0B;IAwBlC,OAAO,CAAC,mBAAmB;IAkB3B;OACG;IACH,OAAO,CAAC,cAAc;IA2CtB,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,eAAe;YAIT,sBAAsB;IAqBpC;;;;;;;;;;;;;;OAcG;IACU,gBAAgB,CACzB,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,WAAW,EAAE,EAC7B,mBAAmB,EAAE,SAAS,EAC9B,iBAAiB,CAAC,EAAE,WAAW,EAAE,EACjC,SAAS,CAAC,EAAE,OAAO,GACpB,OAAO,CAAC,IAAI,CAAC;IACH,gBAAgB,CACzB,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,SAAS,EACzB,mBAAmB,EAAE,WAAW,EAAE,EAClC,iBAAiB,CAAC,EAAE,WAAW,EAAE,EACjC,SAAS,CAAC,EAAE,OAAO,GACpB,OAAO,CAAC,IAAI,CAAC;IA2EhB;;;;;;;OAOG;IACH,OAAO,CAAC,sBAAsB;IAY9B,OAAO,CAAC,cAAc;IAMtB;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAOvB;;;;;OAKG;IACH,OAAO,CAAC,QAAQ,CAGd;CACL;AAID,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,IAAI,CA2CjH"}
package/lib/sync.js CHANGED
@@ -303,9 +303,10 @@ export class SyncApi {
303
303
  var localTimeoutMs = _this2.opts.pollTimeout + BUFFER_PERIOD_MS;
304
304
  var filterId = yield client.getOrCreateFilter(getFilterName(client.credentials.userId, "LEFT_ROOMS"), filter);
305
305
  var qps = {
306
- timeout: 0,
306
+ "timeout": 0,
307
307
  // don't want to block since this is a single isolated req
308
- filter: filterId
308
+ "filter": filterId,
309
+ "org.matrix.msc4222.use_state_after": true
309
310
  };
310
311
  var data = yield client.http.authedRequest(Method.Get, "/sync", qps, undefined, {
311
312
  localTimeoutMs
@@ -332,17 +333,16 @@ export class SyncApi {
332
333
  prev_batch: null,
333
334
  events: []
334
335
  };
335
- var events = _this2.mapSyncEventsFormat(leaveObj.timeline, room);
336
- var stateEvents = _this2.mapSyncEventsFormat(leaveObj.state, room);
337
-
338
336
  // set the back-pagination token. Do this *before* adding any
339
337
  // events so that clients can start back-paginating.
340
338
  room.getLiveTimeline().setPaginationToken(leaveObj.timeline.prev_batch, EventTimeline.BACKWARDS);
341
- yield _this2.injectRoomEvents(room, stateEvents, events);
339
+ var {
340
+ timelineEvents
341
+ } = yield _this2.mapAndInjectRoomEvents(leaveObj);
342
342
  room.recalculate();
343
343
  client.store.storeRoom(room);
344
344
  client.emit(ClientEvent.Room, room);
345
- _this2.processEventsForNotifs(room, events);
345
+ _this2.processEventsForNotifs(room, timelineEvents);
346
346
  return room;
347
347
  });
348
348
  return function (_x) {
@@ -420,7 +420,7 @@ export class SyncApi {
420
420
  // roll backwards to diverge old state. addEventsToTimeline
421
421
  // will overwrite the pagination token, so make sure it overwrites
422
422
  // it with the right thing.
423
- this._peekRoom.addEventsToTimeline(messages.reverse(), true, this._peekRoom.getLiveTimeline(), response.messages.start);
423
+ this._peekRoom.addEventsToTimeline(messages.reverse(), true, true, this._peekRoom.getLiveTimeline(), response.messages.start);
424
424
  client.store.storeRoom(this._peekRoom);
425
425
  client.emit(ClientEvent.Room, this._peekRoom);
426
426
  this.peekPoll(this._peekRoom);
@@ -491,7 +491,9 @@ export class SyncApi {
491
491
  var events = res.chunk.filter(function (e) {
492
492
  return e.room_id === peekRoom.roomId && e.event_id;
493
493
  }).map(_this3.client.getEventMapper());
494
- yield peekRoom.addLiveEvents(events);
494
+ yield peekRoom.addLiveEvents(events, {
495
+ addToState: true
496
+ });
495
497
  _this3.peekPoll(peekRoom, res.end);
496
498
  });
497
499
  return function (_x2) {
@@ -818,7 +820,8 @@ export class SyncApi {
818
820
  }
819
821
  var qps = {
820
822
  filter,
821
- timeout
823
+ timeout,
824
+ "org.matrix.msc4222.use_state_after": true
822
825
  };
823
826
  if (this.opts.disablePresence) {
824
827
  qps.set_presence = SetPresence.Offline;
@@ -1064,7 +1067,7 @@ export class SyncApi {
1064
1067
  var _ref7 = _asyncToGenerator(function* (inviteObj) {
1065
1068
  var room = inviteObj.room;
1066
1069
  var stateEvents = _this9.mapSyncEventsFormat(inviteObj.invite_state, room);
1067
- yield _this9.injectRoomEvents(room, stateEvents);
1070
+ yield _this9.injectRoomEvents(room, stateEvents, undefined);
1068
1071
  if (inviteObj.isBrandNewRoom) {
1069
1072
  room.recalculate();
1070
1073
  client.store.storeRoom(room);
@@ -1088,14 +1091,21 @@ export class SyncApi {
1088
1091
  var _joinObj$UNREAD_THREA;
1089
1092
  var room = joinObj.room;
1090
1093
  var stateEvents = _this9.mapSyncEventsFormat(joinObj.state, room);
1094
+ var stateAfterEvents = _this9.mapSyncEventsFormat(joinObj["org.matrix.msc4222.state_after"], room);
1091
1095
  // Prevent events from being decrypted ahead of time
1092
1096
  // this helps large account to speed up faster
1093
1097
  // room::decryptCriticalEvent is in charge of decrypting all the events
1094
1098
  // required for a client to function properly
1095
- var events = _this9.mapSyncEventsFormat(joinObj.timeline, room, false);
1099
+ var timelineEvents = _this9.mapSyncEventsFormat(joinObj.timeline, room, false);
1096
1100
  var ephemeralEvents = _this9.mapSyncEventsFormat(joinObj.ephemeral);
1097
1101
  var accountDataEvents = _this9.mapSyncEventsFormat(joinObj.account_data);
1098
- var encrypted = _this9.isRoomEncrypted(room, stateEvents, events);
1102
+
1103
+ // If state_after is present, this is the events that form the state at the end of the timeline block and
1104
+ // regular timeline events do *not* count towards state. If it's not present, then the state is formed by
1105
+ // the state events plus the timeline events. Note mapSyncEventsFormat returns an empty array if the field
1106
+ // is absent so we explicitly check the field on the original object.
1107
+ var eventsFormingFinalState = joinObj["org.matrix.msc4222.state_after"] ? stateAfterEvents : stateEvents.concat(timelineEvents);
1108
+ var encrypted = _this9.isRoomEncrypted(room, eventsFormingFinalState);
1099
1109
  // We store the server-provided value first so it's correct when any of the events fire.
1100
1110
  if (joinObj.unread_notifications) {
1101
1111
  /**
@@ -1166,8 +1176,8 @@ export class SyncApi {
1166
1176
  // which we'll try to paginate but not get any new events (which
1167
1177
  // will stop us linking the empty timeline into the chain).
1168
1178
  //
1169
- for (var i = events.length - 1; i >= 0; i--) {
1170
- var eventId = events[i].getId();
1179
+ for (var i = timelineEvents.length - 1; i >= 0; i--) {
1180
+ var eventId = timelineEvents[i].getId();
1171
1181
  if (room.getTimelineForEvent(eventId)) {
1172
1182
  debuglog("Already have event ".concat(eventId, " in limited sync - not resetting"));
1173
1183
  limited = false;
@@ -1175,7 +1185,7 @@ export class SyncApi {
1175
1185
  // we might still be missing some of the events before i;
1176
1186
  // we don't want to be adding them to the end of the
1177
1187
  // timeline because that would put them out of order.
1178
- events.splice(0, i);
1188
+ timelineEvents.splice(0, i);
1179
1189
 
1180
1190
  // XXX: there's a problem here if the skipped part of the
1181
1191
  // timeline modifies the state set in stateEvents, because
@@ -1198,7 +1208,11 @@ export class SyncApi {
1198
1208
  }
1199
1209
  }
1200
1210
  try {
1201
- yield _this9.injectRoomEvents(room, stateEvents, events, syncEventData.fromCache);
1211
+ if ("org.matrix.msc4222.state_after" in joinObj) {
1212
+ yield _this9.injectRoomEvents(room, undefined, stateAfterEvents, timelineEvents, syncEventData.fromCache);
1213
+ } else {
1214
+ yield _this9.injectRoomEvents(room, stateEvents, undefined, timelineEvents, syncEventData.fromCache);
1215
+ }
1202
1216
  } catch (e) {
1203
1217
  logger.error("Failed to process events on room ".concat(room.roomId, ":"), e);
1204
1218
  }
@@ -1220,10 +1234,10 @@ export class SyncApi {
1220
1234
  client.store.storeRoom(room);
1221
1235
  client.emit(ClientEvent.Room, room);
1222
1236
  }
1223
- _this9.processEventsForNotifs(room, events);
1237
+ _this9.processEventsForNotifs(room, timelineEvents);
1224
1238
  var emitEvent = e => client.emit(ClientEvent.Event, e);
1225
1239
  stateEvents.forEach(emitEvent);
1226
- events.forEach(emitEvent);
1240
+ timelineEvents.forEach(emitEvent);
1227
1241
  ephemeralEvents.forEach(emitEvent);
1228
1242
  accountDataEvents.forEach(emitEvent);
1229
1243
  });
@@ -1236,21 +1250,26 @@ export class SyncApi {
1236
1250
  yield promiseMapSeries(leaveRooms, /*#__PURE__*/function () {
1237
1251
  var _ref9 = _asyncToGenerator(function* (leaveObj) {
1238
1252
  var room = leaveObj.room;
1239
- var stateEvents = _this9.mapSyncEventsFormat(leaveObj.state, room);
1240
- var events = _this9.mapSyncEventsFormat(leaveObj.timeline, room);
1253
+ var {
1254
+ timelineEvents,
1255
+ stateEvents,
1256
+ stateAfterEvents
1257
+ } = yield _this9.mapAndInjectRoomEvents(leaveObj);
1241
1258
  var accountDataEvents = _this9.mapSyncEventsFormat(leaveObj.account_data);
1242
- yield _this9.injectRoomEvents(room, stateEvents, events);
1243
1259
  room.addAccountData(accountDataEvents);
1244
1260
  room.recalculate();
1245
1261
  if (leaveObj.isBrandNewRoom) {
1246
1262
  client.store.storeRoom(room);
1247
1263
  client.emit(ClientEvent.Room, room);
1248
1264
  }
1249
- _this9.processEventsForNotifs(room, events);
1250
- stateEvents.forEach(function (e) {
1265
+ _this9.processEventsForNotifs(room, timelineEvents);
1266
+ stateEvents === null || stateEvents === void 0 || stateEvents.forEach(function (e) {
1267
+ client.emit(ClientEvent.Event, e);
1268
+ });
1269
+ stateAfterEvents === null || stateAfterEvents === void 0 || stateAfterEvents.forEach(function (e) {
1251
1270
  client.emit(ClientEvent.Event, e);
1252
1271
  });
1253
- events.forEach(function (e) {
1272
+ timelineEvents.forEach(function (e) {
1254
1273
  client.emit(ClientEvent.Event, e);
1255
1274
  });
1256
1275
  accountDataEvents.forEach(function (e) {
@@ -1267,7 +1286,7 @@ export class SyncApi {
1267
1286
  var _ref10 = _asyncToGenerator(function* (knockObj) {
1268
1287
  var room = knockObj.room;
1269
1288
  var stateEvents = _this9.mapSyncEventsFormat(knockObj.knock_state, room);
1270
- yield _this9.injectRoomEvents(room, stateEvents);
1289
+ yield _this9.injectRoomEvents(room, stateEvents, undefined);
1271
1290
  if (knockObj.isBrandNewRoom) {
1272
1291
  room.recalculate();
1273
1292
  client.store.storeRoom(room);
@@ -1296,7 +1315,9 @@ export class SyncApi {
1296
1315
  });
1297
1316
  _this9.notifEvents.forEach(function (event) {
1298
1317
  var _client$getNotifTimel;
1299
- (_client$getNotifTimel = client.getNotifTimelineSet()) === null || _client$getNotifTimel === void 0 || _client$getNotifTimel.addLiveEvent(event);
1318
+ (_client$getNotifTimel = client.getNotifTimelineSet()) === null || _client$getNotifTimel === void 0 || _client$getNotifTimel.addLiveEvent(event, {
1319
+ addToState: true
1320
+ });
1300
1321
  });
1301
1322
  }
1302
1323
  })();
@@ -1470,23 +1491,51 @@ export class SyncApi {
1470
1491
 
1471
1492
  // When processing the sync response we cannot rely on Room.hasEncryptionStateEvent we actually
1472
1493
  // inject the events into the room object, so we have to inspect the events themselves.
1473
- isRoomEncrypted(room, stateEventList, timelineEventList) {
1474
- return room.hasEncryptionStateEvent() || !!this.findEncryptionEvent(stateEventList) || !!this.findEncryptionEvent(timelineEventList);
1494
+ isRoomEncrypted(room, eventsFormingFinalState) {
1495
+ return room.hasEncryptionStateEvent() || !!this.findEncryptionEvent(eventsFormingFinalState);
1496
+ }
1497
+ mapAndInjectRoomEvents(wrappedRoom) {
1498
+ var _this10 = this;
1499
+ return _asyncToGenerator(function* () {
1500
+ var stateEvents = _this10.mapSyncEventsFormat(wrappedRoom.state, wrappedRoom.room);
1501
+ var stateAfterEvents = _this10.mapSyncEventsFormat(wrappedRoom["org.matrix.msc4222.state_after"], wrappedRoom.room);
1502
+ var timelineEvents = _this10.mapSyncEventsFormat(wrappedRoom.timeline, wrappedRoom.room);
1503
+ if ("org.matrix.msc4222.state_after" in wrappedRoom) {
1504
+ yield _this10.injectRoomEvents(wrappedRoom.room, undefined, stateAfterEvents, timelineEvents);
1505
+ } else {
1506
+ yield _this10.injectRoomEvents(wrappedRoom.room, stateEvents, undefined, timelineEvents);
1507
+ }
1508
+ return {
1509
+ timelineEvents,
1510
+ stateEvents,
1511
+ stateAfterEvents
1512
+ };
1513
+ })();
1475
1514
  }
1476
1515
 
1477
1516
  /**
1478
1517
  * Injects events into a room's model.
1479
1518
  * @param stateEventList - A list of state events. This is the state
1480
1519
  * at the *START* of the timeline list if it is supplied.
1520
+ * @param stateAfterEventList - A list of state events. This is the state
1521
+ * at the *END* of the timeline list if it is supplied.
1481
1522
  * @param timelineEventList - A list of timeline events, including threaded. Lower index
1482
1523
  * is earlier in time. Higher index is later.
1483
1524
  * @param fromCache - whether the sync response came from cache
1525
+ *
1526
+ * No more than one of stateEventList and stateAfterEventList must be supplied. If
1527
+ * stateEventList is supplied, the events in timelineEventList are added to the state
1528
+ * after stateEventList. If stateAfterEventList is supplied, the events in timelineEventList
1529
+ * are not added to the state.
1484
1530
  */
1485
- injectRoomEvents(room, stateEventList, timelineEventList) {
1531
+
1532
+ injectRoomEvents(room, stateEventList, stateAfterEventList, timelineEventList) {
1486
1533
  var _arguments = arguments,
1487
- _this10 = this;
1534
+ _this11 = this;
1488
1535
  return _asyncToGenerator(function* () {
1489
- var fromCache = _arguments.length > 3 && _arguments[3] !== undefined ? _arguments[3] : false;
1536
+ var fromCache = _arguments.length > 4 && _arguments[4] !== undefined ? _arguments[4] : false;
1537
+ var eitherStateEventList = stateAfterEventList !== null && stateAfterEventList !== void 0 ? stateAfterEventList : stateEventList;
1538
+
1490
1539
  // If there are no events in the timeline yet, initialise it with
1491
1540
  // the given state events
1492
1541
  var liveTimeline = room.getLiveTimeline();
@@ -1500,14 +1549,15 @@ export class SyncApi {
1500
1549
  // push actions cache elsewhere so we can freeze MatrixEvents, or otherwise
1501
1550
  // find some solution where MatrixEvents are immutable but allow for a cache
1502
1551
  // field.
1503
- for (var ev of stateEventList) {
1504
- _this10.client.getPushActionsForEvent(ev);
1552
+
1553
+ for (var ev of eitherStateEventList) {
1554
+ _this11.client.getPushActionsForEvent(ev);
1505
1555
  }
1506
- liveTimeline.initialiseState(stateEventList, {
1556
+ liveTimeline.initialiseState(eitherStateEventList, {
1507
1557
  timelineWasEmpty
1508
1558
  });
1509
1559
  }
1510
- _this10.resolveInvites(room);
1560
+ _this11.resolveInvites(room);
1511
1561
 
1512
1562
  // recalculate the room name at this point as adding events to the timeline
1513
1563
  // may make notifications appear which should have the right name.
@@ -1534,19 +1584,20 @@ export class SyncApi {
1534
1584
  // XXX: As above, don't do this...
1535
1585
  //room.addLiveEvents(stateEventList || []);
1536
1586
  // Do this instead...
1537
- room.oldState.setStateEvents(stateEventList || []);
1538
- room.currentState.setStateEvents(stateEventList || []);
1587
+ room.oldState.setStateEvents(eitherStateEventList);
1588
+ room.currentState.setStateEvents(eitherStateEventList);
1539
1589
  }
1540
1590
 
1541
- // Execute the timeline events. This will continue to diverge the current state
1542
- // if the timeline has any state events in it.
1591
+ // Execute the timeline events. If addToState is true the timeline has any state
1592
+ // events in it, this will continue to diverge the current state.
1543
1593
  // This also needs to be done before running push rules on the events as they need
1544
1594
  // to be decorated with sender etc.
1545
1595
  yield room.addLiveEvents(timelineEventList || [], {
1546
1596
  fromCache,
1547
- timelineWasEmpty
1597
+ timelineWasEmpty,
1598
+ addToState: stateAfterEventList === undefined
1548
1599
  });
1549
- _this10.client.processBeaconEvents(room, timelineEventList);
1600
+ _this11.client.processBeaconEvents(room, timelineEventList);
1550
1601
  })();
1551
1602
  }
1552
1603