mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Adds the realm's used storage space for attachments to the stats view `page_params`. This information is then added to the summary statistics section of the analytics page after being formatted by `stats.js`. Uses the emoji test image to create an `Attachment` in the database for the analytics realm. Even though it doesn't create a message to claim the attachment, it still is sent as storage space used data for the analytics `/stats/` page.