Is there a way to detect/ignore realtime event sent from same client #31620
-
I have an app with a table with CRUD actions and realtime on it. So I want to know if there is a way to ignore the realtime payload on the same client that triggered the event.
Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
GaryAustin1
Dec 27, 2024
Replies: 1 comment
-
I assume you are talking about Postgres changes, if so then no. All clients receive the changes their RLS allows. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GaryAustin1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you are talking about Postgres changes, if so then no. All clients receive the changes their RLS allows.