mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
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:
parent
8853d86b17
commit
23cd4016f4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user