mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add gravatar picture to comments
This commit is contained in:
@@ -3,6 +3,7 @@ interface IComment {
|
||||
body: string;
|
||||
parentId: number;
|
||||
userFullName: string;
|
||||
userEmail: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user