mirror of https://github.com/zulip/zulip.git
e87e246fcb
Previously, api_key_only_webhook_view passed 3 positional arguments (request, user_profile, and client) into a function. However, most of our other auth decorators only pass 2 positional arguments. For the sake of consistency, we now make api_key_only_webhook_view set request.client and pass only request and user_profile as positional arguments. |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
doc.html | ||
tests.py | ||
view.py |