mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Treat more activity as "send" activity.
(imported from commit 18c26ac5dd9a1766e3ed02bf63ae0be31898524d)
This commit is contained in:
parent
e65139b5a4
commit
2e2a4d8fb5
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user