feat(chat): unlock history after payment
This commit is contained in:
@@ -24,6 +24,9 @@ export type ChatEvent =
|
||||
| { type: "ChatSendMessage"; content: string }
|
||||
| { type: "ChatSendImage"; imageBase64: string }
|
||||
| { type: "ChatLoadMoreHistory" }
|
||||
| { type: "ChatPaymentSucceeded" }
|
||||
| { type: "ChatUnlockHistoryConfirmed" }
|
||||
| { type: "ChatUnlockHistoryDismissed" }
|
||||
| { type: "ChatQueuedSendStarted" }
|
||||
| {
|
||||
type: "ChatQueuedHttpDone";
|
||||
|
||||
Reference in New Issue
Block a user