wire-web-packages icon indicating copy to clipboard operation
wire-web-packages copied to clipboard

fix: Restore send as external message when payload is big

Open atomrc opened this issue 1 year ago • 1 comments
trafficstars

This will make sure that sending a large message to many devices will not generate a huge payload to encrypt and send to backend.

In this case, an external message is sent (basically there is 1 encrypted payload and each client only gets a encrypted decryption key for that huge payload)

This feature was killed when the non-qualified message sending abilities were sunset (see https://github.com/wireapp/wire-web-packages/pull/4927). This PR ports back the external message feature back to the fully qualified message sending.

atomrc avatar Jun 20 '24 15:06 atomrc

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 28 '25 10:07 CLAassistant