message -> msg
Deploy app frontend / app frontend (push) Successful in 2m28s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m35s
Deploy service tg-bot / service tg-bot (push) Successful in 1m57s

This commit is contained in:
2024-12-15 11:26:43 +02:00
parent ff9eebafb4
commit 7b654c11d8
4 changed files with 4 additions and 4 deletions
@@ -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;