Add staff badge near comment author (#280)

This commit is contained in:
Riccardo Graziosi
2024-02-14 19:40:39 +01:00
committed by GitHub
parent 1d5df21301
commit 5221df1b2b
10 changed files with 33 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ interface ICommentJSON {
is_post_update: boolean;
user_full_name: string;
user_email: string;
user_role: number;
created_at: string;
updated_at: string;
}