fix: harden dashboard message state

This commit is contained in:
MythEclipse
2026-05-14 21:10:24 +07:00
parent cb2cfc76f2
commit a812182218
3 changed files with 11 additions and 11 deletions
+1 -10
View File
@@ -29,16 +29,7 @@ export interface PageResult<T> {
nextCursor: string | null;
}
export interface DashboardMessage {
id: string;
channel_id: string;
user_id: string;
username: string;
avatar_url: string | null;
content: string;
created_at: number;
type: "text" | "image" | "voice";
}
export type DashboardMessage = MessageRecord;
export interface Guild {
id: string;