mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Add chat name to fetch chats request
This commit is contained in:
parent
77cf4125dd
commit
7b1e4e9e3d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user