Skip to content
Snippets Groups Projects
Unverified Commit f8149578 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Add getter for defaultKeepEvents

Follow up to #11681
parent 5641252e
No related branches found
No related tags found
No related merge requests found
......@@ -1036,6 +1036,10 @@ public class ParamsProcessorUtil {
public void setDefaultKeepEvents(Boolean mke) {
defaultKeepEvents = mke;
}
public Boolean getDefaultKeepEvents() {
return defaultKeepEvents;
}
public void setAllowModsToUnmuteUsers(Boolean value) {
defaultAllowModsToUnmuteUsers = value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment