mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-08-22 09:24:10 +02:00
Fix pruning bug in web app (closes #186), release notes, remove local storage migration
This commit is contained in:
parent
d4fe2052c7
commit
182e21a9c3
5 changed files with 12 additions and 29 deletions
web/src/app
|
@ -56,6 +56,4 @@ class Poller {
|
|||
}
|
||||
|
||||
const poller = new Poller();
|
||||
poller.startWorker();
|
||||
|
||||
export default poller;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue