You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
borja 5c1d2f2251 fix: prevent user DMs from being treated as groups in gating
handleGroupDiscovery and handleGroupEnforcement lacked isGroupId()
guards, causing user JIDs (e.g. 1234567890@s.whatsapp.net) to be
incorrectly registered as 'pending' groups in discover mode, and
silently blocked in enforce mode.

Added isGroupId() bail-out at the top of both functions, matching the
existing pattern in ensureGroupActive(). Added 5 regression tests
covering both modes for DMs and preserving correct group behavior.
1 month ago
..
db refactor: webhook handler, group sync, command handlers, tests 1 month ago
server refactor: webhook handler, group sync, command handlers, tests 1 month ago
services refactor: webhook handler, group sync, command handlers, tests 1 month ago
tasks refactor: webhook handler, group sync, command handlers, tests 1 month ago
utils refactor: webhook handler, group sync, command handlers, tests 1 month ago
db.test.ts feat: actualizar last_command_at al detectar cualquier /t 8 months ago
locator.fallback.test.ts test: añade prueba de fallback del locator y actualiza la documentación 7 months ago
migrator.test.ts test: tolerar ausencia de migrations.log en tests de migrador 8 months ago
server.advanced-listings.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.basic.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.command-logging.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.coverage.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.dm-gating-regression.test.ts fix: prevent user DMs from being treated as groups in gating 1 month ago
server.group-validation.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.groups-upsert.test.ts test: añade pruebas para GroupSyncService y webhook 9 months ago
server.onboarding-activar.test.ts fix: configurar DB global en pruebas para evitar DbNotConfiguredError 7 months ago
server.user-validation.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
web.datetime.test.ts test: agregar pruebas de datetime, mantenimiento y API de completar 7 months ago