-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reply via notification [macOS] #298
Comments
👍 Would be useful. Pull request welcome if anyone wants this :) Goofy is open source, so I guess one could look at the source to see how it's implemented: https://github.com/danielbuechele/goofy-core Don't copy-paste the code though. |
Does Goofy still support inline replies in notifications ? Looks like they are using notifications from electron. if (!isMessageFromSelf && !muted) {
let notification = new Notification(name, { body: messageBody, icon: image, data: id, silent: true });
notification.onclick = e => {
document.querySelector(`[id="${e.target.data}"] ${ACTIVATE_CONVERSATION}`).click();
}; Electron supports inline replies from v1.7.3 or we could make use of node-mac-notifer. |
We don't control the notifications, but we could monkey patch |
I'd like to take a gander at this! This would be a great feature to have. |
@issuehuntfest has funded $80.00 to this issue. See it on IssueHunt |
@JoniVR has submitted a pull request. See it on IssueHunt |
@sindresorhus has rewarded $72.00 to @JoniVR. See it on IssueHunt
|
Other apps in general, but Goofy (as Caprine alternative) have the option to reply via a notification. I hereby request the same feature 👍
The text was updated successfully, but these errors were encountered: