fix: Adjusts in env files, removed save old_messages

This commit is contained in:
Davidson Gomes
2023-07-12 14:39:43 -03:00
parent a8bd32bef3
commit 86ce00365a
6 changed files with 9 additions and 9 deletions

View File

@@ -6,10 +6,10 @@ export enum Events {
QRCODE_UPDATED = 'qrcode.updated',
CONNECTION_UPDATE = 'connection.update',
STATUS_INSTANCE = 'status.instance',
SEND_MESSAGE = 'send.message',
MESSAGES_SET = 'messages.set',
MESSAGES_UPSERT = 'messages.upsert',
MESSAGES_UPDATE = 'messages.update',
SEND_MESSAGE = 'send.message',
CONTACTS_SET = 'contacts.set',
CONTACTS_UPSERT = 'contacts.upsert',
CONTACTS_UPDATE = 'contacts.update',