Unificar endpoint de envío y agregar soporte para stickers
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m28s

- Consolidar send.post.ts y send-media.post.ts en un único endpoint /send
- Agregar servicio sticker-processor.ts para convertir imágenes a WebP 512x512
- Agregar toggle Imagen/Sticker en MediaPreview para enviar imágenes como stickers
- Actualizar MessageInput y página de mensajes para usar endpoint unificado
- Instalar dependencia sharp para procesamiento de imágenes
This commit is contained in:
2025-12-04 09:33:03 -06:00
parent 09d3c5398a
commit ec40cd6826
8 changed files with 458 additions and 291 deletions

View File

@@ -19,6 +19,7 @@
"pg": "^8.13.1",
"pino": "^9.5.0",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},