mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Turn on pin unread rooms for everyone
This commit is contained in:
parent
ce68ff1214
commit
5c41e1f8df
1 changed files with 2 additions and 2 deletions
|
@ -324,12 +324,12 @@ export const SETTINGS = {
|
|||
"pinMentionedRooms": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td("Pin rooms I'm mentioned in to the top of the room list"),
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"pinUnreadRooms": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td("Pin unread rooms to the top of the room list"),
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"enableWidgetScreenshots": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
|
|
Loading…
Reference in a new issue