TryQuiet / quiet

A private, p2p alternative to Slack and Discord built on Tor & IPFS
https://www.tryquiet.org
GNU General Public License v3.0
1.94k stars 85 forks source link

Fix(2321): No Duplicate CSRs #2460

Closed ikoenigsknecht closed 5 months ago

ikoenigsknecht commented 5 months ago

The issue seemed to be that we were syncing another user's database before we had loaded ours and the new CSR was being erased, recreated, and the old one would sync, then we'd repeat the process.

Pull Request Checklist

(Optional) Mobile checklist

Please ensure you completed the following checks if you did any changes to the mobile package:

ikoenigsknecht commented 5 months ago

Fixes #2321

ikoenigsknecht commented 5 months ago

Merging without review because this was approved on another PR.