mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
register: Add AI/LLM as option for how user found Zulip.
This commit is contained in:
@@ -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"]:
|
||||
|
Reference in New Issue
Block a user