You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-26 15:23:12 +03:00
Fix setting label for unknown invites
Fixes https://github.com/vector-im/riot-web/issues/8126
This commit is contained in:
@@ -86,7 +86,7 @@ const SIMPLE_SETTINGS = [
|
|||||||
{ id: "pinMentionedRooms" },
|
{ id: "pinMentionedRooms" },
|
||||||
{ id: "pinUnreadRooms" },
|
{ id: "pinUnreadRooms" },
|
||||||
{ id: "showDeveloperTools" },
|
{ id: "showDeveloperTools" },
|
||||||
{ id: "alwaysRetryInvites" },
|
{ id: "alwaysInviteUnknownUsers" },
|
||||||
];
|
];
|
||||||
|
|
||||||
// These settings must be defined in SettingsStore
|
// These settings must be defined in SettingsStore
|
||||||
|
|||||||
Reference in New Issue
Block a user