fix(announcements): make sure only valid announcements are shown to the user
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -8,6 +8,7 @@ export interface IConversation {
|
||||
id?: string;
|
||||
actor?: IActor;
|
||||
lastComment?: IComment;
|
||||
originComment?: IComment;
|
||||
comments: Paginate<IComment>;
|
||||
participants: IActor[];
|
||||
updatedAt: string;
|
||||
|
||||
Reference in New Issue
Block a user