chore(chat): remover WS dedicado e usar apenas Convex
This commit is contained in:
parent
f8a472ee46
commit
a7d9803c97
7 changed files with 0 additions and 161 deletions
|
|
@ -180,8 +180,3 @@ export async function uploadToConvexStorage(uploadUrl: string, file: Blob | Arra
|
|||
const json = await response.json().catch(() => ({}))
|
||||
return json.storageId || json.storage_id
|
||||
}
|
||||
const FN_CHECK_UPDATES = "liveChat.checkMachineUpdates"
|
||||
const FN_LIST_MESSAGES = "liveChat.listMachineMessages"
|
||||
const FN_POST_MESSAGE = "liveChat.postMachineMessage"
|
||||
const FN_MARK_READ = "liveChat.markMachineMessagesRead"
|
||||
const FN_UPLOAD_URL = "liveChat.generateMachineUploadUrl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue