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