chore: Adding variable to track admin settings visibility in user profile (#18956)

This commit is contained in:
Trisha Anand 2022-12-14 18:28:20 +05:30 committed by GitHub
parent 9537c282ac
commit 94e21d58df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,9 @@ public class UserProfileDTO {
@JsonProperty("isConfigurable")
boolean isConfigurable = false;
@JsonProperty("adminSettingsVisible")
boolean adminSettingsVisible = false;
CommentOnboardingState commentOnboardingState;
String photoId;