Add chat name to fetch chats request

This commit is contained in:
Judson Cairo 2024-08-11 15:49:43 -03:00
parent 77cf4125dd
commit 7b1e4e9e3d

View File

@ -1267,6 +1267,7 @@ export class ChannelStartupService {
SELECT
"Chat"."id",
"Chat"."remoteJid",
"Chat"."name",
"Chat"."labels",
"Chat"."createdAt",
"Chat"."updatedAt",
@ -1283,6 +1284,7 @@ export class ChannelStartupService {
SELECT
"Chat"."id",
"Chat"."remoteJid",
"Chat"."name",
"Chat"."labels",
"Chat"."createdAt",
"Chat"."updatedAt",