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:
PieterCK
2025-07-01 13:39:08 +07:00
committed by Tim Abbott
parent fb229a013e
commit 38d2a95aa1
3 changed files with 11 additions and 3 deletions

View File

@@ -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: