mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
backend: Allow to change UserProfile's emojiset field via api.
This commit is contained in:
committed by
Tim Abbott
parent
fb3fda031d
commit
07081196f4
@@ -234,6 +234,8 @@ def home_real(request):
|
||||
avatar_url_medium = avatar_url(user_profile, medium=True),
|
||||
avatar_source = user_profile.avatar_source,
|
||||
timezone = user_profile.timezone,
|
||||
emojiset = user_profile.emojiset,
|
||||
emojiset_choices = user_profile.emojiset_choices(),
|
||||
|
||||
# Stream message notification settings:
|
||||
stream_desktop_notifications_enabled = user_profile.enable_stream_desktop_notifications,
|
||||
|
||||
Reference in New Issue
Block a user