WIP join/part hiding
- Doesn't work with MELS - Doesn't work with read markers - Doesn't work with jumping to events Shelving this for now as I fix some of this mess.
This commit is contained in:
parent
1ab52652f7
commit
fc93517094
3 changed files with 52 additions and 10 deletions
|
@ -79,6 +79,10 @@ const SETTINGS_LABELS = [
|
|||
id: 'showTwelveHourTimestamps',
|
||||
label: 'Show timestamps in 12 hour format (e.g. 2:30pm)',
|
||||
},
|
||||
{
|
||||
id: 'hideJoinLeaves',
|
||||
label: 'Hide join/leave messages (invites/kicks/bans unaffected)',
|
||||
}
|
||||
/*
|
||||
{
|
||||
id: 'useCompactLayout',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue