chore(chat): remover WS dedicado e usar apenas Convex

This commit is contained in:
esdrasrenan 2025-12-09 01:08:59 -03:00
parent f8a472ee46
commit a7d9803c97
7 changed files with 0 additions and 161 deletions

View file

@ -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"