mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	settings: Move 'enter_sends' setting to property_types dict.
This commit moves "enter_sends" setting to property_types dict. With this change, changing enter_sends setting also sends an event of type "update_display_settings" and thus enables us to live-update the UI.
This commit is contained in:
		| @@ -1351,6 +1351,7 @@ class UserBaseSettings(models.Model): | ||||
|         demote_inactive_streams=int, | ||||
|         dense_mode=bool, | ||||
|         emojiset=str, | ||||
|         enter_sends=bool, | ||||
|         fluid_layout_width=bool, | ||||
|         high_contrast_mode=bool, | ||||
|         left_side_userlist=bool, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user