diff --git a/app/proto/account.proto b/app/proto/account.proto index 2788aa0027..0f524e04a5 100644 --- a/app/proto/account.proto +++ b/app/proto/account.proto @@ -87,9 +87,6 @@ message GetAccountInfoRes { // the user's timezone name identifier, derived from their coordinates, for example "Australia/Melbourne" string timezone = 6; - - // whether the user has all non-security emails off - bool do_not_email = 10; } message ChangePasswordReq {