You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +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: "pinUnreadRooms" },
|
||||
{ id: "showDeveloperTools" },
|
||||
{ id: "alwaysRetryInvites" },
|
||||
{ id: "alwaysInviteUnknownUsers" },
|
||||
];
|
||||
|
||||
// These settings must be defined in SettingsStore
|
||||
|
Reference in New Issue
Block a user