iachat/app
Cayo P. R. Oliveira e0708ca6f8 fix: handle new contact without push name (#13)
* fix: resolve bug for contact name when user stats a new conversation with a new contact

* chore: update specs to cover the bug resolution

* chore: correct variable name

* chore: simplify update contact name handling

* chore: ensure pushName is always a string and leave a comment to keep an eye if always pushName will be present

* fix: update contact name access

* chore: identify and permit only direct users jid types (#14)

* fix: add jid_type method to classify message sender types and prevent processing for non-user jids

* chore: update jid parsing to correctly extract phone number and improve message type detection

* chore: add spec to ensure no conversation is created for non-user messages

* chore: update jid shape comment

* chore: refactor jid_type method

* chore: update message_type logic for classify text messages when is a extendedTextMessage

* refactor: update spec that no conversation is created for non-user messages

* fix: use update! method for contact name update

* chore: add note on distinguishing broadcast and status JIDs in Baileys

* chore: add note on Baileys internal function for JID classification
2025-04-03 23:28:38 -03:00
..
actions chore: lint files (#2) 2025-04-03 23:28:38 -03:00
assets chore: Update styles in settings pages (#11070) 2025-03-18 14:40:02 -07:00
builders chore: lint files (#2) 2025-04-03 23:28:38 -03:00
channels fix: Move contact events to account stream rather than individual user stream (#11082) 2025-03-13 17:46:48 -07:00
controllers feat: baileys provider for whatsapp (#7) 2025-04-03 23:28:38 -03:00
dashboards feat: Ability to delete account for administrators (#1874) 2025-04-03 10:41:39 +05:30
dispatchers feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
drops feat: Add the support for custom attributes in message variables (#8511) 2023-12-08 14:13:35 -08:00
fields feat: setup captain limits (#10713) 2025-01-23 01:23:18 +05:30
finders chore(refactor): Improve conversation permission filtering (#11166) 2025-03-31 19:30:02 -07:00
helpers chore: ensure trailing slash 2025-04-03 23:28:38 -03:00
javascript fix: handle extended text message type of incoming message upsert (#9) 2025-04-03 23:28:38 -03:00
jobs feat: baileys provider for whatsapp (#7) 2025-04-03 23:28:38 -03:00
listeners feat: webhook inbox (#5) 2025-04-03 23:28:38 -03:00
mailboxes fix: Process non-image inline attachments as regular attachments (#10998) 2025-02-28 13:33:48 -08:00
mailers chore: lint files (#2) 2025-04-03 23:28:38 -03:00
models feat: baileys provider for whatsapp (#7) 2025-04-03 23:28:38 -03:00
policies feat: baileys provider for whatsapp (#7) 2025-04-03 23:28:38 -03:00
presenters chore: Update the precision of the updated_at timestamp in conversation model (#10875) 2025-02-10 20:22:11 -08:00
services fix: handle new contact without push name (#13) 2025-04-03 23:28:38 -03:00
views feat: update email templates to use user's name instead of email 2025-04-03 23:28:38 -03:00
workers fix: Capture delivery errors to avoid false positives (#8790) 2024-01-26 14:22:18 +04:00