Add link to user admin page in messages dropdown for admin users

Fix potential undefined data user

revert type change next-auth
This commit is contained in:
rjmacarthy
2023-01-30 19:46:31 +00:00
parent 5426fe7ee0
commit eeab643dc3
3 changed files with 19 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ export interface Message extends MessageEmojis {
created_date: string; // iso date string
parent_id: string;
frontend_message_id?: string;
user_id: string;
}
export interface Conversation {