We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427c994 commit d522567Copy full SHA for d522567
1 file changed
src/api/services/channel.service.ts
@@ -694,7 +694,7 @@ export class ChannelStartupService {
694
SELECT DISTINCT ON ("Contact"."remoteJid")
695
"Contact"."id",
696
"Contact"."remoteJid",
697
- "Contact"."pushName",
+ "Chat"."name" as "pushName",
698
"Contact"."profilePicUrl",
699
COALESCE(
700
to_timestamp("Message"."messageTimestamp"::double precision),
0 commit comments