mirror of
https://github.com/oxen-io/session-android.git
synced 2025-07-01 06:18:28 +00:00

This gives us the ability to separate things we need for the Recipient class from things we only need for storage syncing. Not only does this simplify the storage service model building code (i.e. we no longer need to pass around a set of archived recipients), but it also eliminates a join on the Identity table for building regular recipients, which should help perf.