mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
audit_log: Log acting_user in user creation and user activation.
This commit is contained in:
@@ -70,6 +70,7 @@ def create_integration_bot(integration: WebhookIntegration, bot_name: Optional[s
|
||||
short_name=bot_name,
|
||||
bot_type=UserProfile.INCOMING_WEBHOOK_BOT,
|
||||
bot_owner=owner,
|
||||
acting_user=owner,
|
||||
)
|
||||
notify_created_bot(bot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user