mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 00:22:31 +02:00
Clarifies the use of "ID" in SenderKey-related APIs. I've left deprecated entry points for Java but not for Swift and TypeScript (which are not in use yet). - SenderKeyMessage::key_id -> chain_id (avoids double "key" in name) - SenderKeyDistributionMessage::id -> chain_id (to match SKM) - SenderKeyName::group_id -> distribution_id (it's not the global group ID)