mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	events: Remove email field from update subscription events.
This commit removes email field from update subscription events, as email field is of no use in this case.
This commit is contained in:
		| @@ -3697,7 +3697,6 @@ def do_change_subscription_property( | ||||
|     event = dict( | ||||
|         type="subscription", | ||||
|         op="update", | ||||
|         email=user_profile.email, | ||||
|         property=event_property_name, | ||||
|         value=event_value, | ||||
|         stream_id=stream.id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user