You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System (Linux/Mac/Windows/iOS/Android): Debian 12
Core Version: 1.158.0
Client Version: deltachat-rpc-client 1.158.0
Expected behavior
Bots have to be able to forget about a contact for privacy reasons. After a contact is removed from all chats, it can be deleted. I'd expect it to be deleted from all database tables.
Actual behavior
The email address and the public key remain in the acpeerstates table, and maybe also in other database tables (I don't have a good way to check all tables, is there a command for that?)
Steps to reproduce the problem
Create new Alice + Bob profiles
Send a message from Bob to Alice
In Alice's account, delete the 1:1 chat with Bob
In Alice's account the Bob's contact
In an sqlitebrowser or similar software, run select * from acpeerstates; in Alice's dc.db file
The text was updated successfully, but these errors were encountered:
Expected behavior
Bots have to be able to forget about a contact for privacy reasons. After a contact is removed from all chats, it can be deleted. I'd expect it to be deleted from all database tables.
Actual behavior
The email address and the public key remain in the acpeerstates table, and maybe also in other database tables (I don't have a good way to check all tables, is there a command for that?)
Steps to reproduce the problem
select * from acpeerstates;
in Alice's dc.db fileThe text was updated successfully, but these errors were encountered: