Remove backbone as a dependency

Co-authored-by: Yash <yash@signal.org>
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
Scott Nonnenberg
2025-08-12 06:55:29 +10:00
parent 4fc9793cae
commit 237e239e05
69 changed files with 963 additions and 2110 deletions

View File

@@ -116,7 +116,7 @@ function processError(error: unknown): void {
log.warn(
`Got 401/403 for ${conversation.idForLogging()}, setting sealedSender = DISABLED`
);
conversation.set('sealedSender', SEALED_SENDER.DISABLED);
conversation.set({ sealedSender: SEALED_SENDER.DISABLED });
drop(updateConversation(conversation.attributes));
}
}