Skip to content

Commit bdea047

Browse files
authored
Merge branch 'EvolutionAPI:develop' into develop
2 parents bb0b0a3 + 6d63f2f commit bdea047

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/api/services/channel.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ export class ChannelStartupService {
724724
to_timestamp("Message"."messageTimestamp"::double precision),
725725
"Contact"."updatedAt"
726726
) as "updatedAt",
727+
"Chat"."name" as "pushName",
727728
"Chat"."createdAt" as "windowStart",
728729
"Chat"."createdAt" + INTERVAL '24 hours' as "windowExpires",
729730
CASE WHEN "Chat"."createdAt" + INTERVAL '24 hours' > NOW() THEN true ELSE false END as "windowActive",

0 commit comments

Comments
 (0)