diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 4c1ce5d1e7..ef938b1543 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -15087,6 +15087,31 @@ DEALINGS IN THE SOFTWARE. ``` +## httpdate 1.0.3 + +``` +Copyright (c) 2016 Pyfisch + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +``` + ## rustc_version 0.4.1 ``` diff --git a/package.json b/package.json index 2a4839aa76..d6dd86af44 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "dependencies": { "@indutny/mac-screen-share": "1.0.13", "@indutny/simple-windows-notifications": "2.0.16", - "@signalapp/libsignal-client": "0.94.0", + "@signalapp/libsignal-client": "0.94.1", "@signalapp/mute-state-change": "workspace:1.0.0", "@signalapp/ringrtc": "2.69.0", "@signalapp/sqlcipher": "3.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1bd572699d..4927f6d258 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: specifier: 2.0.16 version: 2.0.16 '@signalapp/libsignal-client': - specifier: 0.94.0 - version: 0.94.0 + specifier: 0.94.1 + version: 0.94.1 '@signalapp/mute-state-change': specifier: workspace:1.0.0 version: link:packages/mute-state-change @@ -4115,8 +4115,8 @@ packages: '@signalapp/libsignal-client@0.92.2': resolution: {integrity: sha512-mSYKpw32Rtmm+D1y8NKzNA9wkiuU60gXRGuum6NTGRN9C3NI4R1cb6xE9w7q+6rjR4zAb4qZWb9QUG5QcLr7pg==} - '@signalapp/libsignal-client@0.94.0': - resolution: {integrity: sha512-yunLwp/gYwn/6Nd1c7zThsPFvQUoONdkWMd1tJIUI5+RYFUAtuBnU6JI5BmHDAlsaTFXxSEnhAo6/4Qywbcd7Q==} + '@signalapp/libsignal-client@0.94.1': + resolution: {integrity: sha512-1MzENruJ2iwOmVJIb+TCszcSwLxvE9Vo8gElB8VdHvsou9BlGDD+9dsN79VCwkK0+0mo9pyeUT/c07UsewPYDA==} '@signalapp/minimask@1.0.1': resolution: {integrity: sha512-QAwo0joA60urTNbW9RIz6vLKQjy+jdVtH7cvY0wD9PVooD46MAjE40MLssp4xUJrph91n2XvtJ3pbEUDrmT2AA==} @@ -14012,7 +14012,7 @@ snapshots: node-gyp-build: 4.8.4 type-fest: 4.26.1 - '@signalapp/libsignal-client@0.94.0': + '@signalapp/libsignal-client@0.94.1': dependencies: node-gyp-build: 4.8.4 type-fest: 4.26.1 diff --git a/ts/RemoteConfig.dom.ts b/ts/RemoteConfig.dom.ts index d447f7fc7c..a99c91702e 100644 --- a/ts/RemoteConfig.dom.ts +++ b/ts/RemoteConfig.dom.ts @@ -102,6 +102,8 @@ const KnownDesktopLibsignalNetKeys = [ 'desktop.libsignalNet.grpc.AccountsAnonymousLookupUsernameLink.2.beta', 'desktop.libsignalNet.grpc.AttachmentsGetUploadForm', 'desktop.libsignalNet.grpc.AttachmentsGetUploadForm.beta', + 'desktop.libsignalNet.grpc.BackupsAnonymousGetUploadForm', + 'desktop.libsignalNet.grpc.BackupsAnonymousGetUploadForm.beta', 'desktop.libsignalNet.grpc.MessagesAnonymousSendMultiRecipientMessage.2', 'desktop.libsignalNet.grpc.MessagesAnonymousSendMultiRecipientMessage.2.beta', 'desktop.libsignalNet.grpc.MessagesAnonymousSendSingleRecipientMessage',