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:
Greg Price 2017-09-15 18:27:19 -07:00 committed by Tim Abbott
parent 64e950ae48
commit 0c7dbd2e8a
1 changed files with 0 additions and 1 deletions

View File

@ -796,7 +796,6 @@ def get_recipient_info(recipient, sender_id):
).values( ).values(
'id', 'id',
'enable_online_push_notifications', 'enable_online_push_notifications',
'is_active',
'is_bot', 'is_bot',
'bot_type', 'bot_type',
'long_term_idle', 'long_term_idle',