audit_log: Log acting_user in user creation and user activation.

This commit is contained in:
arpit551
2020-06-29 16:42:17 +05:30
committed by Tim Abbott
parent 653928bdfe
commit 01f12b9fc2
10 changed files with 28 additions and 22 deletions

View File

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