feat(shared): migrate legacy per-device conv-key bundles to per-user

This commit is contained in:
byGalax
2026-05-15 22:22:08 +02:00
parent 0d1d4496c3
commit 2fdbe9ee3a
3 changed files with 202 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ export * from './convKeys';
export * from './groups';
export * from './messages';
export * from './types';
export * from './userKeyMigration';
// ----- RPC wrappers ---------------------------------------------------------