We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9de49 + bb0b9b9 commit 6d63f2fCopy full SHA for 6d63f2f
src/api/services/channel.service.ts
@@ -724,6 +724,7 @@ export class ChannelStartupService {
724
to_timestamp("Message"."messageTimestamp"::double precision),
725
"Contact"."updatedAt"
726
) as "updatedAt",
727
+ "Chat"."name" as "pushName",
728
"Chat"."createdAt" as "windowStart",
729
"Chat"."createdAt" + INTERVAL '24 hours' as "windowExpires",
730
CASE WHEN "Chat"."createdAt" + INTERVAL '24 hours' > NOW() THEN true ELSE false END as "windowActive",
0 commit comments