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

Commit 727c189

Browse files
committed
apply changes from review
1 parent 7f14127 commit 727c189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/InviteDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
13161316
);
13171317
const visibility = visibilityEvent && visibilityEvent.getContent() &&
13181318
visibilityEvent.getContent().history_visibility;
1319-
if (visibility == "world_readable" || visibility == "shared") {
1319+
if (visibility === "world_readable" || visibility === "shared") {
13201320
keySharingWarning =
13211321
<div>
13221322
{_t("Note: Decryption keys for old messages will be shared with invited users.")}

0 commit comments

Comments
 (0)