Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 287 Bytes

File metadata and controls

16 lines (10 loc) · 287 Bytes

PROBLEMS

1) Encryption

  • figure out olm/megolm
  • Encrypted events need to be decrypted before they are resolved

2) DB implementations

  • Sqlite (android/ios)
  • indexeddb (web)
  • in-memory

3) Data model

  • how to model the data in a way that is efficient and easy to query