Depends on https://github.com/chatmail/core/issues/7080 With 2.X releases, - the UIs are not supposed to use the `is_profile_verified()` API anymore, so, we can just remove it now without a deprecation period. - The UIs only use the `is_protected()` API in order to tell the user that they can't add an unverified contact to a protected chat. So, after #7080, we can deprecate and remove that API.