Removed the concept of down & upvotes

This commit is contained in:
Imbus 2024-03-22 19:47:36 +01:00
parent 84defa703e
commit 2e23c7919f
11 changed files with 58 additions and 120 deletions

View file

@ -40,8 +40,6 @@ export interface PublicComment {
id: number;
parent_post_id: number;
parent_comment_id: number | null;
upvotes: number;
downvotes: number;
content: string;
created_at: string;
updated_at: string;