message -> msg
This commit is contained in:
@@ -145,7 +145,7 @@ const start = async () => {
|
||||
requireInteraction: true,
|
||||
timestamp,
|
||||
data: {
|
||||
url: `/manage/qr/${msgDoc.qr_code_uri}/chat/${msgDoc.chat}#message-${msgDoc.created_at}`,
|
||||
url: `/manage/qr/${msgDoc.qr_code_uri}/chat/${msgDoc.chat}#msg-${msgDoc.created_at}`,
|
||||
payload: { tag },
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user