ComradOrg / Comrad

A socialist network: encrypted, insurveillable, unmontizeable, and self-governing. App is written in Python. (Calling all socialist programmers for help!)
https://comrad.app
Other
196 stars 6 forks source link

Bug: Multiple accounts causing decryption errors #41

Closed marxzuckerburg closed 3 years ago

marxzuckerburg commented 3 years ago

Solution: Keys stored in hardware-bound database should be specific to account, not general.

Might be related to this issue.

marxzuckerburg commented 3 years ago

Fixed according to solution above. Prefixes for /inbox/, /post/, and /feed/ are now /inbox/username/, /feed/username/, and /post/username/. closing