mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 00:22:31 +02:00
Previously we defined one entry point for FFI (Swift) that took an extra "context" parameter (to pass through iOS's database transactions), and one for JNI+Node that did not (no context needed currently). But this is all in our glue layer, which doesn't need to be a perfect reflection of the outside interface. Remove that duplication by accepting a Context parameter for both JNI and Node that, for now, must be null.