fix(chat): use weekly limit for message quota
This commit is contained in:
@@ -5,7 +5,7 @@ export interface ChatState {
|
||||
isReplyingAI: boolean;
|
||||
pendingReplyCount: number;
|
||||
upgradePromptVisible: boolean;
|
||||
upgradeReason: "daily_limit" | null;
|
||||
upgradeReason: "weekly_limit" | null;
|
||||
isLoadingMore: boolean;
|
||||
hasMore: boolean;
|
||||
historyOffset: number;
|
||||
|
||||
Reference in New Issue
Block a user