You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented the recipe for the talkspirit service (#614), but I am not versed in Java to set badges for notifications:
module.exports = Ferdium => {
// TODO: If your talkspirit service has unread messages, uncomment these lines to implement the logic for updating the badges
// const getMessages = () => {
// // TODO: Insert your notification-finding code here
// Ferdium.setBadge(0, 0);
// };
// Ferdium.loop(getMessages);
Support in this would be appreciated.
The text was updated successfully, but these errors were encountered:
I could help with this issue but I don't have access to a TalkSpirit instance to implement this feature. I could try to guide you through the steps but it can be challenging depending on how the service is coded and your developer skills.
An alternative would be to provide me with access to some credentials/server (ping me on discord for this) for me to test and implement this.
Hey man, how are you doing? Thanks for the message!
I unfortunately don't think it is possible to provide you with guest access to TalkSpirit, because my own work account is a guest one. I will try to ask if we can provide a guest account for you without access to server docs, but in any case could you try to direct me towards some info or template on how to implement the notification badges? I have sent you a hi on Discord.
I have implemented the recipe for the
talkspirit
service (#614), but I am not versed in Java to set badges for notifications:Support in this would be appreciated.
The text was updated successfully, but these errors were encountered: