Treat more activity as "send" activity.

(imported from commit 18c26ac5dd9a1766e3ed02bf63ae0be31898524d)
This commit is contained in:
Steve Howell 2013-11-01 14:33:42 -04:00
parent e65139b5a4
commit 2e2a4d8fb5

View File

@ -2481,7 +2481,7 @@ def get_user_activity_summary(records):
update('desktop', record)
if client == 'website':
update('website', record)
if query == '/json/send_message':
if 'send_message' in query:
update('send', record)
if query in ['/json/update_pointer', '/api/v1/update_pointer']:
update('pointer', record)