mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Merge pull request #2645 from matrix-org/travis/pin-all-the-things
Turn on pin unread rooms for everyone
This commit is contained in:
commit
b6d66192cb
@ -324,12 +324,12 @@ export const SETTINGS = {
|
|||||||
"pinMentionedRooms": {
|
"pinMentionedRooms": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td("Pin rooms I'm mentioned in to the top of the room list"),
|
displayName: _td("Pin rooms I'm mentioned in to the top of the room list"),
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
"pinUnreadRooms": {
|
"pinUnreadRooms": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td("Pin unread rooms to the top of the room list"),
|
displayName: _td("Pin unread rooms to the top of the room list"),
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
"enableWidgetScreenshots": {
|
"enableWidgetScreenshots": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user