realm_audit_logs: Add clarifying comment to REALM_IMPORTED event.

This commit is contained in:
Mateusz Mandera
2025-07-13 02:19:12 +08:00
committed by Tim Abbott
parent 35ed45ce44
commit 374c1a93ee

View File

@@ -66,6 +66,10 @@ class AuditLogEventType(IntEnum):
REALM_EMOJI_ADDED = 226
REALM_EMOJI_REMOVED = 227
REALM_LINKIFIERS_REORDERED = 228
# This event for a realm means that this server processed exported data
# (either from another Zulip server or a 3rd party app such as Slack),
# and imported the data as the given realm.
REALM_IMPORTED = 229
REALM_EXPORT_DELETED = 230