Donations: Make workflow more robust

This commit is contained in:
Scott Nonnenberg
2025-07-10 07:34:42 +10:00
committed by GitHub
parent b440aec88c
commit 437e791573
9 changed files with 826 additions and 316 deletions

View File

@@ -8,6 +8,6 @@ export function isProtoBinaryEncodingEnabled(): boolean {
return true;
}
// TODO: https://signalmessenger.atlassian.net/browse/DESKTOP-8938
// TODO: DESKTOP-8938
return false;
}