mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 19:28:03 +01:00
Refactor direct connect delivery pipeline and message store.
1) Make message store contents more memory efficient. 2) Make notification pipeline simpler and more memory efficient. 3) Don't b64 encode websocket message bodies. // FREEBIE
This commit is contained in:
@@ -36,4 +36,4 @@ message OutgoingMessageSignal {
|
||||
// repeated string destinations = 4;
|
||||
optional uint64 timestamp = 5;
|
||||
optional bytes message = 6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user