0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/node
Jordan Rose 8509374928 SenderKeyDistributionMessage is not a CiphertextMessage
It's a payload message, something that would go inside a SignalMessage
or PreKeySignalMessage. Drop it from all the enums, and while we're
here let's sync up the CiphertextMessageType::SenderKey case with the
sealed sender content type and the envelope content type.
2021-04-05 11:31:27 -07:00
..
scripts Tweak copy_repo script 2021-01-28 18:23:21 -05:00
test protocol: Test version bytes the same way as libsignal-protocol-java 2021-03-31 14:53:33 -07:00
.eslintignore Switch from TSLint to ESLint, which now supports TypeScript 2020-11-11 11:06:05 -08:00
.eslintrc.js Switch ESLint configuration to more closely match Signal-Desktop 2020-11-11 11:06:05 -08:00
build_node_bridge.py build_node_bridge.py: fix debug build 2021-02-19 09:58:54 -08:00
index.ts SenderKeyDistributionMessage is not a CiphertextMessage 2021-04-05 11:31:27 -07:00
Native.d.ts Use a strongly-typed UUID for the distribution ID of SenderKeyMessages 2021-03-25 12:48:14 -07:00
tsconfig.json Node: generate source maps for testing 2021-02-19 09:58:54 -08:00