diff --git a/protofiles/WebSearch.proto b/protofiles/WebSearch.proto index 059e58cf42312..fc44adc2e234a 100644 --- a/protofiles/WebSearch.proto +++ b/protofiles/WebSearch.proto @@ -102,6 +102,7 @@ message Search { repeated string queryLogSources = 25; optional string taskId = 26; + optional int32 restrictedUserId = 27; } // Maybe call this Filter or match legacy MsgFilter