Skip to content

Commit

Permalink
message send: Cut is_active from the values query in get_recipient_info.
Browse files Browse the repository at this point in the history
This is unused since the query started filtering on is_active=True, in
51d4f16 "Ignore inactive users in get_recipient_info()."
  • Loading branch information
gnprice authored and timabbott committed Sep 20, 2017
1 parent 64e950a commit 0c7dbd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zerver/lib/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0c7dbd2

Please sign in to comment.