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;
title: string;
description?: string;
creator_id: number;
removed: boolean;
published: string;
updated?: string;

View file

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