diff --git a/src/shared/components/community.tsx b/src/shared/components/community.tsx index 299456bb..f430fe95 100644 --- a/src/shared/components/community.tsx +++ b/src/shared/components/community.tsx @@ -52,6 +52,7 @@ import { isBrowser, lemmyHttp, setAuth, + communityRSSUrl, } from '../utils'; import { i18n } from '../i18next'; @@ -320,7 +321,10 @@ export class Community extends Component { @[\\\]]+(\.[^\s"(),.:;<>@[\\\]]+)*)|(".+"))@((\[(?:\d{1,3}\.){3}\d{1,3}])|(([\dA-Za-z\-]+\.)+[A-Za-z]{2,}))$/; return re.test(String(email).toLowerCase());