Is your feature request related to a problem? Please describe.
If you use gotify to handle notifications it would be nice to know if clients are still reachable (or have the app installed, app killed). You can then fallback to another channel (email, sms ...) to not miss updates.
Describe the solution you'd like
/client already returns the list of clients, add another field like last_message or last_keepalive/lastping to show when that client has last received a message or last responded to a ping.
Is your feature request related to a problem? Please describe.
If you use
gotifyto handle notifications it would be nice to know if clients are still reachable (or have the app installed, app killed). You can then fallback to another channel (email, sms ...) to not miss updates.Describe the solution you'd like
/clientalready returns the list of clients, add another field likelast_messageorlast_keepalive/lastpingto show when that client has last received a message or last responded to a ping.