Merge pull request #2645 from matrix-org/travis/pin-all-the-things

Turn on pin unread rooms for everyone
pull/21833/head
Travis Ralston 2019-02-14 09:36:32 -07:00 committed by GitHub
commit b6d66192cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,