Add ability to block Shared contacts

This commit is contained in:
Ben Meadors 2025-06-15 06:23:36 -05:00
parent 0c112881df
commit a1cc3e697d

View file

@ -522,6 +522,11 @@ message SharedContact {
* The User of the contact
*/
User user = 2;
/*
* Add this contact to the blocked / ignored list
*/
bool should_ignore = 3;
}
/*