mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Adds the count of users with the role of guest to the stats view `page_params` via a database query. This information is then added to the summary statistics section of the analytics page after being formatted by `stats.js`. Creates Bassanio as a guest user in the database for the analytics realm. Fixes #20162.