mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add gravatar picture to comments
This commit is contained in:
@@ -3,6 +3,7 @@ interface ICommentJSON {
|
||||
body: string;
|
||||
parent_id: number;
|
||||
user_full_name: string;
|
||||
user_email: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user