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

Turn on pin unread rooms for everyone
This commit is contained in:
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

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,