Add image support to activities and user pages for comments

This commit is contained in:
2025-06-24 12:54:47 +08:00
parent b60b72668d
commit 7bb04cffad
3 changed files with 21 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ export interface CommentWithResource {
content: string;
created_at: string;
user: User;
images: Image[];
resource: Resource;
}