mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
let users like comments
This commit is contained in:
parent
822f51f5de
commit
bd802ede10
22 changed files with 332 additions and 154 deletions
|
@ -122,6 +122,8 @@ export interface IComment {
|
|||
text: string;
|
||||
files: IFile[];
|
||||
user?: IUser;
|
||||
like_count?: number;
|
||||
liked?: boolean;
|
||||
|
||||
created_at?: string;
|
||||
update_at?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue