Adds sentAt to notification logging
This commit is contained in:
parent
95bdfcf8f3
commit
b1ee0a1d68
5 changed files with 11 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue