-
Notifications
You must be signed in to change notification settings - Fork 44
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
Send message to particular user #5
Comments
Hey @CSmither So lets wait till we have more users who want this feature. |
Well instead of notifying by username, I think I would prefer to see an implementation of sending to specific tokens of subscribers. Or a list of tokens that are going to receive the message. |
Seems like groups would be needed. If groups are needed, seems like group admins and group permissions would be needed. Then that opens up a can of worms. Could a user unsubscribe from messages themselves or is that something only the group admin could do? Could a user set priority for a message that is different than what got set during creation? Do all members of the group have permissions to send messages and delete a message for all members or is there a read only option? Do group messages need a from field? These are just a few examples that I came up with off the top of my head. If we are going to proceed with this feature, it needs to developed with #63 in mind. |
I think per applicaion user permission is better solution, |
This feature should be done as a plugin. |
Any updates? I want to use gotify as central notification system instead of slack but I need to push notification to multiple users. |
A native, simple implementation would be great. Something to build on, like the app creator can add users to an app, and only the app creator can delete messages on that app. Can you get sponsoring up and running for this project? I'm sure some would be happy to sponsor, me included |
Gotify wasn't designed to support this natively, thus, it would require major You can sponsor the gotify project, but this is more general and not bound to |
Can't argue with that :) |
I reactivate the request. |
It would be great to be able to send a message to a particular user.
Possibly as an optional parameter for the message object of the user's username? So the message JSON would look something like...
The text was updated successfully, but these errors were encountered: