Findchat group name treatment

ajusta para endpoint puxa o nome do grupo correntemente quando for grupo usando nomenclatura @g.us
This commit is contained in:
luiis716 2025-05-03 14:55:07 -03:00 committed by GitHub
parent 427c994993
commit d52256718d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -694,7 +694,7 @@ export class ChannelStartupService {
SELECT DISTINCT ON ("Contact"."remoteJid")
"Contact"."id",
"Contact"."remoteJid",
"Contact"."pushName",
"Chat"."name" as "pushName",
"Contact"."profilePicUrl",
COALESCE(
to_timestamp("Message"."messageTimestamp"::double precision),