mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add image support to activities and user pages for comments
This commit is contained in:
@@ -119,6 +119,7 @@ export interface CommentWithResource {
|
||||
content: string;
|
||||
created_at: string;
|
||||
user: User;
|
||||
images: Image[];
|
||||
resource: Resource;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user