Look for send_messages_backend in /activity page.

The main Activity page counts users as active if they have either
sent a message or updated a pointer.  In the unlikely event that
somebody sent a message but never updated their pointer, we were
undercounting them, if they went through send_messages_backend.

(imported from commit 5f112be87a239980c38a18c13f9cd68e90d2e905)
This commit is contained in:
Steve Howell 2013-11-04 10:59:25 -05:00
parent 8853d86b17
commit 23cd4016f4

View File

@ -1929,6 +1929,7 @@ def realm_summary_table(realm_minutes):
WHERE
query in (
'/json/send_message',
'send_message_backend',
'/json/update_pointer'
)
AND
@ -1946,6 +1947,7 @@ def realm_summary_table(realm_minutes):
WHERE
query in (
'/json/send_message',
'send_message_backend',
'/json/update_pointer'
)
AND