chore: Adding variable to track admin settings visibility in user profile (#18956)
This commit is contained in:
parent
9537c282ac
commit
94e21d58df
|
|
@ -35,6 +35,9 @@ public class UserProfileDTO {
|
|||
@JsonProperty("isConfigurable")
|
||||
boolean isConfigurable = false;
|
||||
|
||||
@JsonProperty("adminSettingsVisible")
|
||||
boolean adminSettingsVisible = false;
|
||||
|
||||
CommentOnboardingState commentOnboardingState;
|
||||
|
||||
String photoId;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user