mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	realm_audit_logs: Add clarifying comment to REALM_IMPORTED event.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							35ed45ce44
						
					
				
				
					commit
					374c1a93ee
				
			@@ -66,6 +66,10 @@ class AuditLogEventType(IntEnum):
 | 
				
			|||||||
    REALM_EMOJI_ADDED = 226
 | 
					    REALM_EMOJI_ADDED = 226
 | 
				
			||||||
    REALM_EMOJI_REMOVED = 227
 | 
					    REALM_EMOJI_REMOVED = 227
 | 
				
			||||||
    REALM_LINKIFIERS_REORDERED = 228
 | 
					    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_IMPORTED = 229
 | 
				
			||||||
    REALM_EXPORT_DELETED = 230
 | 
					    REALM_EXPORT_DELETED = 230
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user