feat: invite codes

This commit is contained in:
2023-12-02 21:27:46 +00:00
parent 6f8e8eca0f
commit f26155ddd8
18 changed files with 5609 additions and 22 deletions

View File

@ -14,7 +14,7 @@ export function ListFeedPage() {
const { data } = useEventFeed(link);
if (!data) return <PageSpinner />;
if (data.kind !== EventKind.ContactList && data.kind !== EventKind.CategorizedPeople) {
if (data.kind !== EventKind.ContactList && data.kind !== EventKind.FollowSet) {
return (
<b>
<FormattedMessage defaultMessage="Must be a contact list or pubkey list" id="vB3oQ/" />