register: Add AI/LLM as option for how user found Zulip.

This commit is contained in:
Aman Agrawal
2025-09-24 12:02:39 +05:30
committed by Tim Abbott
parent c6bf35b392
commit 40f4ad2cb0
6 changed files with 8 additions and 0 deletions

View File

@@ -255,6 +255,7 @@ def realm_summary_table(export: bool) -> str:
RealmAuditLog.HOW_REALM_CREATOR_FOUND_ZULIP_OPTIONS["other"],
RealmAuditLog.HOW_REALM_CREATOR_FOUND_ZULIP_OPTIONS["ad"],
RealmAuditLog.HOW_REALM_CREATOR_FOUND_ZULIP_OPTIONS["review_site"],
RealmAuditLog.HOW_REALM_CREATOR_FOUND_ZULIP_OPTIONS["ai_chatbot"],
):
row["how_realm_creator_found_zulip"] += f": {extra_context}"
elif how_found == RealmAuditLog.HOW_REALM_CREATOR_FOUND_ZULIP_OPTIONS["existing_user"]: