mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 11:47:01 +00:00
SPARK-2353: LocalPreferences: By default disable user join or leave notification
This commit is contained in:
parent
443f6441fb
commit
1c312634b9
@ -1009,7 +1009,7 @@ public class LocalPreferences {
|
||||
}
|
||||
|
||||
public boolean isShowJoinLeaveMessagesEnabled() {
|
||||
return getBoolean("isShowJoinLeaveMessagesOn", true);
|
||||
return getBoolean("isShowJoinLeaveMessagesOn", false);
|
||||
}
|
||||
|
||||
public void setShowJoinLeaveMessagesEnabled(boolean enabled) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user