mirror of https://github.com/zulip/zulip.git
message send: Cut is_active from the values query in get_recipient_info.
This is unused since the query started filtering on is_active=True, in
51d4f16fe
"Ignore inactive users in get_recipient_info()."
This commit is contained in:
parent
64e950ae48
commit
0c7dbd2e8a
|
@ -796,7 +796,6 @@ def get_recipient_info(recipient, sender_id):
|
|||
).values(
|
||||
'id',
|
||||
'enable_online_push_notifications',
|
||||
'is_active',
|
||||
'is_bot',
|
||||
'bot_type',
|
||||
'long_term_idle',
|
||||
|
|
Loading…
Reference in New Issue