mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-10 00:20:06 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user