Commit Graph

4 Commits

Author SHA1 Message Date
Harvey Tindall aa2891fc87
matrix: fix instant crash with e2ee
also some more attempts at fixing it, so far all i've found is that if
we don't delete the cryptoStore, the matrix client also gets the same
error we do if it send s a message to us (no session with given ID
found).
2021-07-20 15:34:39 +01:00
Harvey Tindall f04411e137
matrix: remove crypto dep in main file 2021-07-16 17:11:17 +01:00
Harvey Tindall 762d5325fb
matrix: E2EE as build option
since this is so broken and requires CGO deps, E2EE support is now only
included with "make E2EE=on ...". The option to enable will then appear
in settings.
2021-07-16 15:44:14 +01:00
Harvey Tindall 8ec4031ba3
matrix: refactor crypto sections 2021-07-16 14:33:51 +01:00