mirror of https://github.com/zulip/zulip.git
return_messages_immediately: Remove dead assignment
(imported from commit ef5583c292db3c3087af4949a0b0b255cf098cd1)
This commit is contained in:
parent
f2ac76aeac
commit
e94c6fdf86
|
@ -377,7 +377,6 @@ def return_messages_immediately(request, user_profile, client_id, **kwargs):
|
|||
if client_reload_pending is not None:
|
||||
client_reload_pending = int(client_reload_pending)
|
||||
|
||||
messages = []
|
||||
new_pointer = None
|
||||
query = Message.objects.select_related().filter(usermessage__user_profile = user_profile).order_by('id')
|
||||
# Pointer sync is disabled for now
|
||||
|
|
Loading…
Reference in New Issue