Closed ABeltramo closed 7 years ago
As I said it's a starting point 😃
What do you propose to do on click? For example I use it to get notification from a server machine not to send link. Autodetect content?
For the -= 5
hack I have to take better look at the API. That's the first simple solution to check if my code works.
Pushes with a link have a optional 'url' property (see the docs on pushes), so that would be really easy to use. 😄
I made a few changes on the code.
Todo (need help)
Looks good :)
I'll see if I can help you with those other points this week.
Little update: both message sent from app and from website with encryption activated it's plain text. Seems we don't need to decrypt for this kind of message. Can you confirm this?
Everything it's completed, I think it's ready to be merged! 🏁
Was looking to see whether Noti had this functionality! Looks good, waiting for a release on this :)
Closing this. We are refactoring in Swift 4
It's working for my use case (see issue 42 ) i don't know if it's the solution to also issue 21. For sure it's a starting point to add other useful notification to Noti. The line
now -= 5
it's a little trick and I wan't to find a better code when I have the time. Hope to help others! Good work btw..