Skip to content

Commit bd70aa9

Browse files
AchoArnoldCopilot
andcommitted
feat(web): send unarchive_thread in updatePhone
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: bf78429e-573c-406c-9f7c-1d6e1bddbbb5
1 parent 427fe8d commit bd70aa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/app/stores/phones.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const usePhonesStore = defineStore('phones', () => {
6060
max_send_attempts: parseInt(phone.max_send_attempts.toString()),
6161
messages_per_minute: parseInt(phone.messages_per_minute.toString()),
6262
message_send_schedule_id: phone.message_send_schedule_id ?? null,
63+
unarchive_thread: phone.unarchive_thread ?? false,
6364
},
6465
})
6566
notificationsStore.addNotification({

0 commit comments

Comments
 (0)