zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 352 forks source link

zulip: Fix principals default for remove_subscriptions #743

Closed andersk closed 2 years ago

andersk commented 2 years ago

The documented API for DELETE /api/v1/users/me/subscriptions is that principals should be omitted to remove a subscription for the calling user. A call with principals=[] should have a different meaning, but a server bug currently conflates this with a call omitting principals. Avoid relying on this bug.

timabbott commented 2 years ago

Merged, thanks @andersk!