mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	zerver/lib: Text-wrap long lines exceeding 110.
This commit is contained in:
		@@ -567,7 +567,8 @@ def upload_message_image(uploaded_file_name, uploaded_file_size,
 | 
			
		||||
                         content_type, file_data, user_profile, target_realm=None):
 | 
			
		||||
    # type: (Text, int, Optional[Text], bytes, UserProfile, Optional[Realm]) -> Text
 | 
			
		||||
    return upload_backend.upload_message_image(uploaded_file_name, uploaded_file_size,
 | 
			
		||||
                                               content_type, file_data, user_profile, target_realm=target_realm)
 | 
			
		||||
                                               content_type, file_data, user_profile,
 | 
			
		||||
                                               target_realm=target_realm)
 | 
			
		||||
 | 
			
		||||
def claim_attachment(user_profile, path_id, message, is_message_realm_public):
 | 
			
		||||
    # type: (UserProfile, Text, Message, bool) -> None
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user