bug: when I'm in a Facebook group chat, the desktop notification name of the group/person will show up as [object Object]
Notification title should show up as the name of the group chat, or the name of the user who posted the message
Notification title shows up as [object Object]

not sure?
Can't see sender/group name of message
In AppStore.js#143 we need to check what the title is to send the correct notification.
Franz 4 is showing the same problem. Did the messenger change something?
Debug point: webview/notification.js#12
This is the notification that messenger is sending:

MDN says the title should be a DOMString: https://developer.mozilla.org/en-US/docs/Web/API/notification/title :confused:
If this is a specific case for this recipe, a specific notification parser should be used (maybe defined in the recipe's webview.js)
@GustavoKatel You are right, thats a great idea.
On top, in ServiceStore.js@_handleIPCMessage() we should add a check if the value for title and text is anything else than a string to provide fallback values.
onNotify to docs in www.github.com/meetfranz/recipeIs there something specific you want to take care of?
@adlk I agree with the fallback values. I can create a PR covering the checkboxes :+1:
PS.: By meetfranz/recipe, you mean meetfranz/plugins ?
[x] Add additional checks in ServiceStore
[x] Add onNotify to docs in www.github.com/meetfranz/recipe
[x] Update the messenger recipe
I hope everything is ok :) Otherwise, let me know
Updated to the latest 5.0.0-beta.12 on macOS 10.12.6 and FB Messenger group chat notifications stopped showing up as [object Object] like in previous builds, but instead are just plain empty.

I need to do a few more checks but we might just need to optimize the messenger recipe a little further. The update will be rolled out automatically without a necessary client update. Just expect that notifications will work as expected sometime soon. ;)
Most helpful comment
I need to do a few more checks but we might just need to optimize the messenger recipe a little further. The update will be rolled out automatically without a necessary client update. Just expect that notifications will work as expected sometime soon. ;)