This commit is contained in:
Tomas Dvorak
2025-11-11 10:29:30 +01:00
parent d5b4faea61
commit 8762bde4bf
139 changed files with 7240 additions and 2870 deletions
+1
View File
@@ -15,6 +15,7 @@ export type CommentItem = {
updated_at: string;
reactions?: Record<string, number>;
my_reaction?: string;
admin_liked?: boolean;
user: {
id: number;
first_name?: string;