Skip to content
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

[Server] Admin endpoint to send notification to players in a game #77

Open
QuinnBast opened this issue Nov 14, 2021 · 1 comment
Open
Labels
Server Server related work

Comments

@QuinnBast
Copy link
Contributor

Enhancement Description

Implement an admin endpoint to send a push notification to all players that are within a specific game.

Solution

rpc NotifyPlayersInLobby(NotifyPlayersInLobbyRequest) returns NotifyPlayersInLobbyResponse {}

This will depend on the task to add push notifications

@QuinnBast QuinnBast added the enhancement New feature or request label Nov 14, 2021
@QuinnBast QuinnBast assigned QuinnBast and unassigned QuinnBast Nov 14, 2021
@QuinnBast
Copy link
Contributor Author

Still relevant, but we don’t need a new method for this. Just create a GameEvent that admins can submit

@QuinnBast QuinnBast added Server Server related work and removed enhancement New feature or request labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Server Server related work
Projects
None yet
Development

No branches or pull requests

1 participant