We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df4504 commit b84d951Copy full SHA for b84d951
src/api/services/channel.service.ts
@@ -811,7 +811,7 @@ export class ChannelStartupService {
811
"Message"."key"->>'remoteJid' as "remoteJid",
812
CASE
813
WHEN "Message"."key"->>'remoteJid' LIKE '%@g.us' THEN COALESCE("Chat"."name", "Contact"."pushName")
814
- ELSE COALESCE("Contact"."pushName", "Message"."pushName")
+ ELSE "Contact"."pushName"
815
END as "pushName",
816
"Contact"."profilePicUrl",
817
COALESCE(
0 commit comments