Skip to content

Commit 1ab854c

Browse files
committed
0.18.0
1 parent f23461f commit 1ab854c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beeper/platform-imessage",
3-
"version": "0.17.24",
3+
"version": "0.18.0",
44
"main": "dist/index.js",
55
"type": "module",
66
"exports": {

src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export default class AppleiMessage implements PlatformAPI {
224224
return hashThread(mapThread(
225225
chatRow,
226226
{
227+
accountID: this.accountID,
227228
handleRowsMap: { [chatRow.guid]: handleRows },
228229
currentUserID: this.currentUser!.id,
229230
threadReadStore: this.threadReadStore,
@@ -254,6 +255,7 @@ export default class AppleiMessage implements PlatformAPI {
254255
const thread = mapThread(
255256
chatRow,
256257
{
258+
accountID: this.accountID,
257259
handleRowsMap: { [chatRow.guid]: handleRows },
258260
currentUserID: this.currentUser!.id,
259261
threadReadStore: this.threadReadStore,

0 commit comments

Comments
 (0)