refactor(chat): remove vip websocket session flow
This commit is contained in:
@@ -35,7 +35,6 @@ function makeChatState(overrides: Partial<ChatState> = {}): ChatState {
|
||||
messages: [],
|
||||
isReplyingAI: true,
|
||||
pendingReplyCount: 1,
|
||||
wsConnected: false,
|
||||
upgradePromptVisible: false,
|
||||
upgradeReason: null,
|
||||
upgradeHint: null,
|
||||
|
||||
Reference in New Issue
Block a user