mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
Register client_gravar=True for the webapp.
This commit is contained in:
@@ -114,7 +114,7 @@ def home_real(request):
|
|||||||
narrow.append(["topic", narrow_topic])
|
narrow.append(["topic", narrow_topic])
|
||||||
|
|
||||||
register_ret = do_events_register(user_profile, request.client,
|
register_ret = do_events_register(user_profile, request.client,
|
||||||
apply_markdown=True, client_gravatar=False,
|
apply_markdown=True, client_gravatar=True,
|
||||||
narrow=narrow)
|
narrow=narrow)
|
||||||
user_has_messages = (register_ret['max_message_id'] != -1)
|
user_has_messages = (register_ret['max_message_id'] != -1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user