AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
43 stars 7 forks source link

Constantly persist peer information #7

Open felipedau opened 7 years ago

felipedau commented 7 years ago

unMessage currently saves the peer information when closing, but that should be done whenever it is created or changes.

felipedau commented 7 years ago

It should also be noted that this fix can prevent the peer.db from being corrupted and making unMessage crash, as discussed in #4 and #27.