Donations: Make workflow more robust

This commit is contained in:
Scott Nonnenberg 2025-07-10 07:34:42 +10:00 committed by GitHub
commit 437e791573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}