uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
http://uniqush.org
Apache License 2.0
1.54k stars 201 forks source link

Remove all subscribers when doing rmpsp #245

Open strong84 opened 4 years ago

strong84 commented 4 years ago

When remove a psp(rmpsp), should it also remove all the subscribers belongs to this psp?

In my uniqush push server, when I remove a psp, all the subscribers are remained.

TysonAndre commented 4 years ago

It's currently not designed to remove all of the subscribers belonging to the psp. This feature would be nice to have (e.g. add ?purgesubscribers=1)

strong84 commented 4 years ago

Cool!

BTW, I notice the api document is not up to date on http://uniqush.org/documentation/usage.html new features are buried in github release notes. this could lose track. and difficult for new user like me.

strong84 commented 4 years ago

BTW, I notice the api document is not up to date on http://uniqush.org/documentation/usage.html new features are buried in github release notes. this could lose track. and difficult for new user like me.

Just discovered NEWS.md in the repo. all the changes are listed there.