buerokratt / sample-implementation-cvi

This is a test project to showcase how to implement different CVI components when building a GUI
MIT License
0 stars 8 forks source link

feat: Update notify chats feature to send notifications for every new message #32

Closed Fossur closed 1 month ago

Fossur commented 1 month ago

Update notifications logic to send notifications for every new received message - use local storage to compare previous message results and send notification if any new ones are found or message amount has been incremented. #721