Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b6d6619

Browse files
authored
Merge pull request #2645 from matrix-org/travis/pin-all-the-things
Turn on pin unread rooms for everyone
2 parents ce68ff1 + 5c41e1f commit b6d6619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/settings/Settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@ export const SETTINGS = {
324324
"pinMentionedRooms": {
325325
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
326326
displayName: _td("Pin rooms I'm mentioned in to the top of the room list"),
327-
default: false,
327+
default: true,
328328
},
329329
"pinUnreadRooms": {
330330
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
331331
displayName: _td("Pin unread rooms to the top of the room list"),
332-
default: false,
332+
default: true,
333333
},
334334
"enableWidgetScreenshots": {
335335
supportedLevels: LEVELS_ACCOUNT_SETTINGS,

0 commit comments

Comments
 (0)