fix wooden fish author and title display
This commit is contained in:
@@ -17,6 +17,7 @@ export type AuthUser = {
|
||||
export type PublicUserSummary = {
|
||||
id: string;
|
||||
publicUserCode: string;
|
||||
username: string;
|
||||
displayName: string;
|
||||
avatarUrl: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user