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

refactor(robot-server): Utilize unsubscribe flags for dynamic topics #14620

Merged
merged 13 commits into from
Mar 12, 2024
Prev Previous commit
Next Next commit
update unsubscribe response
  • Loading branch information
mjhuff committed Mar 11, 2024
commit bff6d1101701e3e4845d82d696541b29cc7adc05
3 changes: 1 addition & 2 deletions robot-server/robot_server/service/json_api/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,4 @@ class NotifyUnsubscribeBody(BaseResponseBody):
Returns flags for refetching via HTTP and unsubscribing from a topic.
"""

mjhuff marked this conversation as resolved.
Show resolved Hide resolved
refetchUsingHTTP: bool = True
unsubscribe: bool = True
refetchAndUnsubscribe: bool = True