Clean up boop dialog

This commit is contained in:
Natsumi
2025-10-22 19:12:31 +11:00
parent 8a58c25084
commit 6af467b050
6 changed files with 71 additions and 46 deletions

View File

@@ -592,6 +592,9 @@
notificationRequest
.sendNotificationResponse(params)
.then((json) => {
if (!json) {
return;
}
const args = {
json,
params