Skip to content

Add record and identity to recipient table

Ruben De Smet requested to merge sessions-in-db into master
  • Migrate
    • Session
    • Identities
  • Modify the ProtocolStore to read from db instead of files
  • Unit tests, maybe?
    • Add test for E164-based session.
  • Go over TODOs and XXXs
  • Stop creating sessions directory (we still need identities for storing our own identity details)
    • Fix the assumption in the migration that those directories exist
  • Test on a device
  • e164_to_uuid.rs assumes file storage, check what needs to happen to this. Actually, it doesn't.
  • Ensure websocket may only start after all migrations are finished

Fixes #74 (closed) Related to #304

Edited by Ruben De Smet

Merge request reports