-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I get the id of the message I sent to the channel? #8
Comments
Thanks for the issue. I am thinking about what API would I provide here because once a broadcast is sent it is sent to every user on different IDs, I am having trouble thinking one without leaking information like user names), and with the current architecture the broadcast is untracked when it has been sent (which is what 'broadcast' means, right?), I will accept a PR for this tho is you are up to it! Also I think it would be good if you could bring this issue to gotify because it sounds more like a gotify feature than this plugin. If you want to modify a broadcast message you would need to authenticate as each user the message get sent to which sort of defeats the purpose of sending a broadcast. |
Thank you |
Yes I believe that is how gotify works, you can have multiple clients and they all receive messages |
Gotify does not have auto delete or expiration of messages and I need to delete the message after a while but I don't see it returning the id.
The text was updated successfully, but these errors were encountered: