Support for local deletes synced to all your devices

This commit is contained in:
Scott Nonnenberg
2024-05-29 01:56:00 +10:00
committed by GitHub
parent 06f71a7ef8
commit 11eb1782a7
39 changed files with 2094 additions and 72 deletions

View File

@@ -0,0 +1,4 @@
// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export const MAX_SYNC_TASK_ATTEMPTS = 5;