backend: Allow to change UserProfile's emojiset field via api.

This commit is contained in:
Harshit Bansal
2017-04-02 19:05:33 +00:00
committed by Tim Abbott
parent fb3fda031d
commit 07081196f4
6 changed files with 44 additions and 1 deletions

View File

@@ -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,