Hide unknown events by default (reaction spam)
This commit is contained in:
parent
a48b1cedd0
commit
4a91b3d09d
|
@ -237,7 +237,7 @@ class UISettings(JSONDataFile):
|
|||
"collapseSidePanesUnderWindowWidth": 400,
|
||||
"hideProfileChangeEvents": True,
|
||||
"hideMembershipEvents": False,
|
||||
"hideUnknownEvents": False,
|
||||
"hideUnknownEvents": True,
|
||||
"maxMessageCharactersPerLine": 65,
|
||||
"ownMessagesOnLeftAboveWidth": 895,
|
||||
"theme": "Midnight.qpl",
|
||||
|
|
Loading…
Reference in New Issue
Block a user