Add manually_verified bit to SharedContact (#785)

This commit is contained in:
Jonathan Bennett 2025-10-01 14:40:13 -05:00 committed by GitHub
parent 394268b02e
commit 60c3e6600a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -526,6 +526,11 @@ message SharedContact {
* Add this contact to the blocked / ignored list
*/
bool should_ignore = 3;
/*
* Set the IS_KEY_MANUALLY_VERIFIED bit
*/
bool manually_verified = 4;
}
/*