mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-09 16:28:43 +01:00
Perform node-mac-notifier regression
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
parent
a60aa95077
commit
74bb71631a
@ -206,14 +206,7 @@ export class AppLayout extends Component<any, IAppLayoutState> {
|
||||
break;
|
||||
}
|
||||
|
||||
sendNotificationRequest(
|
||||
primaryMessage,
|
||||
secondaryMessage,
|
||||
notif.type == "mention",
|
||||
(response: string) => {
|
||||
console.log(response);
|
||||
}
|
||||
);
|
||||
sendNotificationRequest(primaryMessage, secondaryMessage);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user