mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
users: Add acting_user to do_update_outgoing_webhook_service.
The `acting_user` parameter is added in preparation to make `do_update_outgoing_webhook_service` log `RealmAuditLog` when updating bots service. It doesn't have any use as of right now.
This commit is contained in:
@@ -786,6 +786,7 @@ def do_update_outgoing_webhook_service(
|
||||
*,
|
||||
interface: int | None = None,
|
||||
base_url: str | None = None,
|
||||
acting_user: UserProfile | None,
|
||||
) -> None:
|
||||
update_fields: dict[str, str | int] = {}
|
||||
if interface is not None:
|
||||
|
||||
Reference in New Issue
Block a user