apply changes from review

pull/21833/head
Hubert Chathi 2021-03-19 16:55:07 -04:00
parent 7f141276ff
commit 727c189456
1 changed files with 1 additions and 1 deletions

View File

@ -1316,7 +1316,7 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
);
const visibility = visibilityEvent && visibilityEvent.getContent() &&
visibilityEvent.getContent().history_visibility;
if (visibility == "world_readable" || visibility == "shared") {
if (visibility === "world_readable" || visibility === "shared") {
keySharingWarning =
<div>
{_t("Note: Decryption keys for old messages will be shared with invited users.")}