File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments