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

feat: Always send OTR messages using protobuf

Open atomrc opened this issue 3 years ago • 1 comments

using JSON to send proteus message payload is deprecated and protobuf is the new way to do thing.

Protobuf has been battle tested with the federation env, we can now get rid of the old JSON API and remove some dead code

BREAKING CHANGE: the sendAsProtobuf option for sending message has disappeared. All messages will be sent using protobuf from now one

atomrc avatar Sep 08 '22 14:09 atomrc

Can be merged if https://github.com/wireapp/wire-webapp/pull/13626 give a green nightly run

atomrc avatar Sep 08 '22 15:09 atomrc

Superseded by https://github.com/wireapp/wire-web-packages/pull/4927

atomrc avatar Mar 06 '23 06:03 atomrc