mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 16:42:05 +02:00
This matches the split that has already happened in the TypeScript and Swift APIs. For now, both AuthChat and UnauthChat are wrappers around the same type, a fully general chat::Chat, but we expect to eventually split that into authenticated and unauthenticated variants as well. At that point we can consider whether the common implementation here is still pulling its weight.