gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.13k stars 620 forks source link

Filter by Message #647

Closed artsmorgan closed 5 months ago

artsmorgan commented 5 months ago

Is your feature request related to a problem? Please describe. My issue is distributing the messages to the proper users, right now I can only stream the messages to all the connections subscribed to my web socket.

Describe the solution you'd like A way to distribute the messages to specific users in my platform

Describe alternatives you've considered Extend the API and model to add a new endpoint to filter by customerId

jmattheis commented 5 months ago

Dupe: https://github.com/gotify/contrib/issues/5