Adds sentAt to notification logging

This commit is contained in:
Josh Perez 2023-06-14 13:55:50 -07:00 committed by GitHub
parent 95bdfcf8f3
commit b1ee0a1d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 1 deletions

View file

@ -89,6 +89,7 @@ async function notifyForCall(
onNotificationClick: () => {
window.IPC.showWindow();
},
sentAt: 0,
// The ringtone plays so we don't need sound for the notification
silent: true,
});