Remove old pin unread options
They are not forced on, and do nothing.
This commit is contained in:
parent
b6c1b50fd9
commit
9175655c16
3 changed files with 0 additions and 21 deletions
|
@ -30,11 +30,6 @@ export default class PreferencesSettingsTab extends React.Component {
|
||||||
'sendTypingNotifications',
|
'sendTypingNotifications',
|
||||||
];
|
];
|
||||||
|
|
||||||
static ROOM_LIST_SETTINGS = [
|
|
||||||
'pinUnreadRooms',
|
|
||||||
'pinMentionedRooms',
|
|
||||||
];
|
|
||||||
|
|
||||||
static TIMELINE_SETTINGS = [
|
static TIMELINE_SETTINGS = [
|
||||||
'autoplayGifsAndVideos',
|
'autoplayGifsAndVideos',
|
||||||
'urlPreviewsEnabled',
|
'urlPreviewsEnabled',
|
||||||
|
@ -106,9 +101,6 @@ export default class PreferencesSettingsTab extends React.Component {
|
||||||
<span className="mx_SettingsTab_subheading">{_t("Composer")}</span>
|
<span className="mx_SettingsTab_subheading">{_t("Composer")}</span>
|
||||||
{this._renderGroup(PreferencesSettingsTab.COMPOSER_SETTINGS)}
|
{this._renderGroup(PreferencesSettingsTab.COMPOSER_SETTINGS)}
|
||||||
|
|
||||||
<span className="mx_SettingsTab_subheading">{_t("Room list")}</span>
|
|
||||||
{this._renderGroup(PreferencesSettingsTab.ROOM_LIST_SETTINGS)}
|
|
||||||
|
|
||||||
<span className="mx_SettingsTab_subheading">{_t("Timeline")}</span>
|
<span className="mx_SettingsTab_subheading">{_t("Timeline")}</span>
|
||||||
{this._renderGroup(PreferencesSettingsTab.TIMELINE_SETTINGS)}
|
{this._renderGroup(PreferencesSettingsTab.TIMELINE_SETTINGS)}
|
||||||
|
|
||||||
|
|
|
@ -300,8 +300,6 @@
|
||||||
"Enable URL previews for this room (only affects you)": "Enable URL previews for this room (only affects you)",
|
"Enable URL previews for this room (only affects you)": "Enable URL previews for this room (only affects you)",
|
||||||
"Enable URL previews by default for participants in this room": "Enable URL previews by default for participants in this room",
|
"Enable URL previews by default for participants in this room": "Enable URL previews by default for participants in this room",
|
||||||
"Room Colour": "Room Colour",
|
"Room Colour": "Room Colour",
|
||||||
"Pin rooms I'm mentioned in to the top of the room list": "Pin rooms I'm mentioned in to the top of the room list",
|
|
||||||
"Pin unread rooms to the top of the room list": "Pin unread rooms to the top of the room list",
|
|
||||||
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
||||||
"Prompt before sending invites to potentially invalid matrix IDs": "Prompt before sending invites to potentially invalid matrix IDs",
|
"Prompt before sending invites to potentially invalid matrix IDs": "Prompt before sending invites to potentially invalid matrix IDs",
|
||||||
"Show developer tools": "Show developer tools",
|
"Show developer tools": "Show developer tools",
|
||||||
|
@ -551,7 +549,6 @@
|
||||||
"Start automatically after system login": "Start automatically after system login",
|
"Start automatically after system login": "Start automatically after system login",
|
||||||
"Preferences": "Preferences",
|
"Preferences": "Preferences",
|
||||||
"Composer": "Composer",
|
"Composer": "Composer",
|
||||||
"Room list": "Room list",
|
|
||||||
"Timeline": "Timeline",
|
"Timeline": "Timeline",
|
||||||
"Autocomplete delay (ms)": "Autocomplete delay (ms)",
|
"Autocomplete delay (ms)": "Autocomplete delay (ms)",
|
||||||
"To change the room's avatar, you must be a": "To change the room's avatar, you must be a",
|
"To change the room's avatar, you must be a": "To change the room's avatar, you must be a",
|
||||||
|
|
|
@ -321,16 +321,6 @@ export const SETTINGS = {
|
||||||
default: true,
|
default: true,
|
||||||
controller: new AudioNotificationsEnabledController(),
|
controller: new AudioNotificationsEnabledController(),
|
||||||
},
|
},
|
||||||
"pinMentionedRooms": {
|
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
|
||||||
displayName: _td("Pin rooms I'm mentioned in to the top of the room list"),
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
"pinUnreadRooms": {
|
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
|
||||||
displayName: _td("Pin unread rooms to the top of the room list"),
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
"enableWidgetScreenshots": {
|
"enableWidgetScreenshots": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td('Enable widget screenshots on supported widgets'),
|
displayName: _td('Enable widget screenshots on supported widgets'),
|
||||||
|
|
Loading…
Reference in a new issue