Merge remote-tracking branch 'origin/electron-badge' into electron-badge

This commit is contained in:
Marquis Kurt 2019-10-02 11:45:43 -04:00
commit a60aa95077
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 8 additions and 1 deletions

View File

@ -206,7 +206,14 @@ export class AppLayout extends Component<any, IAppLayoutState> {
break;
}
sendNotificationRequest(primaryMessage, secondaryMessage);
sendNotificationRequest(
primaryMessage,
secondaryMessage,
notif.type == "mention",
(response: string) => {
console.log(response);
}
);
}
});
}