Remove community creator.

This commit is contained in:
Dessalines 2021-04-07 16:17:41 -04:00
parent 34ba231833
commit 1e60699901
2 changed files with 0 additions and 2 deletions

View file

@ -187,7 +187,6 @@ export interface CommunitySafe {
name: string; name: string;
title: string; title: string;
description?: string; description?: string;
creator_id: number;
removed: boolean; removed: boolean;
published: string; published: string;
updated?: string; updated?: string;

View file

@ -187,7 +187,6 @@ export interface CommunityPersonBanView {
export interface CommunityView { export interface CommunityView {
community: CommunitySafe; community: CommunitySafe;
creator: PersonSafe;
subscribed: boolean; subscribed: boolean;
counts: CommunityAggregates; counts: CommunityAggregates;
} }