From a95781c566235d1bc82bf38ccad5bb6d8b4f1f74 Mon Sep 17 00:00:00 2001 From: Belen Pruvost Date: Thu, 28 Oct 2021 17:27:47 +0200 Subject: SONAR-15587 - Return sonarLintAdSeen in CurrentAction payload --- sonar-ws/src/main/protobuf/ws-users.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto index 6a6ff1b0219..e75a4692f02 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -112,6 +112,7 @@ message CurrentWsResponse { optional Homepage homepage = 13; repeated Setting settings = 15; optional bool usingSonarLintConnectedMode = 16; + optional bool sonarLintAdSeen = 17; message Permissions { repeated string global = 1; -- cgit v1.2.3