# 每日摘要（UTC早上5点）

**URL:** <https://meta.discourse.org/t/daily-summary-5am-utc/291851>\
**Category:** Forum summaries\
**Created:** [2024年一月16日 21:58 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851 "2024-01-16T21:58:09Z")\
**Posts on this page:** 20\
**Page:** 33

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月21日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/872 "2026-06-21T05:00:33Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the community contributed **11 new topics** and **15 new posts** , garnering **14 likes** in total.

**Top Users by Activity & Likes:**

- @Chapoi — 1 post, 3 likes
- @Filipesm — 1 post, 3 likes
- @Canapin — 2 posts, 2 likes
- @TimMOz — 1 post, 2 likes
- @Tobiaseigen — 1 post, 2 likes
- @Lilly — 3 posts, 1 like
- @Darkpixlz — 1 post, 1 like
- @Ice.D — 1 post, 0 likes
- @NateDhaliwal — 1 post, 0 likes
- @Ted — 1 post, 0 likes

* * *

## Interesting Topics

### #Contribute > UX

- A long-standing design concern was addressed this week: @Chapoi [announced](https://meta.discourse.org/t/delete-category-button-is-more-prominent-than-save/403037/7?silent=true) that a fix for the **Delete Category button** being more prominent than the Save button has been **merged into the core codebase** (#fixed). [read more](https://meta.discourse.org/t/delete-category-button-is-more-prominent-than-save/403037/7?silent=true)

### #Plugin

- @Filipesm raised a critical question about the **Discourse Translator** plugin’s future, asking whether the team will maintain the traditional translation API approach or if users should migrate to an LLM-based translation method via Discourse AI. The concern centers on cost, with @Filipesm noting that hosting an LLM is “not super cheap” compared to a dedicated translation API. [read more](https://meta.discourse.org/t/discourse-translator/32630/455?silent=true)

- @Tobiaseigen shared a clever workaround for the **Discourse Subscriptions** plugin, revealing they replicated much of its functionality using **Invoice Ninja** with PayPal support, using webhooks and a scheduled cron task to keep Discourse in sync. [read more](https://meta.discourse.org/t/discourse-subscriptions-plugin/140818/753?silent=true)

- @NateDhaliwal contributed a concise note in the **Resenha - Voice Rooms** thread, clarifying that to use Discord-style voice rooms without an official Discourse plugin, one would need the **Enterprise plan** or self-host. [read more](https://meta.discourse.org/t/resenha-add-discord-style-voice-rooms-to-your-community/389056/52?silent=true)

- A technical issue was reported on the **ActivityPub Plugin** by @Trwnh1, who noted that the `published` datetime on posts sent via ActivityPub is incorrect when using the “Publish all posts” button: it shows the date of the AP resource creation (2026) instead of the original post datetime (2018). [read more](https://meta.discourse.org/t/activitypub-plugin/266794/487?silent=true)

### #Support

- @TimMOz requested a **granular API scope** to list all badges (#badges, #rest-api), noting that currently only a global scope key or disabling “Login Required” allows listing badges. They are building a server to coordinate Discourse groups and badges with CiviCRM and would prefer not to use global scopes. [read more](https://meta.discourse.org/t/api-granular-scope-to-list-all-badges/405734/1?silent=true)

- A discussion on the purpose of **primary groups** (#groups) continued, with @Canapin pointing out that the “Show that group’s avatar flair by default” setting is key, while @Lilly reminded the OP to search Meta first, linking to a detailed explanation of primary group effects. [read more](https://meta.discourse.org/t/what-is-the-point-in-primarys/404701/7?silent=true)

- @Lilly offered a technical solution for **updating URLs inside polls** after changing a CDN (#polls). They suggested using `discourse remap` instead of the rake task, which performs a global regex search-and-replace across all database text columns, including `poll_options.html`. [read more](https://meta.discourse.org/t/update-urls-inside-a-poll-after-changing-cdn/405198/2?silent=true)

### #Site feedback

- A long-running thread on **missing images at [Meta.discourse.org](http://Meta.discourse.org)** saw new activity: @Canapin reported that the `:discourse2:` emoji is broken on certain #Customization > Theme component topics, likely related to a CDN/S3 bucket URL issue discussed in the chat thumbnails thread. @Lilly confirmed the emoji needs a remap or rebake, while @Darkpixlz fixed one instance but left another for investigation. [read more](https://meta.discourse.org/t/missing-images-at-meta-discourse-org/302963/76?silent=true)

### #Contribute > Bug

- In the **Discourse Gamification** thread, @Ted kindly responded to a user who had resolved their own 404/MissingAttributeError on the `/leaderboard` route, saying “No problem! You had an issue and you posted about it. Glad you got it sorted.” (#gamification) [read more](https://meta.discourse.org/t/discourse-gamification-getting-404-missingattributeerror-on-leaderboard-route/404855/4?silent=true)

- A follow-up on **Error 500 when moving posts** saw @Thomas_Rother asking whether a fix, likely from the **ActivityPub** plugin code, would be included in the next build after being bundled with core. [read more](https://meta.discourse.org/t/error-500-when-moving-posts/397654/9?silent=true)

* * *

## Activity by the @Team Group

Team members were active in several key discussions today:

- **@Chapoi** merged a UX fix for the [Delete Category button](https://meta.discourse.org/t/delete-category-button-is-more-prominent-than-save/403037/7?silent=true), making it less prominent than the Save button.
- **@Tobiaseigen** shared a self-hosted workaround using Invoice Ninja in the [Discourse Subscriptions](https://meta.discourse.org/t/discourse-subscriptions-plugin/140818/753?silent=true) plugin thread.
- **@Lilly** contributed multiple helpful posts:
  - Explained the [missing images issue](https://meta.discourse.org/t/missing-images-at-meta-discourse-org/302963/75?silent=true) on Meta, linking it to a CDN/S3 URL problem.
  - Provided a detailed [remap solution](https://meta.discourse.org/t/update-urls-inside-a-poll-after-changing-cdn/405198/2?silent=true) for updating CDN URLs inside polls.
  - Guided a user on [primary groups](https://meta.discourse.org/t/what-is-the-point-in-primarys/404701/7?silent=true) with a link to existing documentation.

- **@Ted** offered a friendly reply in the [Gamification bug](https://meta.discourse.org/t/discourse-gamification-getting-404-missingattributeerror-on-leaderboard-route/404855/4?silent=true) thread.

* * *

_So, if yesterday taught us anything, it’s that you can build a subscription system with a little elbow grease and a ninja, but you’ll still need to rebake your emojis to keep them from crying. 🍪_

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月22日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/873 "2026-06-22T05:00:41Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

Over the past 24 hours, the community has been bustling with activity. Here are the headline numbers:

- **Total New Posts:** 44
- **Total New Topics:** 15
- **Total Likes Received:** 19

The most active and appreciated contributors this period were:

| User | Posts | Likes Received |
| --- | --- | --- |
| @Raadtotheraad | 9 | 2 |
| @Lilly | 6 | 5 |
| @Darkpixlz | 4 | 1 |
| @Copymonopoly | 4 | 2 |
| @Andrew_Rowe | 3 | 0 |
| @HAWK | 2 | 3 |
| @Canapin | 2 | 2 |
| @Anko127 | 2 | 1 |
| @David_Ghost | 1 | 2 |
| @Martin | 1 | 1 |

* * *

## Interesting Topics

### #Support

- **Can’t upload to S3 (Cloudflare R2).** @Darkpixlz encountered a persistent `Sorry, but your upload failed` error when trying to set up Cloudflare R2 for uploads, despite following the guides. After troubleshooting the configuration—including a needlessly confusing token system—@Lilly identified that the wrong API token type (a general token instead of a specific R2 bucket token) was the culprit. @David_Ghost also suggested removing trailing slashes from the CDN and endpoint URLs. The issue was resolved after creating the correct token and cleaning up the URL formatting. [read more](https://meta.discourse.org/t/-/405754/8?silent=true)

- **Any way possible for non-admins granting badges.** @Anko127 asked if group owners (rather than just admins) could grant badges, to offload work from the admin team on events. @HAWK proposed a hacky workaround: create a custom badge configured to be awarded via group membership, then make the non-admin users group managers so they can add/remove members and effectively grant/revoke the badge. [read more](https://meta.discourse.org/t/-/405756/2?silent=true)

- **Quick question about the “Powered by Discourse” badge.** @Raadtotheraad noticed the rainbow hover animation on the Discourse footer badge had disappeared on their instance, even though the badge itself was visible. After a discussion involving @NateDhaliwal, @Andrew_Rowe, and @Canapin, the cause was traced to the browser or OS incorrectly reporting touch capabilities to the browser, which causes Discourse to add `touch` classes to `<body>`—disabling hover effects. @Canapin noted this can happen when a device has been connected to a touch-enabled peripheral, and suggested overriding it with CSS on self-hosted instances. [read more](https://meta.discourse.org/t/-/405755/16?silent=true)

- **Backend 502/504 Timeout when saving major edits to long posts (~100k words) due to Diff bottleneck.** @Copymonopoly reported severe backend timeouts (502/504 errors) when saving edits to very long posts where a large portion of content changes. By inspecting Unicorn logs, they confirmed the timeout originates in `DiscourseDiff#tokenize_markdown`. They suggested a performance fallback: treat extreme edits as a “complete rewrite” to skip the expensive diff calculation, or compute the diff asynchronously after the save. [read more](https://meta.discourse.org/t/-/405773/1?silent=true)

- **TypeError: can’t access property 0, i.jqXHR.responseJSON.errors is undefined when viewing post edit history.** In a related issue from @Copymonopoly, clicking the edits indicator to view the edit history of a post throws a frontend JavaScript error, even in [Safe Mode](https://meta.discourse.org/t/53504?silent=true). The error stack points to a crash in `history.gjs` when trying to load the list of revisions. [read more](https://meta.discourse.org/t/-/405771/1?silent=true)

- **Update URLs inside a poll after changing CDN.** @Canapin had an issue where baked CDN URLs inside poll options were not updated after running `rake 'posts:remap[...]'`. @Lilly suggested using the built-in `discourse remap` command, which performs a global regex search-and-replace across all database text columns (including `poll_options.html`), followed by `rake cache:clear` to flush the Redis cache. [read more](https://meta.discourse.org/t/-/405198/2?silent=true)

- **What is the point in primary’s.** In a somewhat pointed response, @Lilly reminded @Raadtotheraad that the concept of primary groups is well-documented, and linked to a comprehensive topic on the subject, gently suggesting more search-first behavior. [read more](https://meta.discourse.org/t/-/404701/7?silent=true)

### #bug

- **ArgumentError (Attributes per element limit exceeded) when trying to open the diff of a locked topic.** @Copymonopoly added a note to this existing bug report, stating they are experiencing a very similar issue triggered by massive edits on extremely long posts (~100k characters), which also causes the backend to timeout (502/504) due to the heavy diff calculation. [read more](https://meta.discourse.org/t/-/208090/9?silent=true)

- **Discourse Gamification - Getting 404 / MissingAttributeError on /leaderboard route.** @Ted kindly responded to @Glob-Canard.4x, who had initially raised a false alarm but resolved the issue themselves. @Ted encouraged the user, stating that reporting potential issues is always welcome. [read more](https://meta.discourse.org/t/-/404855/4?silent=true)

### #Feature

- **Do we want to add a confirmation popup to “Reset bump date”?** @Haydenjames chimed in that the “reset bump date” feature currently seems to do nothing for them, so they would support adding a confirmation popup to clarify its effect. [read more](https://meta.discourse.org/t/-/351466/2?silent=true)

### #Extras

- **Feedback wanted: userscript to theme component/plugin, or possible core sidebar browsing idea?** @Heliosurge provided feedback on a user’s idea for a sidebar browsing feature, suggesting that a theme component approach using Tampermonkey would be fine for client-side changes. They also pointed to two existing sidebar-related theme components: [Right Sidebar Blocks](https://meta.discourse.org/t/right-sidebar-blocks/231067?silent=true) and [Discourse Bars](https://meta.discourse.org/t/discourse-bars-a-sidebar-framework/298216?silent=true). [read more](https://meta.discourse.org/t/-/405683/3?silent=true)

### #blog

- **Free Hosting for Open Source v2.** @AJHalili2006 asked whether it’s possible to upgrade an existing free `discourse.group` instance to the Pro for Open-source plan, or if a new instance and manual data import is required. @Supermathie advised emailing the Discourse team for applicable options. [read more](https://meta.discourse.org/t/-/101940/52?silent=true)

- **How I use AI as the co-CEO of a remote company.** @HAWK contributed to this blog post, expressing curiosity about how others use AI within their organizations or Discourse sites, and whether they encounter internal friction due to varying appetites for AI adoption. [read more](https://meta.discourse.org/t/-/405564/2?silent=true)

### #Announcements

- **Introducing the unified new view for the topic list.** @Martin acknowledged a bug report and promised a fix for an issue in the new unified view. [read more](https://meta.discourse.org/t/-/404728/13?silent=true)

- **Star your favorite chat channels for easy access.** @Jrgong suggested that instead of adding a new “starred” tab (which clutters the UX), the feature could be rebranded as “pinned chats” and pinned channels should simply rise to the top of the list, leveraging an already familiar UX pattern. [read more](https://meta.discourse.org/t/-/390713/2?silent=true)

* * *

## Activity by the @Team Group

The Discourse team has been active in several discussions:

- @Martin [acknowledged and promised a fix](https://meta.discourse.org/t/-/404728/13?silent=true) for a bug in the new unified topic list view.
- @Ted [encouraged a user](https://meta.discourse.org/t/-/404855/4?silent=true) who had raised a false alarm about the gamification leaderboard route, stating that reporting is always welcome.
- @Supermathie [advised a user](https://meta.discourse.org/t/-/101940/52?silent=true) to email the Discourse team regarding upgrading a free hosting instance to the Pro for Open-source plan.

* * *

_After yesterday’s deep dives into S3 configuration and encoding issues, let’s just say Cloudflare R2 tokens are like socks in the laundry—they always seem to end up in the wrong place._

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月23日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/874 "2026-06-23T05:00:25Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the forum saw **64 new posts** across **26 new topics** , with **64 likes** distributed by the community.

**Top Users by Activity and Likes:**

- @Ed_S – 3 posts, 8 likes
- @Satonotdead – 6 posts, 6 likes
- @Lilly – 5 posts, 6 likes
- @Copymonopoly – 7 posts, 5 likes
- @Awesomerobot – 5 posts, 5 likes
- @Falco – 2 posts, 5 likes
- @Zogstrip – 5 posts, 3 likes
- @Bartv – 2 posts, 3 likes
- @David_Ghost – 2 posts, 3 likes
- @LotusJeff – 2 posts, 3 likes

* * *

## Interesting Topics

### #blog

- @HAWK shared insights on leading a remote company with AI, touching on the tension between leadership enthusiasm and worker skepticism. @Ed_S offered a nuanced perspective on how the benefits and costs of AI often fall in different parts of an organisation, linking to several thought-provoking external reads [read more](https://meta.discourse.org/t/-/405564/3?silent=true).

### #Support

- @Satonotdead is wrestling with integrating internal AI API endpoints (via LiteLLM) into a self-hosted Discourse instance, hitting a `SSRFDetector::DisallowedIpError`. @Falco suggested the `DISCOURSE_ALLOWED_INTERNAL_HOSTS` env variable, but the issue persists [read more](https://meta.discourse.org/t/-/405831/1?silent=true).
- @Copymonopoly reported a **critical bottleneck** when saving major edits to posts ~100k words long, causing backend 502/504 timeouts due to the diff engine. @Sam confirmed a `diff_too_complex` fallback was added in February, and after upgrading, the crashes appear resolved [read more](https://meta.discourse.org/t/-/405773/1?silent=true).
- @David_Ghost noticed avatars taking **3–4 seconds to load** after migrating to Cloudflare R2. @Lilly diagnosed the likely issue as on-the-fly resizing of missing avatar sizes, recommending a `rake avatars:refresh` command [read more](https://meta.discourse.org/t/-/405827/1?silent=true).
- @Jonathan5 asked about creating a banner post, noting the old option might have been replaced. @Awesomerobot clarified it still exists inside the “pin topic” modal, though @Jonathan5 encountered a UI bug where the menu option doesn’t update correctly [read more](https://meta.discourse.org/t/-/405840/1?silent=true).
- @Prempavee is trying to suppress the install-app PWA popup, preferring a custom branded experience. @Awesomerobot pointed to the `native_app_install_banner` setting and noted the blue banner can be hidden with CSS [read more](https://meta.discourse.org/t/-/405790/1?silent=true).
- @Darkpixlz couldn’t upload to S3 (Cloudflare R2) until @Lilly spotted the token type was wrong—a general API token was used instead of an R2-specific bucket token [read more](https://meta.discourse.org/t/-/405754/6?silent=true).

### #Feature

- @LotusJeff made a lighthearted feature request for a **date picker** in the AI Translate settings field for “backfill max age days,” to avoid mental math for forums with content dating back decades [read more](https://meta.discourse.org/t/-/405828/1?silent=true).

### #Plugin (Discourse Reactions)

- @Bartv asked if users could **one-click** an existing reaction to “join in,” similar to Slack/Discord, reducing friction from diving into custom options [read more](https://meta.discourse.org/t/-/183261/410?silent=true).
- @RSEhlers reported receiving **duplicate notifications** —one for a like and one for a reaction—with no separate preference to control them [read more](https://meta.discourse.org/t/-/183261/411?silent=true).

### #Community Building Building

- In a discussion about falling forum activity, @Philip_Rhoades observed dropping numbers across a dozen Discourse forums he follows, attributing it to users moving away. @Awesomerobot noted the rise of “AIO” (AI optimization) and “GEO” (generative engine optimization) replacing traditional SEO [read more](https://meta.discourse.org/t/-/405401/22?silent=true).

### #Support (Badges)

- @Anko127 asked if non-admins could grant badges, and confirmed they had resolved it by substituting with group membership [read more](https://meta.discourse.org/t/-/405756/3?silent=true).

### #bug

- @Copymonopoly also encountered a `TypeError` crash when viewing post edit history for long posts, which @Zogstrip believed was fixed by a recent PR [read more](https://meta.discourse.org/t/-/405771/1?silent=true).

### #Support (AI Translation)

- @LotusJeff reported an error on AI translation—“string contains null byte”—and asked for help locating the null byte in their content [read more](https://meta.discourse.org/t/-/405802/1?silent=true).

### #Theme Component (Topic List Thumbnails)

- @Ahmed26 asked for a mobile-specific CSS rule to hide topic thumbnails, and @Awesomerobot provided an update to fix the issue [read more](https://meta.discourse.org/t/-/150602/354?silent=true).

### #Theme Component (Gated Topics)

- @Jonathan5 inquired whether the Gated Topics component uses Google’s `isAccessibleForFree` structured data for SEO [read more](https://meta.discourse.org/t/-/225454/43?silent=true).

### #Support (Nested Replies)

- @Paul_King reported that enabling **Nested Replies** is arbitrarily shuffling related thread replies between topics, particularly for users who reply by email—disabling the feature restores sanity [read more](https://meta.discourse.org/t/-/405872/1?silent=true).

### #Community Building Building (Show and Tell)

- @Lxk520 showcased a custom Android app built on Discourse, asking for help generating more content to test the app’s UI and layout [read more](https://meta.discourse.org/t/-/405835/1?silent=true).

* * *

## Activity by the @Team Group

- @Sam responded to the post-diff bottleneck issue, confirming the addition of a `diff_too_complex` fallback to prevent crashes on very large edits [read more](https://meta.discourse.org/t/-/405773/5?silent=true).
- @Zogstrip was active across several threads:
  - Confirmed that a fix for crashing when viewing edit history was merged in a PR [read more](https://meta.discourse.org/t/-/405771/2?silent=true).
  - Implemented an API granular scope for listing all badges [read more](https://meta.discourse.org/t/-/405734/2?silent=true).
  - Closed a duplicate diff bug report, directing discussion to the main thread [read more](https://meta.discourse.org/t/-/208090/10?silent=true).
  - Clarified that the `discourse-activity-pub` plugin is **not** bundled in core code [read more](https://meta.discourse.org/t/-/397654/10?silent=true).

- @Chapoi moved the diff bottleneck topic to #Contribute > Bug for proper tracking [read more](https://meta.discourse.org/t/-/405773/4?silent=true).
- @Chapoi also explained that the “Powered by Discourse” badge animation is suppressed on touch devices, and may disappear if a coarse pointer is connected [read more](https://meta.discourse.org/t/-/405755/19?silent=true).
- @Awesomerobot helped with multiple support requests:
  - Pointed to the correct banner post feature in the admin modal [read more](https://meta.discourse.org/t/-/405840/2?silent=true).
  - Identified the `native_app_install_banner` site setting and noted CSS workarounds for the PWA popup [read more](https://meta.discourse.org/t/-/405790/6?silent=true).
  - Fixed a bug in the Topic List Thumbnails component [read more](https://meta.discourse.org/t/-/150602/355?silent=true).
  - Provided a code example for using `type:objects` in plugin settings [read more](https://meta.discourse.org/t/-/405376/2?silent=true).

* * *

_Yesterday’s activity was a wild ride—spanning diff crashes, AI endpoint mysteries, and a call to “join in” on reactions—proving that even the most technical forums thrive on a little bit of chaos and a lot of community spirit!_

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月24日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/875 "2026-06-24T05:00:59Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

Over the last 24 hours, the forum saw **72** new posts across **26** topics, with **86** total likes awarded. The top contributors by activity were:

| User | Posts | Likes |
| --- | --- | --- |
| @Awesomerobot | 9 | 13 |
| @Falco | 7 | 8 |
| @Chapoi | 6 | 5 |
| @Canapin | 2 | 5 |
| @Gormus | 1 | 5 |
| @Ars18 | 3 | 4 |
| @Josip_Meštrović | 3 | 4 |
| @LotusJeff | 2 | 4 |
| @Jawestenberg | 1 | 4 |
| @David_Ghost | 3 | 3 |

* * *

## Interesting Topics

### #Announcements

- **New “Post Type” Composer actions dropdown** : @Gormus [raised a question](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/5?silent=true) about whether the “Toggle post voting” option should be hidden when the category isn’t set to #Ideas or when post voting is disabled. @Chapoi [followed up](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/6?silent=true), and @Awesomerobot [explained](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/7?silent=true) that the post voting plugin is sitewide for now, while also [providing a theme component workaround](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/8?silent=true) using hooks. [read more](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635?silent=true)

### #bug

- **Word limit breaking IME composition** : The long‑stale PR for fixing word limits that break input method editors was [merged](https://meta.discourse.org/t/fix-word-limit-shouldnt-break-ime-composition/400178/5?silent=true) by @Nat after @Small-Lovely-Cat [pushed for attention](https://meta.discourse.org/t/fix-word-limit-shouldnt-break-ime-composition/400178/2?silent=true) and @Sam [prioritised it](https://meta.discourse.org/t/fix-word-limit-shouldnt-break-ime-composition/400178/3?silent=true). [read more](https://meta.discourse.org/t/fix-word-limit-shouldnt-break-ime-composition/400178?silent=true)

- **Blurred text in topic subscription context menu** : @Rokejulianlockhart [reported](https://meta.discourse.org/t/text-in-the-topic-subscription-control-context-menu-is-blurred/405967/1?silent=true) that text in the subscription control menu appears blurry in Firefox Nightly despite looking fine in screenshots. @Awesomerobot [noted](https://meta.discourse.org/t/text-in-the-topic-subscription-control-context-menu-is-blurred/405967/2?silent=true) a possible custom font issue and asked if it occurs in [safe mode](https://meta.discourse.org/t/53504?silent=true). [read more](https://meta.discourse.org/t/text-in-the-topic-subscription-control-context-menu-is-blurred/405967?silent=true)

### #ux

- **French display problem after update** : @Gilles [reported](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884/1?silent=true) broken button styling after the latest update. @Newbit1337 [confirmed](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884/3?silent=true) the same issue, and @Chapoi [identified](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884/5?silent=true) the cause: the “Modernize Foundation theme” setting off. [The fix was merged](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884/9?silent=true). [read more](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884?silent=true)

- **Cut‑off “Dismiss” button** : @Canapin [pointed out](https://meta.discourse.org/t/cut-off-dismiss-button/405888/1?silent=true) an empty space between the label and chevron icon in the Dismiss button across all themes. [read more](https://meta.discourse.org/t/cut-off-dismiss-button/405888?silent=true)

- **Event (calendar) UX issues**: @Awesomerobot [submitted](https://meta.discourse.org/t/event-calendar-ux-issues/405388/3?silent=true) two PRs to fix image behaviour and make “advanced mode” toggles more consistent in the calendar events plugin. [read more](https://meta.discourse.org/t/event-calendar-ux-issues/405388?silent=true)

### #Data & reporting

- **AI Translation Progress Graph not refreshing** : @LotusJeff [asked](https://meta.discourse.org/t/ai-translation-progress-graph/405915/1?silent=true) about refresh rates and missing detail on language‑detection progress. @Falco [explained](https://meta.discourse.org/t/ai-translation-progress-graph/405915/2?silent=true) the caching and the two‑step translation process, and @LotusJeff [suggested](https://meta.discourse.org/t/ai-translation-progress-graph/405915/3?silent=true) a simpler aggregate reporting table. [read more](https://meta.discourse.org/t/ai-translation-progress-graph/405915?silent=true)

### #Self-hosting

- **Mail jobs failing with Nokogiri error** : @Josip_Meštrović [reported](https://meta.discourse.org/t/mail-jobs-are-failing/405883/1?silent=true) a puzzling `Unregistered function` error in Sidekiq for all mail types. @Awesomerobot [traced](https://meta.discourse.org/t/mail-jobs-are-failing/405883/2?silent=true) it to an `a:visited` pseudo‑class in the email CSS style admin page, which @Josip_Meštrović [confirmed](https://meta.discourse.org/t/mail-jobs-are-failing/405883/4?silent=true) solved the issue. [read more](https://meta.discourse.org/t/mail-jobs-are-failing/405883?silent=true)

- **Avatar loading slow after moving to S3‑compatible R2** : @David_Ghost [continued](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827/5?silent=true) troubleshooting after the earlier `rake avatars:refresh` didn’t help. @Lilly [diagnosed](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827/8?silent=true) that Discourse was proxying avatars through `/tmp/avatar_proxy` instead of using the CDN, likely due to a URL mismatch, and provided remap commands and settings checks. [read more](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827?silent=true)

### #Plugin

- **Dumbcourse – old‑browser friendly UI** : The plugin sparked discussion when @Merefield [questioned](https://meta.discourse.org/t/dumbcourse-old-browser-friendly-ui-at-dumb-d-pad-small-screens/395104/31?silent=true) the wisdom of merging it into a larger plugin. @Ars18 [clarified](https://meta.discourse.org/t/dumbcourse-old-browser-friendly-ui-at-dumb-d-pad-small-screens/395104/34?silent=true) the standalone repo remains available and all features are toggleable. [read more](https://meta.discourse.org/t/dumbcourse-old-browser-friendly-ui-at-dumb-d-pad-small-screens/395104?silent=true)

- **Discourse Translator plugin phased out** : @Awesomerobot [advised](https://meta.discourse.org/t/discourse-translator/32630/456?silent=true) users to switch to the Discourse AI plugin for automatic translation, noting that LibreTranslate costs can be avoided with cheap AI models. @NateDhaliwal [added](https://meta.discourse.org/t/discourse-translator/32630/457?silent=true) that self‑hosting models via Ollama is also an option. [read more](https://meta.discourse.org/t/discourse-translator/32630?silent=true)

- **New ModelOC OneBox plugin** : @Cuo_Wu [announced](https://meta.discourse.org/t/modeloc-onebox-plugin/405932/1?silent=true) a plugin that renders rich onebox cards for LLM relay audit reports from ModelOC. Supports Chinese, English, and Japanese. [read more](https://meta.discourse.org/t/modeloc-onebox-plugin/405932?silent=true)

### #Support

- **How to make a banner post** : @Jonathan5 [found](https://meta.discourse.org/t/how-to-make-a-banner-post/405840/4?silent=true) the “Make Banner Topic” option missing. @Awesomerobot [explained](https://meta.discourse.org/t/how-to-make-a-banner-post/405840/6?silent=true) it’s disabled for categories with group restrictions. Moving the topic to a public category [restored](https://meta.discourse.org/t/how-to-make-a-banner-post/405840/8?silent=true) the banner. [read more](https://meta.discourse.org/t/how-to-make-a-banner-post/405840?silent=true)

- **Nested replies broken when enabled** : @Paul_King [reported](https://meta.discourse.org/t/nested-replies-broken/405872/1?silent=true) that turning on nested replies caused email‑in replies to appear in wrong topics and made many replies disappear. @Markvanlan [asked](https://meta.discourse.org/t/nested-replies-broken/405872/3?silent=true) for clarification, and @Falco [suggested](https://meta.discourse.org/t/nested-replies-broken/405872/5?silent=true) updating to the latest version as the feature is evolving rapidly. [read more](https://meta.discourse.org/t/nested-replies-broken/405872?silent=true)

### #blog

- **Tracking down the world’s best community builders** : @Jawestenberg [shared](https://meta.discourse.org/t/i-m-tracking-down-the-world-s-best-community-builders-here-s-what-i-ve-learned-so-far/405960/1?silent=true) a blog post about the loneliness of community building and the value of NPS for ROI. @Ted [commented](https://meta.discourse.org/t/i-m-tracking-down-the-world-s-best-community-builders-here-s-what-i-ve-learned-so-far/405960/2?silent=true) on the irony and shared a personal story. [read more](https://meta.discourse.org/t/i-m-tracking-down-the-world-s-best-community-builders-here-s-what-i-ve-learned-so-far/405960?silent=true)

### #Feature

- **Android share target finally working** : @Falco [confirmed](https://meta.discourse.org/t/on-android-my-discourse-is-not-always-an-option-for-sharing/112176/16?silent=true) that the Meta PWA now appears as a share target on Android for images, marking the long‑running request as done. @Merefield [tested](https://meta.discourse.org/t/on-android-my-discourse-is-not-always-an-option-for-sharing/112176/17?silent=true) and found it works for most content except photos from Android 17. [read more](https://meta.discourse.org/t/on-android-my-discourse-is-not-always-an-option-for-sharing/112176?silent=true)

- **SEO: Googlebot view should respect nested replies sort** : @Newbit1337 [noted](https://meta.discourse.org/t/seo-googlebot-view-should-represent-nested-replies-default-sort-setting/405969/1?silent=true) that crawlers still see the flat view even when `nested replies default sort` is set to “top”. @Falco [explained](https://meta.discourse.org/t/seo-googlebot-view-should-represent-nested-replies-default-sort-setting/405969/2?silent=true) the flat view is a recent workaround and a proper crawler view for nested replies is not yet a priority. [read more](https://meta.discourse.org/t/seo-googlebot-view-should-represent-nested-replies-default-sort-setting/405969?silent=true)

* * *

## Activity by the @Team Group

The Discourse team was active across a wide range of discussions yesterday:

- **@Awesomerobot** led the day with contributions to the new composer actions dropdown ([hook workaround](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/8?silent=true), [explanation](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/7?silent=true)), helped debug the mail‑job CSS issue ([pointed to email style CSS](https://meta.discourse.org/t/mail-jobs-are-failing/405883/2?silent=true)), explained banner topic restrictions ([permissions](https://meta.discourse.org/t/how-to-make-a-banner-post/405840/6?silent=true)), responded to the blurred‑text bug ([suspected custom font](https://meta.discourse.org/t/text-in-the-topic-subscription-control-context-menu-is-blurred/405967/2?silent=true)), pushed the translator plugin migration ([recommended Discourse AI](https://meta.discourse.org/t/discourse-translator/32630/456?silent=true)), answered a JSON schema question ([object types with categories](https://meta.discourse.org/t/json-schema-type-objects/405376/4?silent=true)), submitted fixes for event UX ([two PRs](https://meta.discourse.org/t/event-calendar-ux-issues/405388/3?silent=true)), and reviewed the Android app showcase ([suggested demo population](https://meta.discourse.org/t/discourse-android-app/405835/2?silent=true)).

- **@Falco** provided in‑depth support on the AI translation graph ([caching explanation](https://meta.discourse.org/t/ai-translation-progress-graph/405915/2?silent=true)), helped with internal AI endpoint configuration ([IP vs hostname](https://meta.discourse.org/t/how-to-use-internal-ai-endpoints/405831/6?silent=true)), marked the Android share target feature as done ([confirmed working](https://meta.discourse.org/t/on-android-my-discourse-is-not-always-an-option-for-sharing/112176/16?silent=true)), referenced the share feature in another thread ([linked](https://meta.discourse.org/t/share-using-discourse-option-in-ios-android/82249/5?silent=true)), advised on nested replies update ([suggested upgrading](https://meta.discourse.org/t/nested-replies-broken/405872/5?silent=true)), and explained the crawler view default for nested replies ([flat view workaround](https://meta.discourse.org/t/seo-googlebot-view-should-represent-nested-replies-default-sort-setting/405969/2?silent=true)).

- **@Chapoi** engaged on the composer dropdown feature ([asked about regression](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/6?silent=true)), diagnosed the French display issue ([identified Modernize Foundation setting](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884/2?silent=true) and [merged the fix](https://meta.discourse.org/t/probleme-daffiche-dans-le-topic-depuis-la-derniere-mise-a-jour/405884/9?silent=true)).

- **@Sam** [prioritised](https://meta.discourse.org/t/fix-word-limit-shouldnt-break-ime-composition/400178/3?silent=true) the IME composition fix for review.

- **@Nat** [merged](https://meta.discourse.org/t/fix-word-limit-shouldnt-break-ime-composition/400178/5?silent=true) the IME composition PR.

- **@Markvanlan** [asked for clarification](https://meta.discourse.org/t/nested-replies-broken/405872/3?silent=true) on the nested replies bug report.

- **@Lilly** provided a thorough diagnostic for the avatar proxying issue ([multiple settings checks and remap commands](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827/8?silent=true)).

* * *

> _Yesterday, an intrepid admin’s a:visited CSS broke all their mail jobs, while another discovered their avatars were secretly being served from a /tmp folder – but at least the blurry text turned out to be just a cheeky custom font!_

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月25日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/876 "2026-06-25T05:00:41Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the community generated **77 new posts** across **30 new topics** , fueled by lively discussions and contributions.

**Top Contributors by Likes & Posts:**

- @RGJ – 26 likes, 5 posts
- @Awesomerobot – 16 likes, 5 posts
- @Merefield – 13 likes, 5 posts
- @Chapoi – 10 likes, 4 posts
- @Nat – 7 likes, 7 posts
- @NateDhaliwal – 5 likes, 3 posts
- @Paul_King – 4 likes, 3 posts
- @Ted – 4 likes, 2 posts
- @Small-Lovely-Cat – 4 likes, 1 post
- @Willy – 3 likes, 5 posts

* * *

## Interesting Topics

### #Self-hosting

- @Willy sparked a spirited [discussion](https://meta.discourse.org/t/-/406009?silent=true) on installing plugins without third‑party hosts. @Chapoi initially pointed to the standard GitHub‑based guide, but @Willy insisted on a local‑only workflow for tiny, one‑off plugins. @RGJ and @Merefield argued that GitHub is trivial to set up, provides version control, and is the professional standard. @Satonotdead raised concerns about GitHub censorship, suggesting alternatives like Codeberg. The thread eventually revealed that many of @Willy’s “plugins” could actually be implemented as theme components – an approach @Awesomerobot and @Merefield demonstrated to be far simpler, using zip uploads or the `discourse_theme` CLI.

### #ux

- @RGJ reported a [responsive bug](https://meta.discourse.org/t/-/406036?silent=true) where the “New Topic” button fails to update its label when resizing the browser window between mobile and desktop. @Awesomerobot confirmed the issue and quickly pushed a [fix](https://github.com/discourse/discourse/pull/41174).

- @Ted noted that the “Dismiss ⌄” button appears [cut off](https://meta.discourse.org/t/-/405888?silent=true) in certain themes. @Chapoi explained the cut‑off is an intended design effect but acknowledged that recent modernisation changes may have broken it, promising to look into it.

- @Dituar revived the [conversation mode (treeview) topic](https://meta.discourse.org/t/-/285253?silent=true) by pointing to the [nested replies testing thread](https://meta.discourse.org/t/-/398759?silent=true) as a real‑world example.

### #Support

- @Paul_King reported that [nested replies were broken](https://meta.discourse.org/t/-/405872?silent=true) on his forum – many replies disappeared when the nested view was active, and toggling the feature sometimes caused 404 errors. @Chapoi and @Falco advised him to update, which resolved the visible issue, though the update process itself hit a snag due to an old database import reference in `app.yml`.

- @Akjgklajg encountered a [500 error](https://meta.discourse.org/t/-/406027?silent=true) when using the Theme Creator. @Awesomerobot confirmed the error and said the team will investigate.

- @Wall‑E asked for a [view counter for every post](https://meta.discourse.org/t/-/406017?silent=true) in a topic, not just the first one. @NateDhaliwal linked to the [Post Views Counter](https://meta.discourse.org/t/-/143807?silent=true) theme component, though it is currently flagged as #broken.

- @Jagster wondered if it is possible to [force English for unsupported languages](https://meta.discourse.org/t/-/406039?silent=true) while keeping the site’s default locale as Finnish. @Falco confirmed a “fallback locale” feature does not yet exist. @Nat explained that if the setting is disabled, untranslated content appears in the original language, and suggested setting the default locale to English if that is the desired fallback.

### #bug

- @Small‑lovely‑cat submitted a [fix for boosts in reviewables](https://meta.discourse.org/t/-/405993?silent=true) – previously, reported boosts linked to the topic instead of the specific post, making them hard to find. @Nat confirmed that @Zogstrip has merged the PR.

- @RGJ found that [events from unlisted topics still appear on the calendar](https://meta.discourse.org/t/-/406032?silent=true), visible to all users. He provided clear reproduction steps and expects the event visibility to respect the topic’s unlisted status.

- @Roman reported that a recent merge (PR #41124) fixed an [interaction between 2 and 3](https://meta.discourse.org/t/-/403727?silent=true) – the education message now only shows once per typing session, not on every edit.

### #Feature

- @Awesomerobot proposed an [improved UI for multi‑language content preferences](https://meta.discourse.org/t/-/381116?silent=true) – replacing the old toggle with a multiple‑choice section that lets users exclude specific languages from translation. @Nat supported the idea and noted they aim to ship it in July.

### #Data & reporting

- @LotusJeff shared [SQL queries for the AI Translation Progress Graph](https://meta.discourse.org/t/-/405915?silent=true) to count translated vs. untranslated topics and posts. @Nat thanked him for the feedback and promised to return with a more precise [Data Explorer](https://meta.discourse.org/t/32566?silent=true) query.

### #Plugin

- @NateDhaliwal contributed to the [Discourse Translator plugin thread](https://meta.discourse.org/t/-/32630?silent=true) by suggesting that users with capable servers can self‑host their own translation models (Gemini or Ollama) to reduce API costs.

### #blog

- @Ted responded to a [blog post about community builders](https://meta.discourse.org/t/-/405960?silent=true), pointing out the tragic irony of community builders feeling lonely and sharing his own experience with the Ruby community.

* * *

## Activity by the @Team Group

The Discourse team was active across several threads, providing fixes, guidance, and improvements:

- @Nat participated in multiple topics: he thanked @Small‑lovely‑cat for the [boost reviewable fix](https://meta.discourse.org/t/-/405993/2?silent=true) and confirmed its merge, helped @Jagster understand [content localization fallback](https://meta.discourse.org/t/-/406039/3?silent=true), acknowledged @LotusJeff’s [translation report queries](https://meta.discourse.org/t/-/405915/5?silent=true), and assisted @Singi2016cn with a [repetitive AI bot reply issue](https://meta.discourse.org/t/-/406093/5?silent=true) – advising an update and migration from the Automation plugin to the new Workflows plugin.

- @Awesomerobot identified and [fixed the “New Topic” button responsive bug](https://meta.discourse.org/t/-/406036/2?silent=true) (PR #41174). He also confirmed the [Theme Creator 500 error](https://meta.discourse.org/t/-/406027/4?silent=true) and proposed a [new UI for content language preferences](https://meta.discourse.org/t/-/381116/13?silent=true).

- @Chapoi weighed in on the [plugins‑without‑GitHub debate](https://meta.discourse.org/t/-/406009/2?silent=true), advised @Paul_King to [update for nested reply fix](https://meta.discourse.org/t/-/405872/7?silent=true), and acknowledged the [cut‑off dismiss button](https://meta.discourse.org/t/-/405888/4?silent=true) as an intentional design that needs adjustment.

- @Zogstrip merged the [boost reviewable fix PR](https://meta.discourse.org/t/-/405993/2?silent=true) and also merged a [fix for a bug about disabling report descriptions](https://meta.discourse.org/t/-/405254/7?silent=true).

- @Ted reported the [cut‑off dismiss button](https://meta.discourse.org/t/-/405888/3?silent=true) and shared his thoughts on the [community builders blog](https://meta.discourse.org/t/-/405960/2?silent=true).

* * *

Yesterday, @Willy learned that using GitHub for even the smallest plugin takes less than one minute – proving that version control is a bargain, not a burden. 🐶

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月26日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/877 "2026-06-26T05:01:17Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the Meta community generated **87 new posts** across **26 topics** , with **106 likes** given.

**Top contributors** by likes and posts:

- @Moin (24 likes, 9 posts)
- @Falco (18 likes, 6 posts)
- @Davidb (10 likes, 2 posts)
- @Nat (8 likes, 6 posts)
- @Zogstrip (6 likes, 5 posts)
- @Arkshine (6 likes, 4 posts)
- @Singi2016cn (4 likes, 11 posts)
- @Willy (4 likes, 8 posts)
- @NateDhaliwal (4 likes, 3 posts)
- @Gilles (4 likes, 2 posts)

* * *

## Interesting Topics

### #Self-hosting

- @Willy wondered why his Discourse instance kept updating automatically, breaking his custom plugins. @Falco clarified that Discourse has no automatic update feature, and the “rebuild” command he ran (`./launcher rebuild app`) was the cause. After a detailed exchange, @Moin explained how to pin a specific version or commit hash via `app.yml`, though warned against it in production due to missing security fixes. [read more](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/1?silent=true)

- A long-running discussion on installing plugins without a third-party host continued, with @Heliosurge and @NateDhaliwal suggesting theme components as alternatives for small customizations. @Willy expressed frustration that the thread had veered off-topic, but @Chapoi noted that some responses had become unnecessarily aggressive. [read more](https://meta.discourse.org/t/how-to-install-plugins-without-using-a-third-party-host/406009/20?silent=true)

- @Miednr reported that anonymous visitors were redirected to the login page when `categories` was the first entry in the `top menu` setting. @Zogstrip could not reproduce, and after some troubleshooting, @Miednr found that the issue seemed to resolve temporarily after saving settings. The root cause remains unclear. [read more](https://meta.discourse.org/t/bug-visitors-cant-access-forum-index/406106/1?silent=true)

### #Support

- @Gilles asked why Ask Discourse had become less performant recently. @Nat revealed the team switched to a local hosted DeepSeek v4 flash model, and @Falco explained that Ask Discourse was built for general troubleshooting, not development. He recommended the `dv` (Discourse Vibe) tool for developers. [read more](https://meta.discourse.org/t/ask-discourse-moins-performant/406105/1?silent=true)

- @Singi2016cn sought ways to override a gjs component template and interact with the `<PluginOutlet>` in the search-menu component. @NateDhaliwal suggested using the `search` service or adding arguments to the outlet via a PR. @Singi2016cn later discovered that accessing the `search` service directly in a connector worked. [read more](https://meta.discourse.org/t/gjs-template/406094/1?silent=true)

- @Fzngagan explained the models powering the Sentiment dashboard (Roberta-based) and how to switch to agent-based classification using site settings. [read more](https://meta.discourse.org/t/classification-in-the-discourse-sentiment-dashboard/404193/11?silent=true)

- @LotusJeff asked why topics are translated faster than posts in the AI Translator. @Falco clarified that batch sizes are similar, but topics progress faster due to fewer posts per topic; he suggested adjusting max age or backfill rate. [read more](https://meta.discourse.org/t/why-topics-translate-faster-than-posts/406189/1?silent=true)

- @Singi2016cn reported an AI automation that replied 11 times to the same post. @Nat suspected a job retry issue and recommended switching from the old automation plugin to the new workflow plugin in an updated Discourse version. [read more](https://meta.discourse.org/t/ai-11/406093/1?silent=true)

### #Feature

- @Prempavee wanted to offload video uploads to an external provider like Mux on the Pro plan. @Moin pointed to a YouTube/Vimeo theme component fixed by @Arkshine, but noted that custom plugins are not allowed on Pro. @Arkshine is exploring solutions, including a plugin version, but acknowledged the hosting restrictions. [read more](https://meta.discourse.org/t/ability-to-configure-where-videos-uploaded/406119/1?silent=true)

### #Announcements

- @Davidb announced a new reactions popup in chat, available as an experimental feature under `/admin/config/upcoming-changes`. The popup shows all users who reacted to a message and allows filtering by reaction type. [read more](https://meta.discourse.org/t/new-reactions-popup-in-chat/406004/1?silent=true)

### #bug

- @Zogstrip fixed a long-standing bug where all-day events created via the calendar plugin were not usable by iCal (PR #41203). @Nathank confirmed the messy merge resolved the issue. [read more](https://meta.discourse.org/t/creating-an-all-day-event-that-is-usable-by-ical/253665/6?silent=true)

- @Zogstrip also fixed a bug where events from unlisted topics appeared on the calendar (PR #41194), linking it to a related report by @RGJ. [read more](https://meta.discourse.org/t/events-from-unlisted-topics-show-on-calendar/406032/3?silent=true)

- @Newbit1337 highlighted a confusing UI bug in full-app embeds: the topic progress shows “2/2” even though only the first post is visible. He linked a prior feature request to include the first post. [read more](https://meta.discourse.org/t/topic-progress-shows-first-post-in-full-app-embed-via-topicid/406180/1?silent=true)

### #blog

- @Falco posted a brief update from office hours: “Discourse is Not Going Closed Source” – a reassuring follow-up to recent concerns. [read more](https://meta.discourse.org/t/discourse-is-not-going-closed-source/400863/21?silent=true)

### #Site Management

- @Gabby_McCone_She_Her asked about the difference between locking threads and archiving in the moderation guide. @Moin pointed to documentation on closed, unlisted, and archived topics. [read more](https://meta.discourse.org/t/discourse-moderation-guide/63116/103?silent=true)

### #Plugin

- @Sam merged a PR for the Discourse Shared Edits plugin, adding a long-awaited feature. [read more](https://meta.discourse.org/t/discourse-shared-edits/167583/71?silent=true)

### #Site feedback

- @NateDhaliwal suggested adding #chat and #reactions tags to the new reactions popup announcement, which @Davidb promptly did. [read more](https://meta.discourse.org/t/experiment-collaborative-content-gardening-hub-for-meta/397606/104?silent=true)

### #ux

- @Moin linked a related fix for the upcoming events visibility issue, referencing the event-from-unlisted-topics bug that @Zogstrip fixed. [read more](https://meta.discourse.org/t/upcoming-events-unlisted-is-invisible-in-category-but-visible-in-upcoming-events/363486/3?silent=true)

* * *

## Activity by the @Team Group

The Discourse team was highly active across many discussions yesterday.

- @Falco helped @Willy understand that `./launcher rebuild app` triggers updates and explained how to pin versions [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/2?silent=true) and [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/7?silent=true). He also clarified Ask Discourse’s model change [here](https://meta.discourse.org/t/ask-discourse-moins-performant/406105/4?silent=true), joined the plugin installation debate [here](https://meta.discourse.org/t/how-to-install-plugins-without-using-a-third-party-host/406009/27?silent=true), and gave a reassuring word on the closed-source blog [here](https://meta.discourse.org/t/discourse-is-not-going-closed-source/400863/21?silent=true). He also explained translation speed differences [here](https://meta.discourse.org/t/why-topics-translate-faster-than-posts/406189/2?silent=true).

- @Moin provided extensive guidance on pinning Discourse to a specific commit hash [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/10?silent=true), [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/13?silent=true), and [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/16?silent=true). He also helped @Prempavee with video upload alternatives [here](https://meta.discourse.org/t/ability-to-configure-where-videos-uploaded/406119/2?silent=true) and [here](https://meta.discourse.org/t/ability-to-configure-where-videos-uploaded/406119/10?silent=true), answered a moderation query [here](https://meta.discourse.org/t/discourse-moderation-guide/63116/104?silent=true), and linked a fix for upcoming events [here](https://meta.discourse.org/t/upcoming-events-unlisted-is-invisible-in-category-but-visible-in-upcoming-events/363486/3?silent=true).

- @Nat acknowledged the Ask Discourse performance complaint [here](https://meta.discourse.org/t/ask-discourse-moins-performant/406105/2?silent=true) and investigated the AI automation bug [here](https://meta.discourse.org/t/ai-11/406093/2?silent=true), [here](https://meta.discourse.org/t/ai-11/406093/5?silent=true), and [here](https://meta.discourse.org/t/ai-11/406093/8?silent=true). He also helped debug the visitors access issue [here](https://meta.discourse.org/t/bug-visitors-cant-access-forum-index/406106/6?silent=true), and shared a sneak peek at multi-language preferences [here](https://meta.discourse.org/t/multi-language-preferences-for-displaying-localized-content/381116/14?silent=true).

- @Zogstrip fixed two bugs with PRs for all-day iCal events [here](https://meta.discourse.org/t/creating-an-all-day-event-that-is-usable-by-ical/253665/6?silent=true) and events from unlisted topics [here](https://meta.discourse.org/t/events-from-unlisted-topics-show-on-calendar/406032/3?silent=true). He also attempted to reproduce the visitors access bug [here](https://meta.discourse.org/t/bug-visitors-cant-access-forum-index/406106/2?silent=true) and [here](https://meta.discourse.org/t/bug-visitors-cant-access-forum-index/406106/4?silent=true), and thanked a user for a poll fix [here](https://meta.discourse.org/t/who-closed-the-poll/405495/6?silent=true).

- @Davidb announced the new chat reactions popup [here](https://meta.discourse.org/t/new-reactions-popup-in-chat/406004/1?silent=true) and added suggested tags [here](https://meta.discourse.org/t/experiment-collaborative-content-gardening-hub-for-meta/397606/105?silent=true).

- @Chapoi reminded the community to keep the plugin installation thread constructive [here](https://meta.discourse.org/t/how-to-install-plugins-without-using-a-third-party-host/406009/24?silent=true) and helped @Willy find the last update date [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/5?silent=true).

- @Sam merged the PR for Discourse Shared Edits [here](https://meta.discourse.org/t/discourse-shared-edits/167583/71?silent=true).

- @Awesomerobot engaged with a development question about JSON schema arrays [here](https://meta.discourse.org/t/json-schema-type-objects/405376/9?silent=true).

- @Martin fixed a bug in the unified new view [here](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/16?silent=true) and provided an update on granular group permissions [here](https://meta.discourse.org/t/granular-group-based-permissions-for-anonymous-and-logged-in-users/402273/9?silent=true).

- @Rishabh added a site to Discourse Discover after a user request [here](https://meta.discourse.org/t/including-your-site-in-discourse-discover/314909/18?silent=true).

- @Mcwumbly confirmed that pinning to a specific commit hash works, though not recommended [here](https://meta.discourse.org/t/is-it-possible-to-disable-discourse-updates/406120/15?silent=true).

* * *

_From debates about pinning Discourse versions to discovering the mysteries of automatic updates, yesterday proved that even self-hosters can’t escape the allure of new features – and maybe a few headaches._

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月27日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/878 "2026-06-27T05:00:59Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the past 24 hours, the community generated **70 posts** across **34 topics** , receiving **123 likes** overall. The top contributors by posts and likes were:

- @Moin – **20 likes** , **11 posts**
- @Falco – **18 likes** , **6 posts**
- @Mcwumbly – **13 likes** , **10 posts**
- @Rishabh – **12 likes** , **1 post**
- @Awesomerobot – **10 likes** , **4 posts**
- @Robbie.Morrison – **8 likes** , **3 posts**
- @RGJ – **7 likes** , **1 post**
- @One1 – **5 likes** , **4 posts**
- @Chapoi – **5 likes** , **3 posts**
- @Markvanlan – **4 likes** , **2 posts**

* * *

## Interesting Topics

### #Community Building

- @Robbie.Morrison shared a deep dive into governance failures on Wikipedia concerning AI‑content policies, including a case where an editor with indigenous knowledge was wrongly accused and forced to deny AI use four times. @RGJ pointed out that AI detectors are biased against non‑native English writers [read more](https://meta.discourse.org/t/forums-that-forbid-ai-content-hows-it-going/405659/6?silent=true). The discussion highlighted the reverse burden of proof and the psychological toll of such accusations [read more](https://meta.discourse.org/t/forums-that-forbid-ai-content-hows-it-going/405659/4?silent=true).

### #Announcements

- @Rishabh published the **Current Projects – June 2026** newsletter, detailing recent completions like GIFs moving to core, the unified new topic list, nested replies, and the new blocks system for theme customizations. Ongoing work includes reporting/analytics improvements, Events plugin enhancements, and a new Workflows automation system [read more](https://meta.discourse.org/t/current-projects-june-2026/406097/1?silent=true).

- @Markvanlan updated the **nested replies** feature, changing default max depth to 3 and enabling capping. @Mcwumbly suggested per‑category settings could better serve different use cases (voting, AMAs, etc.). @Markvanlan agreed, noting that backfilling existing topics in the UI is still missing [read more](https://meta.discourse.org/t/introducing-nested-replies/402812/60?silent=true).

- @Awesomerobot announced that **livestream is now an optional toggle** during event creation, replacing the old tag‑based system. Site settings `livestream_enabled` and `livestream_chat_allowed_groups` are removed; livestream now uses existing chat and event permissions [read more](https://meta.discourse.org/t/livestream-is-now-an-optional-toggle-on-event-creation/406237/1?silent=true).

### #Self-Hosting

- @JackieP asked about **self‑hosting with a Business account**. @Falco clarified that Discourse is open‑source GPL v2, so self‑hosting is free, and features like SSO and gamification are baked into core. @Pfaffman offered paid integration help [read more](https://meta.discourse.org/t/self-host-business-account/406250/1?silent=true).

- In a thread on **installing plugins without a third‑party host** , @Pfaffman explained that any method to copy plugin code into `discourse/plugins` works, not just `git clone` [read more](https://meta.discourse.org/t/how-to-install-plugins-without-using-a-third-party-host/406009/28?silent=true).

- A user reported **visitors can’t access the forum index** after an update. The issue remains unsolved despite a workaround [read more](https://meta.discourse.org/t/bug-visitors-cant-access-forum-index/406106/10?silent=true).

### #Feature

- @Moin raised a regression in the **multi‑language preferences** UI: the per‑topic toggle was removed, requiring more clicks to see untranslated content. @Awesomerobot explained the old toggle caused confusion and suggested reconsidering its design [read more](https://meta.discourse.org/t/multi-language-preferences-for-displaying-localized-content/381116/15?silent=true).

- @Mcwumbly reopened discussion on **where to flag posts in full‑app embed** mode, suggesting the flag button could be restored with a setting for allowed post actions. @Falco agreed [read more](https://meta.discourse.org/t/flag-post-in-full-app-embed/406002/2?silent=true).

- @LotusJeff requested a **date picker for AI Translate settings** instead of a rolling days‑based filter. @Mcwumbly noted it would be a different setting (“Translate all posts after {date}”) [read more](https://meta.discourse.org/t/request-for-a-date-picker-in-ai-translate-settings/405828/2?silent=true).

### #Support

- @Ondrej couldn’t **re‑enable the AI plugin** after disabling it. @Keegan confirmed a bug and is working on a fix. He also noted that on free tier sites, the AI plugin is always enabled for spam detection [read more](https://meta.discourse.org/t/cant-get-the-ai-plugin-enabled/406240/1?silent=true).

- @Falco explained **why topics translate faster than posts** — the batch sizes are similar, but topics with many posts take longer. Admins can adjust backfill rate and max age [read more](https://meta.discourse.org/t/why-topics-translate-faster-than-posts/406189/2?silent=true).

### #ux

- @Moin reported **overlapping icons** in the topic edit interface (AI sparkles and angle‑down). @Falco had already flagged this in another thread [read more](https://meta.discourse.org/t/topic-edit-interface-shows-overlapping-icons/406255/1?silent=true).

- @Moin also spotted the **AI title suggest icon misplaced above the title input field** when editing translated topic information [read more](https://meta.discourse.org/t/ai-title-suggest-icon-is-placed-above-the-title-input-field/406256/1?silent=true).

- @Moin requested that **recent drafts always appear first** in the new topic dropdown, as the order is currently unclear until visiting the drafts list [read more](https://meta.discourse.org/t/always-show-recent-drafts-first-in-the-new-topic-dropdown/406259/1?silent=true).

### #Site-Feedback

- @Mcwumbly started a discussion about **separating open‑ended product discussion from feature proposals** in #Contribute > Feature. @Awesomerobot suggested moving such topics to #Contribute > UX or #General with a tag [read more](https://meta.discourse.org/t/where-should-open-ended-discussion-about-the-product-happen/406248/1?silent=true).

- @Mcwumbly changed the **default sort for the #Contribute > Feature category** from “Votes” to “Activity” because the votes sort was disorienting for navigation [read more](https://meta.discourse.org/t/default-sort-for-feature-category/406246/1?silent=true).

### #bug

- @Moin discovered that **diff between revisions is broken** when a hidden revision exists in between. Previously, the diff would show the two unhidden revisions; now it shows nothing [read more](https://meta.discourse.org/t/diff-between-revisions-no-longer-visible-when-there-is-a-hidden-revision-in-between/406254/1?silent=true).

### #Site-Management

- @MarkDoerr published **Part 2** and **Part 3** of the Discourse Moderation Guide, covering user management (warnings, suspensions, trust levels) and content management (topic moves, flags, review queue) [Part 2](https://meta.discourse.org/t/discourse-moderation-guide-part-2-managing-users/406265/1?silent=true) and [Part 3](https://meta.discourse.org/t/discourse-moderation-guide-part-3-managing-content/406266/1?silent=true).

* * *

## Activity by the @Team Group

Staff and team members were highly visible across numerous discussions yesterday:

- @Rishabh kicked off the **Current Projects – June 2026** newsletter with a comprehensive update on Discourse development [read more](https://meta.discourse.org/t/current-projects-june-2026/406097/1?silent=true).

- @Awesomerobot announced the **livestream toggle simplification** and engaged in the multi‑language preferences UI discussion [read more](https://meta.discourse.org/t/livestream-is-now-an-optional-toggle-on-event-creation/406237/1?silent=true) and [read more](https://meta.discourse.org/t/multi-language-preferences-for-displaying-localized-content/381116/16?silent=true).

- @Mcwumbly led discussions on **embed flagging** , **default sort for feature category** , and **AI Translate date picker** , as well as suggesting per‑category nested reply settings [read more](https://meta.discourse.org/t/flag-post-in-full-app-embed/406002/2?silent=true), [read more](https://meta.discourse.org/t/default-sort-for-feature-category/406246/1?silent=true), [read more](https://meta.discourse.org/t/request-for-a-date-picker-in-ai-translate-settings/405828/2?silent=true), [read more](https://meta.discourse.org/t/introducing-nested-replies/402812/61?silent=true).

- @Falco clarified **self‑hosting and Business accounts** , explained **translation speed differences** , and flagged the **icon overlap bug** in the composer [read more](https://meta.discourse.org/t/self-host-business-account/406250/2?silent=true), [read more](https://meta.discourse.org/t/why-topics-translate-faster-than-posts/406189/2?silent=true), [read more](https://meta.discourse.org/t/inline-integration-of-ai-suggestions-in-composer/405394/4?silent=true).

- @Markvanlan merged a commit adjusting nested replies defaults and discussed per‑category nesting and backfilling [read more](https://meta.discourse.org/t/introducing-nested-replies/402812/60?silent=true).

- @Chapoi responded about future developer guides for the blocks system and corrected a trust‑level explanation [read more](https://meta.discourse.org/t/current-projects-june-2026/406097/4?silent=true), [read more](https://meta.discourse.org/t/discourse-trust-levels-a-detailed-explanation/396792/13?silent=true).

- @Keegan acknowledged the **AI plugin stuck disabled** bug and is working on a fix [read more](https://meta.discourse.org/t/cant-get-the-ai-plugin-enabled/406240/3?silent=true).

- @Tannerabread investigated a reported **user card opening bug** on upcoming events cards, but could not reproduce [read more](https://meta.discourse.org/t/user-card-opens-when-clicking-link-on-upcoming-events-card/402845/8?silent=true).

- @Davidb noted the **reactions popup in chat** feature had been completed [read more](https://meta.discourse.org/t/allow-seeing-all-users-who-reacted-to-a-message/389090/11?silent=true).

* * *

**Sign‑off:** Yesterday’s conversation taught us that even your trusty em‑dash can betray you as an AI impersonator – but at least the cows are still wearing wigs. 🐄

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月28日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/879 "2026-06-28T05:00:57Z")

</div>

## Today on [meta.discourse.org](http://meta.discourse.org)…

### Key Stats

- **Total new posts:** 34
- **Total new topics:** 20
- **Total likes in returned posts:** 29
- **Top users by activity:**
  - @Nicolsdennis – 5 posts, 9 likes
  - @MarkDoerr – 2 posts, 5 likes
  - @Ed_S – 1 post, 4 likes
  - @Falco – 2 posts, 2 likes
  - @Arkshine – 1 post, 2 likes
  - @LarisaHaster – 1 post, 2 likes
  - @Bartv – 3 posts, 1 like
  - @EricGT – 1 post, 1 like
  - @Kairo162 – 1 post, 1 like
  - @Moin – 1 post, 1 like

### Interesting Topics

#### #General

- @Nicolsdennis continued development on a **native mobile client app for Discourse** , showcasing a tablet mode that splits the feed and topic panes side‑by‑side. A preview demonstrates the post navigator loading exact posts even after deletions and ID reordering. The app also supports multilingual cooked posts, though chat translations are not yet possible. Community members @Kairo162 and @LarisaHaster praised the work. [Tablet mode demo](https://meta.discourse.org/t/a-native-mobile-ios-android-client-app-for-discourse/403429/9?silent=true) | [Post navigator demo](https://meta.discourse.org/t/a-native-mobile-ios-android-client-app-for-discourse/403429/10?silent=true) | [Multilingual support](https://meta.discourse.org/t/a-native-mobile-ios-android-client-app-for-discourse/403429/12?silent=true)

#### #Self-hosting

- On the thread about installing plugins without a third‑party host, @Ed_S endorsed the advice to simply copy source code into the `plugins` directory, calling it _“the right answer”_ and lamenting the thread’s tone. [Read more](https://meta.discourse.org/t/how-to-install-plugins-without-using-a-third-party-host/406009/29?silent=true)

#### #Site Management

- @MarkDoerr published **Part 2 of the Discourse Moderation Guide** focused on managing users. The guide explains how to access user profiles, interpret trust levels, and handle difficult members through warnings, silencing, suspensions, and trust level restrictions. [Read the guide](https://meta.discourse.org/t/discourse-moderation-guide-part-2-managing-users/406265/1?silent=true)
- @MarkDoerr also released **Part 3** covering content management: topic manipulation, flag handling, the Review Queue, and content approval settings. De‑escalation techniques like staff posts, slow mode, and topic timers are detailed. [Read the guide](https://meta.discourse.org/t/discourse-moderation-guide-part-3-managing-content/406266/1?silent=true)

#### #Feature

- @Arkshine proposed a technical solution for **configuring video upload destinations** using a Cloudflare Worker as an authentication broker. When a user uploads, the worker creates a private upload spot to the provider (e.g., Mux or CF Stream), hiding provider credentials. A working demo was shown, but the plugin Dave linked is recommended as a cleaner alternative. [Solution description](https://meta.discourse.org/t/ability-to-configure-where-videos-uploaded/406119/17?silent=true) | [Demo video](https://meta.discourse.org/t/ability-to-configure-where-videos-uploaded/406119/17?silent=true)
- @LotusJeff renewed a request for a **date picker in AI Translate settings** , noting that topics are translated much faster than posts, leading to mismatched translated topics with untranslated posts. A date picker would allow admins to set a simple cutoff, avoiding complex logic changes. [Read the request](https://meta.discourse.org/t/request-for-a-date-picker-in-ai-translate-settings/405828/4?silent=true)

#### #Plugin

- @Bartv offered feedback on **Discourse Reactions** , pointing out that the emoji category sidebar lacks a scroll indicator, custom emojis are hard to access at the bottom of the list, and “Frequently Used” emojis are stored per‑browser rather than per‑account. @Moin suggested a workaround for prioritising custom emojis, but @Bartv found it half‑baked. [Feedback on picker](https://meta.discourse.org/t/discourse-reactions/183261/413?silent=true) | [Workaround reply](https://meta.discourse.org/t/discourse-reactions/183261/415?silent=true)

#### #Support

- @Darkpixlz reported trouble configuring **Discourse embed URLs**. @Falco clarified that `discourseUrl` is the forum address while `discourseEmbedUrl` is the page hosting the embed. @Darkpixlz later noted that using the embed feature created ghost topics from his 404 page; merging may be needed. [Configuration help](https://meta.discourse.org/t/discourse-embed-url-configuration-issues/406289/2?silent=true)
- @One1 sought help **automatically transferring themes** via Rails console. @NateDhaliwal confirmed that `rails c` must be used (not just `./launcher enter app`) and explained how to exit with `quit`. [Rails console guidance](https://meta.discourse.org/t/automatically-transferring-themes-question/406271/2?silent=true)

#### #bug

- @ばこん discovered that **HTML comments are included in AI‑generated summaries** , even though they are invisible to viewers. @Falco marked the issue as #wontfix, citing the trade‑off of extra preprocessing. A propent change can work around it. [Bug report](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/1?silent=true) | [Staff response](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/3?silent=true)
- @Ililaoban reported a **regression on user activity pages** : after scrolling, clicking a post, and pressing the browser Back button, the page resets to the top instead of restoring the scroll position—contradicting the 3.0 release notes. [Report](https://meta.discourse.org/t/regression-u-username-activity-loses-scroll-position-after-browser-back/406292/1?silent=true)

#### #Announcements

- The **Solved improvements** discussion continued: @Noble_Fish asked whether it’s possible to see who clicked “Me too” to recruit testers. @EricGT noted that a related feature could prompt users who report a possible “Me too” issue to confirm, merging their posts into the main tracking topic—valuable for active production issues like a sidebar icon bug. [Feature discussion](https://meta.discourse.org/t/solved-improvements-allowing-members-to-indicate-theyre-experiencing-a-reported-issue/402498/45?silent=true) | [EricGT’s suggestion](https://meta.discourse.org/t/solved-improvements-allowing-members-to-indicate-theyre-experiencing-a-reported-issue/402498/46?silent=true)

#### #Site feedback

- @Heliosurge contributed to the discussion on **where open‑ended product conversation belongs** , recommending a #discuss tag in the #Contribute > UX category or a new subcategory. They also praised the unique nested replies toggle on Discourse Meta. [Read the suggestion](https://meta.discourse.org/t/where-should-open-ended-discussion-about-the-product-happen/406248/4?silent=true)

### Activity by the @Team Group

- @Falco provided support on two topics: correcting the **embed URL configuration** for @Darkpixlz ([post](https://meta.discourse.org/t/discourse-embed-url-configuration-issues/406289/2?silent=true)) and marking the **HTML comments in AI summaries** as #wontfix after considering the preprocessing overhead ([post](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/3?silent=true)).
- @Arkshine shared a sophisticated solution for the **video upload destination** feature using a Cloudflare Worker broker, complete with a demo video. The approach hides provider credentials and creates private upload spots, though the official plugin is recommended as a primary option ([post](https://meta.discourse.org/t/ability-to-configure-where-videos-uploaded/406119/17?silent=true)).

* * *

Yesterday’s highlight: @Nicolsdennis’ tablet mode preview sparked excitement across the community, proving that a dedicated native app for Discourse is more than just a dream—it’s becoming a reality!

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月29日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/880 "2026-06-29T05:01:29Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

- **Total new posts:** 41
- **Total new topics:** 20
- **Total likes in returned posts:** 29

**Top users by likes and posts:**

| User | Likes | Posts |
| --- | --- | --- |
| @Moin | 8 | 4 |
| @Falco | 6 | 3 |
| @Lilly | 3 | 1 |
| @Ondrej | 2 | 1 |
| @Seanblue | 2 | 1 |
| @Chapoi | 1 | 3 |
| @Firedragon | 1 | 3 |
| @Adamengst | 1 | 2 |
| @NateDhaliwal | 1 | 2 |
| @NiceOldGuy | 1 | 2 |

## Interesting Topics

### #bug

- **`&rsquo;` in topic titles on oops page** — @Moin spotted that the [oops page](https://meta.discourse.org/oops) renders `&rsquo;` instead of a proper apostrophe in topic titles. @Lilly found it [amusing](https://meta.discourse.org/t/rsquo-in-topic-titles-on-oops-page/406309/2?silent=true), and @Sam confirmed it likely [came from a security fix](https://meta.discourse.org/t/rsquo-in-topic-titles-on-oops-page/406309/3?silent=true) and needs careful handling. [read more](https://meta.discourse.org/t/rsquo-in-topic-titles-on-oops-page/406309/1?silent=true)

- **HTML comments are also summarized by AI** — @Falco [marked this #wontfix](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/3?silent=true), reasoning that extra preprocessing to ignore HTML comments isn’t worth the tradeoff. Users can customize their summary agent prompt if needed. [read more](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/1?silent=true)

- **Right clicking in composer finds image from post behind composer** — @Seanblue [discovered](https://meta.discourse.org/t/right-clicking-in-composer-finds-image-from-post-behind-composer/406325/1?silent=true) that when the composer is open over an image, right-clicking on the composer area opens the image context menu as if you’d clicked the image directly. Reproducible on Meta with Chrome. [read more](https://meta.discourse.org/t/right-clicking-in-composer-finds-image-from-post-behind-composer/406325/1?silent=true)

- **Nested replies view pads pages with deleted‑post placeholders** — @Nicolsdennis [reported](https://meta.discourse.org/t/nested-replies-view-n-pads-pages-with-deleted-post-placeholders-that-the-flat-view-omits/406322/1?silent=true) that the nested view `/n/` shows full pages of blank “removed” rows for deleted posts without visible descendants, unlike the flat view. @Sam [flagged this](https://meta.discourse.org/t/nested-replies-view-n-pads-pages-with-deleted-post-placeholders-that-the-flat-view-omits/406322/3?silent=true) for @Markvanlan. [read more](https://meta.discourse.org/t/nested-replies-view-n-pads-pages-with-deleted-post-placeholders-that-the-flat-view-omits/406322/1?silent=true)

- **Regression: /u/:username/activity loses scroll position after browser Back** — @Ililaoban [reported](https://meta.discourse.org/t/regression-u-username-activity-loses-scroll-position-after-browser-back/406292/1?silent=true) that on user activity pages, pressing Back does not restore the previous scroll position, despite 3.0 release notes promising that fix. [read more](https://meta.discourse.org/t/regression-u-username-activity-loses-scroll-position-after-browser-back/406292/1?silent=true)

### #Support

- **No starter upgrade option** — @Firedragon [couldn’t find the Starter plan](https://meta.discourse.org/t/no-starter-upgrade-option/403167/24?silent=true) in their account. @Chapoi and @Ondrej tried to help, with @Ondrej [confirming the redirect issue](https://meta.discourse.org/t/no-starter-upgrade-option/403167/29?silent=true). The team will follow up Monday. [read more](https://meta.discourse.org/t/no-starter-upgrade-option/403167/24?silent=true)

- **Fixing a topic timestamp change gone wrong?** — @Adamengst [accidentally redated an entire topic](https://meta.discourse.org/t/fixing-a-topic-timestamp-change-gone-wrong/406330/1?silent=true) and needed to fix the posts. @Moin pointed to [Rails console instructions](https://meta.discourse.org/t/fixing-a-topic-timestamp-change-gone-wrong/406330/2?silent=true) for editing post dates. [read more](https://meta.discourse.org/t/fixing-a-topic-timestamp-change-gone-wrong/406330/1?silent=true)

- **Bootstrap mode is legacy?** — @Tobiaseigen [shared](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/14?silent=true) that a new community without bootstrap mode is struggling to engage TL0 users. @Merefield [suggested](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/15?silent=true) setting default trust level to 1 temporarily as a workaround. [read more](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/14?silent=true)

- **Discourse embed url configuration issues** — @Falco [clarified](https://meta.discourse.org/t/discourse-embed-url-configuration-issues/406289/2?silent=true) the difference between `discourseUrl` (forum address) and `discourseEmbedUrl` (embed page address) for embedding. [read more](https://meta.discourse.org/t/discourse-embed-url-configuration-issues/406289/2?silent=true)

- **Using threads with existing topics** — @Lew_Grothe [asked](https://meta.discourse.org/t/using-threads-with-existing-topics/406314/1?silent=true) how the new threading feature interacts with existing topics. @Falco [confirmed](https://meta.discourse.org/t/using-threads-with-existing-topics/406314/3?silent=true) that moved replies retain their threading, but existing topics are not automatically converted. [read more](https://meta.discourse.org/t/using-threads-with-existing-topics/406314/1?silent=true)

### #Site feedback

- **Broken avatars in quotes within translated posts** — @Moin [found](https://meta.discourse.org/t/broken-avatars-in-quotes-within-translated-posts/406305/1?silent=true) that avatars inside quotes are broken in translated (e.g., German) posts. Multiple languages are affected. [read more](https://meta.discourse.org/t/broken-avatars-in-quotes-within-translated-posts/406305/1?silent=true)

### #Announcements

- **Introducing nested replies** — @NiceOldGuy [shared](https://meta.discourse.org/t/introducing-nested-replies/402812/64?silent=true) an extensive collection of resources on Discourse’s flat vs. threaded model, including Jeff’s canonical take and links to why Discourse uses “topics” not “threads.” [read more](https://meta.discourse.org/t/introducing-nested-replies/402812/64?silent=true)

- **Introducing the unified new view for the topic list** — @Martin [noted](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/18?silent=true) that the new “All” tab in `/new` orders by activity, but @Moin found that topics marked unread by the current user are bumped to the top. @Sam [agreed](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/21?silent=true) that this follows the same rules as the standalone Unread list. [read more](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/18?silent=true)

### #Feature

- **Official warning PM notification feature** — @LittleD [investigated](https://meta.discourse.org/t/official-warning-pm-notification-feature/387448/8?silent=true) why warning PM first posts lost their staff color after the Glimmer migration. They identified a missing `isWarning` getter on the Post model that caused the moderator CSS class not to be applied. [read more](https://meta.discourse.org/t/official-warning-pm-notification-feature/387448/8?silent=true)

### #Plugin

- **Discourse Reactions** — @Martin [outlined](https://meta.discourse.org/t/discourse-reactions/183261/416?silent=true) upcoming improvements: “click to react” (matching Chat), shrinking the emoji picker height to hint at scrolling, and a setting to pin custom emojis to the top. @Chapoi was asked for design input. [read more](https://meta.discourse.org/t/discourse-reactions/183261/416?silent=true)

## Activity by the @Team Group

- @Sam helped resolve the `&rsquo;` bug on the oops page, confirming the [security fix origin](https://meta.discourse.org/t/rsquo-in-topic-titles-on-oops-page/406309/3?silent=true). In the unified new view topic, he [backed the current sorting rule](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/21?silent=true) that bumps user unread topics. He also [flagged](https://meta.discourse.org/t/nested-replies-view-n-pads-pages-with-deleted-post-placeholders-that-the-flat-view-omits/406322/3?silent=true) the nested replies placeholder issue for @Markvanlan.

- @Lilly added a lighthearted comment to the `&rsquo;` bug, [linking a related screenshot](https://meta.discourse.org/t/rsquo-in-topic-titles-on-oops-page/406309/2?silent=true).

- @Falco marked the HTML comments AI summary issue as #wontfix and [explained his reasoning](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/3?silent=true). He clarified [embed URL configuration](https://meta.discourse.org/t/discourse-embed-url-configuration-issues/406289/2?silent=true) and confirmed [threading behavior for moved posts](https://meta.discourse.org/t/using-threads-with-existing-topics/406314/3?silent=true).

- @Chapoi assisted @Firedragon with the missing Starter plan issue, suggesting they check the [plans page](https://meta.discourse.org/t/no-starter-upgrade-option/403167/28?silent=true) and noting the team would follow up on Monday.

- @Martin actively discussed the unified new view, [demonstrating](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/18?silent=true) the ordering and [confirming](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/20?silent=true) the unread bumping behavior. In the Discourse Reactions plugin topic, he [laid out](https://meta.discourse.org/t/discourse-reactions/183261/416?silent=true) multiple planned improvements and asked @Chapoi and @J.Jaffeux for feedback.

- @Tobiaseigen raised real-world issues with the legacy bootstrap mode, [sharing](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/14?silent=true) how TL0 limitations affect new community engagement and proposing a workaround.

- @Merefield [suggested](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/15?silent=true) making default trust level 1 as a temporary fix for communities struggling without bootstrap mode.

* * *

_If you find yourself right-clicking on a blank composer and suddenly opening an image from behind, don’t worry – that’s just the new ‘hidden feature’ we discovered yesterday!_

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年六月30日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/881 "2026-06-30T05:00:33Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the community saw **45 new posts** across **20 topics** , receiving **50 likes** in the returned dataset. The most active contributors were:

- @Supermathie (9 likes, 3 posts)
- @Lilly (6 likes, 6 posts)
- @Falco (5 likes, 4 posts)
- @Nicolsdennis (5 likes, 3 posts)
- @Martin (4 likes, 3 posts)
- @Tannerabread (4 likes, 2 posts)
- @Markvanlan (4 likes, 1 post)
- @Sam (2 likes, 3 posts)
- @Moin (2 likes, 1 post)
- @Chapoi (1 like, 3 posts)

## Interesting Topics

### #bug

- @Nicolsdennis reported that the _nested replies view_ (`/n/`) pads pages with deleted-post placeholders that the flat view omits. @Markvanlan acknowledged the issue, noting that if there are no descendants, the placeholder is unnecessary — topics with nested replies are now back at `/t/` instead of `/n/`. [read more](https://meta.discourse.org/t/-/406322/4?silent=true)

- @Lilly spotted a **custom emoji** bug where emojis loaded from S3/R2 bypass CDN routing, causing broken images on Cloudflare R2 setups. She opened a PR wrapping URL assignments in `Discourse.store.cdn_url()` and also created a temporary theme component fix. [read more](https://meta.discourse.org/t/-/406384/1?silent=true)

- @Tannerabread revived an old issue where **spoilers inside `<details>` don’t toggle** , and promptly published a [fix](https://github.com/discourse/discourse/pull/41266). [read more](https://meta.discourse.org/t/-/194499/7?silent=true)

- @Sam noted that `&rsquo;` appears in topic titles on the oops page, likely from a security fix — @Zogstrip suggested a [pull request](https://github.com/discourse/discourse/pull/41261). [read more](https://meta.discourse.org/t/-/406309/3?silent=true)

- A French-language report about **problème dans les paramètres avancés des catégories** was marked as a duplicate of an issue resolved with the _Custom Wizard Plugin_ by @Tannerabread. [read more](https://meta.discourse.org/t/-/400288/13?silent=true)

### #Self-hosting

- After a commit (`b4a3389`) that fixed a configuration error, users behind Cloudflare lost the ability to capture the end-user’s real IP. @Lilly advised switching to a Unix socket, while @Supermathie wrote a detailed guide on handling the **chain of trust** for IP addresses, including `set_real_ip_from` directives and recursive processing. [read more](https://meta.discourse.org/t/-/406267/3?silent=true)

- @Supermathie authored a new how‑to topic: **Handling the “chain of trust” of the end user’s real IP** , explaining the use of predictable filenames in Discourse Docker outlets, recursion with multiple proxies, and example configurations for AWS ALBs. [read more](https://meta.discourse.org/t/-/406372/1?silent=true)

### #Announcements

- @Mcwumbly clarified that for self‑hosted sites, **Beta** upcoming changes are not automatically enabled until `stable` — he traced the source code and updated the official announcement. @Moin suggested adding sorting by status to the Upcoming Changes interface. [read more](https://meta.discourse.org/t/-/392894/29?silent=true)

- @Martin announced that **Discourse Reactions** will be gradually enabled by default for all sites via an upcoming change, and added a note to the Reactions main topic. [read more](https://meta.discourse.org/t/-/403795/6?silent=true)

- @Martin also discussed the **unified new view for the topic list** — he confirmed that a user’s own topics will be bumped to the top when marked as unread, following the same rule as the standalone Unread list. [read more](https://meta.discourse.org/t/-/404728/20?silent=true)

### #Plugin

- @Martin engaged with user feedback on **Discourse Reactions** , discussing “click to react” functionality, pinning custom emojis, and the emoji picker UI. @Chapoi and @J.Jaffeux were tagged for design input. [read more](https://meta.discourse.org/t/-/183261/416?silent=true)

- The **Discourse Bilibili Onebox** plugin received a fix for the specific‑part playback issue; @Scavin confirmed the bug was resolved after a rebuild. [read more](https://meta.discourse.org/t/-/389149/8?silent=true)

- In the **Discourse Math** plugin, @Xiasummer reported that `\dddot` wasn’t rendering on their site, though @Mcmcclur confirmed it works with both MathJax and KaTeX on meta. [read more](https://meta.discourse.org/t/-/65770/254?silent=true)

### #Support

- @Falco answered a question about **using threads with existing topics** : threading does not retroactively reformat replies, but moved posts will thread correctly. [read more](https://meta.discourse.org/t/-/406314/3?silent=true)

- @LetITFly helped a user with **failed avatar/photos** upload — the root cause was a CDN (Cloudflare) configuration, not a Discourse bug. [read more](https://meta.discourse.org/t/-/404430/3?silent=true)

- @Rishabh confirmed that the **Starter plan** upgrade option has been made legacy and is no longer available; the _Admin \> Manage Account_ page is the correct place for plan changes. [read more](https://meta.discourse.org/t/-/403167/36?silent=true)

### #ux

- @Chapoi identified a quirk where **right‑clicking in the composer** can trigger an image context menu from the post behind it — it only occurs when clicking through the composer container, not the textarea. The issue was tagged `#pr-welcome` but marked as `#wontfix` due to low impact. [read more](https://meta.discourse.org/t/-/406325/2?silent=true)

- @Chapoi noted that the **AI title suggest icon** is placed above the title input field, an absolute‑positioned element causing recurring layout issues — he plans to address it when time permits. [read more](https://meta.discourse.org/t/-/406256/2?silent=true)

### Other

- @WorldIsMine found some funny CSS in a **bugs theme‑component** that could be used to prank problematic users. [read more](https://meta.discourse.org/t/-/149353/11?silent=true)

- @Architect inquired about an **official warning PM notification** feature, hoping a team member can clarify whether the code’s behavior (not notifying the warned user) was intentional. [read more](https://meta.discourse.org/t/-/387448/9?silent=true)

## Activity by the @Team Group

The Discourse team was highly engaged today:

- @Sam contributed to the nested‑replies placeholder discussion and confirmed the oops‑page HTML entity bug; he also weighed in on the unified new view sorting rule, agreeing that bumping one’s own topics is fine. ([nested replies](https://meta.discourse.org/t/-/406322/3?silent=true), [oops page](https://meta.discourse.org/t/-/406309/3?silent=true), [unified new view](https://meta.discourse.org/t/-/404728/21?silent=true))

- @Markvanlan acknowledged the nested‑replies placeholder bug and added it to his list, noting the revert from `/n/` back to `/t/`. ([nested replies](https://meta.discourse.org/t/-/406322/4?silent=true))

- @Tannerabread fixed the spoiler‑inside‑details glitch with a PR, and resolved a duplicate report about category settings affected by the Custom Wizard Plugin. ([spoiler fix](https://meta.discourse.org/t/-/194499/7?silent=true), [category settings](https://meta.discourse.org/t/-/400288/13?silent=true))

- @Martin guided the reactions discussion alongside users, shared findings on the unified new view, and announced the default‑enable of reactions. ([reactions](https://meta.discourse.org/t/-/183261/416?silent=true), [new view](https://meta.discourse.org/t/-/404728/20?silent=true), [reactions default](https://meta.discourse.org/t/-/403795/7?silent=true))

- @Supermathie authored the comprehensive real‑IP guide and helped a user with the Cloudflare IP‑trust chain. ([IP guide](https://meta.discourse.org/t/-/406372/1?silent=true), [Cloudflare help](https://meta.discourse.org/t/-/406267/4?silent=true))

- @Lilly reported and patched the custom emoji CDN bug, wrote an interim theme component, and debated with @Falco on R2 specifics. ([emoji bug](https://meta.discourse.org/t/-/406384/1?silent=true), [IP trust](https://meta.discourse.org/t/-/406267/3?silent=true))

- @Falco provided accurate answers on threading and custom emoji CDN behaviour, and tested the emoji fix. ([threading](https://meta.discourse.org/t/-/406314/3?silent=true), [emoji CDN](https://meta.discourse.org/t/-/406384/2?silent=true))

- @Chapoi diagnosed the composer right‑click quirk and flagged the AI title icon for a future UI fix. ([composer](https://meta.discourse.org/t/-/406325/2?silent=true), [AI icon](https://meta.discourse.org/t/-/406256/2?silent=true))

* * *

With all that IP trust chain talk, maybe we should start treating our coffee machines like proxies — only let them pour if they can prove they know the real temperature of the water! ☕

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月1日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/882 "2026-07-01T05:00:22Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

**June 30, 2026 – July 1, 2026**

## Key Stats

In the last 24 hours, the community contributed **55 new posts** across **30 topics** , receiving a total of **74 likes**.

### Top Users by Likes and Posts

| User | Likes | Posts |
| --- | --- | --- |
| @Sam | 12 | 1 |
| @Falco | 6 | 3 |
| @Nat | 6 | 2 |
| @Overgrow | 5 | 2 |
| @Loic | 5 | 1 |
| @Willy | 5 | 1 |
| @Chapoi | 4 | 2 |
| @Lilly | 4 | 2 |
| @Moin | 3 | 4 |
| @NateDhaliwal | 3 | 2 |

## Interesting Topics

### #Announcements

- @Sam announced **Cost‑based quotas for Discourse AI** , a new feature that allows budgeting AI spend by estimated dollar cost. [Read more](https://meta.discourse.org/t/cost-based-quotas-for-discourse-ai/406400/1?silent=true)

- @Loic posted the **June 2026 monthly release** notes, covering all changes in version 2026.6 as well as patch releases for 2026.1.5, 2026.4.2, and 2026.5.1. [See the full changelog](https://meta.discourse.org/t/june-2026-monthly-release/406435/1?silent=true)

- @Chapoi followed up on the **Inline integration of AI Suggestions (in Composer)** announcement, discussing making the UI consistent across the composer and other instances. [Details here](https://meta.discourse.org/t/inline-integration-of-ai-suggestions-in-composer/405394/6?silent=true)

### #General

- @Overgrow asked whether **AI translations + crawler indexing** yield SEO payoff, sharing concerns about cost and duplicate content. @Nat responded with a detailed blog post and a note about a recent fix for the `set locale from param` setting. [Follow the discussion](https://meta.discourse.org/t/ai-translations-crawler-indexing-any-seo-payoff/406427/1?silent=true)

- @Philh showcased a **Discourse Comments integration on Astro Starlight** , with a temporary demo that blends content and comments seamlessly. @NateDhaliwal praised the Mermaid support. [Check it out](https://meta.discourse.org/t/discourse-comments-on-astro-starlight/406500/1?silent=true)

### #Self-hosting

- @Willy shared a practical guide on **How to install plugins without using a third-party host** , explaining how to mount local plugins into the Discourse container via `app.yml` hooks. @Pfaffman suggested symlinking instead for easier restarts. [Read the solution](https://meta.discourse.org/t/how-to-install-plugins-without-using-a-third-party-host/406009/30?silent=true)

- @Lilly and @Falco investigated **Custom Emojis loaded from S3/R2 bypassing CDN routing**. After a wild goose chase involving a typo in Cloudflare DNS, @Lilly confirmed that her PR (using `Discourse.store.cdn_url()`) fixes the issue for R2. [See the full saga](https://meta.discourse.org/t/custom-emojis-loaded-from-s3-r2-bypass-cdn-routing/406384/8?silent=true)

- @Tayhansolo asked about **Proxying a new setup with a reverse proxy** , and @Darkpixlz recommended Cloudflare Tunnels or ngrok for residential setups. [Learn more](https://meta.discourse.org/t/proxying-new-setup-with-reverse-proxy/406487/1?silent=true)

### #Support

- @Singi2016cn wanted to **change the homepage to a custom route**. @Chapoi recommended the `custom_homepage` modifier and Block System, while @NateDhaliwal reminded to set the default home to `(default)` in user preferences. [Get the answer](https://meta.discourse.org/t/topic/406418/1?silent=true)

- @Akjgklajg asked **how to see previous invite links** – @Moin pointed to `/my/invited/` in the user profile. [Find your invites](https://meta.discourse.org/t/can-i-see-previous-invite-links/406458/1?silent=true)

- @Akjgklajg also reported that **invite links to private groups with a private topic** give an access denied error on first click. [Details here](https://meta.discourse.org/t/invite-link-to-private-group-arrive-at-topic-private-category-not-working/406457/1?silent=true)

### #Feature

- @Overgrow raised a **feature request to limit topic translation to specific categories** , arguing for an allow‑list to better control AI translation costs. @Pmusaraj shared his view that translating all public content is generally beneficial. [Voice your opinion](https://meta.discourse.org/t/feature-request-limit-topic-translation-to-specific-categories/392993/8?silent=true)

### #bug

- @Moin discovered that **tags are partly visible on the “which topic do you want to reply to” modal** , showing a white spot caused by a partially hidden fourth tag. [See the bug report](https://meta.discourse.org/t/tag-partly-visible-on-which-topic-do-you-want-to-reply-to-modal/406485/1?silent=true)

- @Architect and @Awesomerobot discussed the **OP of warnings not highlighted with Staff Color** bug, and @Awesomerobot applied a fix. [Check the PR](https://meta.discourse.org/t/op-of-warnings-not-highlighted-with-staff-color/380993/5?silent=true)

- @Moin reported that the **RTE removes quotation marks within wrap syntax** , specifically breaking the theme-install-button wrap. [Reproduction steps](https://meta.discourse.org/t/rte-removes-quotation-marks-within-wrap-syntax/406488/1?silent=true)

### #ux

- @Dreieck pointed out that **nested mouseover notes can be entered but not shown** , creating a usability gap where the inner note is unreachable. [Discuss the solution](https://meta.discourse.org/t/nested-mouseover-notes-can-be-entered-but-not-shown/406501/1?silent=true)

### #Theme component

- @Awesomerobot improved the **Homepage Feature** component by updating images to use `srcset`, fixing the “hide featured tag” setting, and allowing multiple tags. However, the change triggered thousands of thumbnail regeneration jobs – a quick rollback was issued. [Follow the updates](https://meta.discourse.org/t/homepage-feature/144264/152?silent=true)

## Activity by the @Team Group

In the last 24 hours, members of the Discourse team were active across several threads:

- @Sam [announced cost‑based AI quotas](https://meta.discourse.org/t/cost-based-quotas-for-discourse-ai/406400/1?silent=true) and explained the new budgeting feature.
- @Loic published the [June 2026 monthly release](https://meta.discourse.org/t/june-2026-monthly-release/406435/1?silent=true) and the accompanying changelog.
- @Nat provided [detailed answers on AI translation and SEO](https://meta.discourse.org/t/ai-translations-crawler-indexing-any-seo-payoff/406427/2?silent=true), and followed up with a [fix for the 7 footgun](https://meta.discourse.org/t/ai-translations-crawler-indexing-any-seo-payoff/406427/3?silent=true).
- @Falco helped [troubleshoot custom emoji CDN routing](https://meta.discourse.org/t/custom-emojis-loaded-from-s3-r2-bypass-cdn-routing/406384/8?silent=true) and discussed [HTML comments influencing AI summaries](https://meta.discourse.org/t/html-comments-are-also-summarized-by-ai/406275/5?silent=true).
- @Chapoi gave advice on [custom homepage setup](https://meta.discourse.org/t/topic/406418/2?silent=true) and discussed [inline AI suggestion UI consistency](https://meta.discourse.org/t/inline-integration-of-ai-suggestions-in-composer/405394/6?silent=true).
- @Awesomerobot fixed the [OP highlight bug in warnings](https://meta.discourse.org/t/op-of-warnings-not-highlighted-with-staff-color/380993/6?silent=true), updated the [Homepage Feature component](https://meta.discourse.org/t/homepage-feature/144264/152?silent=true), and submitted a PR to [modernise the Post Views Counter theme component](https://meta.discourse.org/t/post-views-counter/143807/18?silent=true).
- @Pmusaraj weighed in on the [feature request to limit translation categories](https://meta.discourse.org/t/feature-request-limit-topic-translation-to-specific-categories/392993/10?silent=true).
- @Zogstrip apologised for the [Theme Creator 500 error](https://meta.discourse.org/t/theme-creator-is-responding-with-500/406027/7?silent=true) and linked to the fix PR.
- @Supermathie discussed [handling the chain of trust for the end user’s real IP](https://meta.discourse.org/t/handling-the-chain-of-trust-of-the-end-users-real-ip/406372/5?silent=true) and explained why nginx is the correct place to make that decision.

* * *

**Yesterday’s great emoji heist taught us that even a tiny typo in Cloudflare can turn a CDN into a comedy show – but at least @Lilly emerged with a deeper understanding of rabbit holes (and emojis)!** 🐇✨

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月2日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/883 "2026-07-02T05:01:10Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

* * *

## Key Stats

In the last 24 hours, 91 posts were created across 38 topics, accumulating 118 likes. The most active contributors were:

- @Moin – 16 posts, 25 likes
- @Awesomerobot – 5 posts, 14 likes
- @Mcwumbly – 9 posts, 12 likes
- @Itsbhanusharma – 7 posts, 10 likes
- @Vitaly_Lukin – 2 posts, 6 likes
- @Ed_S – 2 posts, 5 likes
- @Falco – 2 posts, 4 likes
- @Davidb – 1 post, 4 likes
- @One1 – 5 posts, 3 likes
- @Martin – 4 posts, 3 likes

* * *

## Interesting Topics

### #Support

- @Ed_S raised a concern about security fix reporting on `releases.discourse.org`, pointing out that comparing versions (e.g., v2026.4.2 → v2026.6) misleadingly showed 25 security fixes even though backports already covered them. @Awesomerobot explained it’s an artefact of the comparison logic, and @David confirmed all security patches are backported and promised to improve the cross-release comparisons [read more](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/2?silent=true).

- @Vitaly_Lukin reported that `discourse.theme-creator.io` has been down since Monday, showing a generic error page. @Moin quickly pointed to an existing report (#406027) and noted a fix was already merged [read more](https://meta.discourse.org/t/https-discourse-theme-creator-io-is-not-working/406579/2?silent=true).

- @Ahsan_Javaid wanted to change his username on the Frappe community forum. @Itsbhanusharma explained that only admins of that forum can change usernames, and provided detailed instructions for admin users [read more](https://meta.discourse.org/t/wana-to-change-username-of-discourse-id-on-forum-community-of-frappe/406528/2?silent=true).

### #Plugin

- @Itsbhanusharma encountered a compatibility error with the Resenha voice rooms plugin on ESR Discourse instances. @Falco advised that experimental plugins are not supported on ESR and recommended sticking to the latest release. @Mcwumbly later shared a positive experience using the plugin on Meta, praising its real‑time voice chat capabilities [read more](https://meta.discourse.org/t/resenha-add-discord-style-voice-rooms-to-your-community/389056/53?silent=true).

### #Announcements

- The move of GIF functionality into Discourse core continued to generate discussion. @One1 initially couldn’t disable the GIF button; @Moin and @Davidb helped clarify that the setting exists under a hidden site setting and that users will retain the ability to opt out after the change goes permanent. @Mcwumbly agreed the wording in upcoming changes needs improvement [read more](https://meta.discourse.org/t/gifs-are-moving-to-discourse-core/404829/17?silent=true).

- @Moin flagged a regression where the language dropdown icon in the modernized Foundation theme became oversized. @Awesomerobot identified the cause (a missing wrapper) and submitted a fix [read more](https://meta.discourse.org/t/modernizing-the-foundation-theme/395331/107?silent=true).

- @Moin provided valuable feedback on the incremental reporting improvements, noting that empty report rows appear too tall compared to populated ones. @Tgxworld investigated and later a fix was applied, which @Moin confirmed looked better [read more](https://meta.discourse.org/t/admin-reporting-analysis-incremental-changes/395768/31?silent=true).

- @Moin reported that the unified new view for the topic list was showing incorrectly in the Discourse Hub app. @Martin found a fix requiring updates to both core and the mobile app, though later noted internal consensus was still pending [read more](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/22?silent=true).

### #Migration

- @Siamak-Oi asked about migrating user accounts from Telligent to Discourse as part of a Business plan. @Italo shared that tooling for Telligent may not be included in Business, and @Cocococosti (likely team) confirmed that accounts are migrated successfully and users only need to reset passwords on first login [read more](https://meta.discourse.org/t/telligent-to-discourse-migration-user-account-migration/406559/1?silent=true).

### #General

- @Nat followed up on a thread about AI translations and SEO, noting that a “footgun” (the `set locale from param` requirement) was fixed. @Eisammy shared their experience translating 140k posts and 14k topics, reporting that while the feature is promising, SEO impact remains unclear [read more](https://meta.discourse.org/t/ai-translations-crawler-indexing-any-seo-payoff/406427/3?silent=true).

### #bug

- @Moin encountered a 422 error when trying to toggle the “reporting improvements” upcoming change. @Zogstrip acknowledged the bug and noted it would be fixed soon [read more](https://meta.discourse.org/t/issue-with-enabling-upcoming-changes/395881/31?silent=true).

### #Feature

- @Moin supported the request to show all replies after posting in a topic using Doc Categories simple mode. @Awesomerobot agreed the current experience is suboptimal and shared a PR that shows the user’s own reply instantly [read more](https://meta.discourse.org/t/show-all-replies-after-posting-on-a-topic-with-simple-mode/405660/3?silent=true).

- @MarkoK asked about progress on secure uploads in chat. @Mcwumbly admitted it’s still not prioritized but encouraged sharing anecdotes of how the lack of this feature impacts users, as that helps with internal prioritization [read more](https://meta.discourse.org/t/add-support-for-secure-uploads-in-chat/238782/14?silent=true).

### #Theme component

- @Asa thanked @Mcwumbly for the “Dismiss Admin Noise” theme component, confessing that admin notifications were driving them crazy. @Mcwumbly suggested that giving admins more granular control over notifications could be a longer‑term solution [read more](https://meta.discourse.org/t/dismiss-admin-noise/403729/4?silent=true).

### #ux

- @Dreieck reported that nested mouseover notes can be entered in the composer but are not interactive (the inner note cannot be clicked). Suggestions included either making nesting work or escaping the inner note syntax to prevent confusion [read more](https://meta.discourse.org/t/nested-mouseover-notes-can-be-entered-but-not-shown/406501/1?silent=true).

### #Site feedback

- @Moin provided constructive feedback on the daily summary feature, noting that a `silent=true` parameter was sometimes causing false post‑linked notifications. He suggested the team review the parameter usage [read more](https://meta.discourse.org/t/daily-summary-feedback/291853/291?silent=true).

* * *

## Activity by the @Team Group

The Discourse team was active across multiple topics, offering explanations, fixes, and guidance.

- @Awesomerobot addressed the Foundation theme language icon regression (_Modernizing the Foundation theme_, [post 108](https://meta.discourse.org/t/-/395331/108?silent=true)), improved the reply experience in Doc Categories (_Show all replies…_, [post 4](https://meta.discourse.org/t/-/405660/4?silent=true)), and cleaned up tag visibility in the reply modal (_Tag partly visible…_, [post 2](https://meta.discourse.org/t/-/406485/2?silent=true)).
- @Mcwumbly chimed in on the GIFs core integration ([post 23](https://meta.discourse.org/t/-/404829/23?silent=true)), advocated for better notification controls (_Dismiss Admin Noise_, [post 5](https://meta.discourse.org/t/-/403729/5?silent=true)), shared experiences with Resenha voice rooms ([post 58](https://meta.discourse.org/t/-/389056/58?silent=true)), and provided updates on secure uploads in chat ([post 14](https://meta.discourse.org/t/-/238782/14?silent=true) & [16](https://meta.discourse.org/t/-/238782/16?silent=true)).
- @David confirmed the security fix reporting artefact and promised a fix (_Confused about security fixes_, [post 3](https://meta.discourse.org/t/-/406566/3?silent=true)).
- @Davidb clarified that the GIFs setting will remain controllable after the change goes permanent ([post 24](https://meta.discourse.org/t/-/404829/24?silent=true)).
- @Zogstrip quickly acknowledged the 422 error in upcoming changes toggling and linked to a fix PR (_Issue with enabling upcoming changes_, [post 32](https://meta.discourse.org/t/-/395881/32?silent=true)).
- @Tgxworld investigated the report row height issue and applied a fix (_Admin Reporting…_, [post 32](https://meta.discourse.org/t/-/395768/32?silent=true)).
- @Martin worked on the Discourse Hub and core integration for the unified new view ([post 22](https://meta.discourse.org/t/-/404728/22?silent=true)) and contributed to the GIFs wording discussion ([post 26](https://meta.discourse.org/t/-/404829/26?silent=true)).
- @Falco fielded plugin compatibility questions for Resenha ([posts 54 & 56](https://meta.discourse.org/t/-/389056/54?silent=true)).

* * *

_Yesterday proved that even the smallest backport can spark a dozen discussions – and that voice rooms are a surprisingly fun way to break the text barrier._

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月3日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/884 "2026-07-03T05:00:41Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

Over the last 24 hours, the meta community has been buzzing with **106 new posts** across **39 new topics** , collecting **145 likes** in the process.

**Top Contributors (by likes & posts)**

| User | Posts | Likes |
| --- | --- | --- |
| @Lilly | 21 | 29 |
| @Moin | 9 | 13 |
| @Falco | 3 | 12 |
| @Pfaffman | 5 | 9 |
| @Mcwumbly | 1 | 9 |

Honourable mentions: @Tobiaseigen (8 posts), @Dreieck (3 posts), @Elmuerte (2 posts), @Philh (5 posts), @Dax (1 post) – all keeping the conversation flowing.

* * *

## Interesting Topics

### #Announcements

- **June 2026 Monthly Release** — @Elmuerte spotted some CVE cross-references in the release notes that appeared to point to unrelated issues (a Wi-Fi router bug!). @Loic confirmed the links were incorrect, noting Discourse CVEs aren’t propagated yet. [Read more](https://meta.discourse.org/t/june-2026-monthly-release/406435/4?silent=true)

- **Review and suspend non-activated accounts** — @Mcwumbly announced a new feature allowing admins to filter, bulk suspend, and review accounts that haven’t activated via email, making spam wave management much more efficient. [Read more](https://meta.discourse.org/t/review-and-suspend-accounts-which-are-not-yet-activated/406639/1?silent=true)

- **Introducing a new “Post Type” Composer actions dropdown** — @Moin reported a touch-device issue where the dropdown menu overlapped on Android tablets. @Tynaut reproduced the bug and pushed a CSS fix, now merged for the next update. [Read more](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/12?silent=true)

- **Introducing the unified new view for the topic list** — @Moin expressed concern that DiscourseHub no longer shows separate counts for new topics and replies, a helpful distinction for prioritising reading. @Pmusaraj defended the simpler single-count approach, noting that detailed filtering remains available on the website. [Read more](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/25?silent=true)

- **Upcoming Changes system clarification** — @Moin raised confusion around a change that skipped the “stable” phase and seemingly disappeared. @Tgxworld confirmed it was a mistake and re-added the change, noting it’s now permanent and found under `/whats-new`. [Read more](https://meta.discourse.org/t/introducing-upcoming-changes-a-system-to-manage-new-features-and-changes-to-existing-functionality-in-your-community/392894/38?silent=true)

- **Self-Hosting Discourse Just Got a Whole Lot Easier** — @Unicom asked if the new installer allows using a temporary domain while deciding on a permanent one. @Chapoi pointed to the domain change guide and hopes it works. [Read more](https://meta.discourse.org/t/self-hosting-discourse-just-got-a-whole-lot-easier/393915/47?silent=true)

### #Support / #Self-hosting

- **Error running remap after changing site URL** — @Tobiaseigen encountered duplicate key constraint errors when running `discourse remap`. @Lilly provided step-by-step SQL queries to delete conflicting records across multiple tables. After several rounds of trial and error, the remap completed successfully. This sparked a discussion about adding a `discourse db` command, though @Lilly explained why it’s not feasible for all setups. [Read more](https://meta.discourse.org/t/error-running-remap-after-changing-site-url/406649/1?silent=true)

- **Can’t regenerate Discourse ID credentials after domain change** — @Tobiaseigen found that changing the domain broke Discourse ID login. The UI “Regenerate credentials” button errored out. @Pmusaraj noted that in Discourse hosting this is automatic, but self-hosted sites need manual intervention; he suggested a better admin UI for credential deletion. [Read more](https://meta.discourse.org/t/cant-regenerate-discourse-id-credentials-after-changing-domain-name/406648/1?silent=true)

- **Avatars slow to load after moving to S3/R2 storage** — @David_Ghost systematically tested four S3/CDN configurations and found avatars always load slowly on first visit. @Pfaffman and @Lilly theorised the bottleneck is image resizing on the server (rake tasks), not the storage provider. @Falco suggested checking [a related topic](https://meta.discourse.org/t/update-avatar-image-serving-remove-proxy-method/350715?silent=true). [Read more](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827/10?silent=true)

- **How does Discourse handle conflicting watched word actions?** — @M_Terenui asked about priority when the same word appears in multiple watched word lists. @Awesomerobot explained that Block takes precedence; other actions (flag, silence, censor, approve) can all apply independently. @Moin noted you cannot add the same literal word to multiple lists—it gets reassigned. [Read more](https://meta.discourse.org/t/how-does-discourse-handle-conflicting-watched-word-actions/406682/1?silent=true)

- **[Data Explorer](https://meta.discourse.org/t/32566?silent=true) Query Generator 403 Error** — @MCobb reported a 403 when creating new queries. @Lilly confirmed queries work on her latest self-hosted instances and suggested checking the browser console or `/logs` for errors. [Read more](https://meta.discourse.org/t/data-explorer-query-generator-403-error/406694/1?silent=true)

- **Self Hosted Forum Log In Issues** — @Lilly advised a user with Cloudflare issues to disable the proxy, ensure Rocket Loader is off, and set SSL/TLS to Full (Strict), pointing to the Cloudflare template. [Read more](https://meta.discourse.org/t/self-hosted-forum-log-in-issues/406526/4?silent=true)

### #Feature / #ux / #bug

- **Profile spam: Option to delete account and block email but not the IP address** — @Dax announced this feature is now [completed](https://github.com/discourse/discourse/pull/41258), giving admins more granular spam-fighting controls. [Read more](https://meta.discourse.org/t/profile-spam-option-to-delete-account-and-block-email-but-not-the-ip-address/257972/16?silent=true)

- **Prompt message for upcoming changes not clear enough** — @Noble_Fish criticised the ambiguous wording “automatically enabled” which doesn’t offer a toggle or clear guidance. @Moin added that a permanent change on his instance also didn’t appear in the UI, aligning with earlier confusion. [Read more](https://meta.discourse.org/t/the-prompt-message-given-when-upcoming-changes-are-officially-added-is-not-clear-enough/406676/1?silent=true)

- **Nested mouseover notes can be entered but not shown** — @Dreieck reported that nested footnotes are editable but don’t render. @Chapoi decided to strip nested notes server-side, citing UX and technical difficulty. @Dreieck questioned why not just print them verbatim but accepted the fix. [Read more](https://meta.discourse.org/t/nested-mouseover-notes-can-be-entered-but-not-shown/406501/3?silent=true)

- **Bulk tag edits not creating new revision** — @Moin reported the bug in German and asked for workarounds. @Tgxworld confirmed a fix by @Zogstrip was already pushed. [Read more](https://meta.discourse.org/t/bulk-tag-edits-not-creating-new-revision/406700/2?silent=true)

- **Diff between revisions hidden when there is a hidden revision** — @Moin argued that hiding the diff between public revisions after an intervening hidden revision reduces transparency for wiki/documentation topics. @Zogstrip pushed a fix that at least explains the situation, but @Moin feels this doesn’t restore the lost functionality. [Read more](https://meta.discourse.org/t/diff-between-revisions-no-longer-visible-when-there-is-a-hidden-revision-in-between/406254/3?silent=true)

- **Accept paste input during installation** — @Philh reported the new installer doesn’t allow pasting (e.g. API keys) and forces retyping on “No”. @Falco quickly fixed it – the fix will be in tomorrow’s image. @Lilly encouraged posting any further install issues in the support category. [Read more](https://meta.discourse.org/t/accept-paste-input-during-installation/404191/8?silent=true)

### #Plugin / #Theme Component

- **Resenha – Add Discord-style Voice Rooms** — @Falco shared an LLM-summarised changelog of recent Resenha improvements: persistent in-room chat, screen share audio, voice settings modal, and many fixes. He invited user feedback. [Read more](https://meta.discourse.org/t/resenha-add-discord-style-voice-rooms-to-your-community/389056/59?silent=true)

* * *

## Activity by the @Team Group

Team members were highly active across many topics yesterday:

- @Lilly provided extensive step-by-step SQL instructions for @Tobiaseigen on the **remap error** [topic](https://meta.discourse.org/t/error-running-remap-after-changing-site-url/406649/2?silent=true), then explained why a `discourse db` command is infeasible [here](https://meta.discourse.org/t/error-running-remap-after-changing-site-url/406649/13?silent=true). She also diagnosed the slow avatar issue on S3, suggesting the bottleneck is CPU-side image processing [here](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827/17?silent=true), and helped with Cloudflare login issues [here](https://meta.discourse.org/t/self-hosted-forum-log-in-issues/406526/4?silent=true). She recommended a theme component for hiding floating menus [here](https://meta.discourse.org/t/ocultar-menu-flotante/406598/3?silent=true). Additionally, she contributed documentation updates for S3 object storage [here](https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916/508?silent=true) and confirmed a custom emoji CDN fix [here](https://meta.discourse.org/t/custom-emojis-loaded-from-s3-r2-bypass-cdn-routing/406384/12?silent=true).

- @Falco promptly fixed the **paste input** issue in the installer [here](https://meta.discourse.org/t/accept-paste-input-during-installation/404191/11?silent=true) and posted a detailed Resenha plugin update [here](https://meta.discourse.org/t/resenha-add-discord-style-voice-rooms-to-your-community/389056/59?silent=true).

- @Pfaffman weighed in on **S3 avatar slowness** , theorising it’s related to CDN configuration and image generation [here](https://meta.discourse.org/t/avatars-take-a-long-time-to-load-after-moving-to-s3-compatible-r2/405827/13?silent=true). He also endorsed @Lilly's SQL approach for the remap issue [here](https://meta.discourse.org/t/error-running-remap-after-changing-site-url/406649/3?silent=true).

- @Mcwumbly announced the **new feature to review/suspend non-activated accounts** [here](https://meta.discourse.org/t/review-and-suspend-accounts-which-are-not-yet-activated/406639/1?silent=true).

- @Pmusaraj clarified the reasoning behind the **unified new view** in DiscourseHub [here](https://meta.discourse.org/t/introducing-the-unified-new-view-for-the-topic-list/404728/24?silent=true) and explained the limitation of Discourse ID credential regeneration [here](https://meta.discourse.org/t/cant-regenerate-discourse-id-credentials-after-changing-domain-name/406648/2?silent=true).

- @Awesomerobot explained **watched word action priority** (Block first) [here](https://meta.discourse.org/t/how-does-discourse-handle-conflicting-watched-word-actions/406682/2?silent=true) and reproduced the RTE quotation mark bug [here](https://meta.discourse.org/t/rte-removes-quotation-marks-within-wrap-syntax/406488/2?silent=true).

- @Zogstrip fixed the **hidden revision diff explanation** [here](https://meta.discourse.org/t/diff-between-revisions-no-longer-visible-when-there-is-a-hidden-revision-in-between/406254/3?silent=true), noted the **bulk tag revisions fix** [here](https://meta.discourse.org/t/bulk-tag-edits-not-creating-new-revision/406700/4?silent=true), and reported the Theme Creator is back online [here](https://meta.discourse.org/t/theme-creator-is-responding-with-500/406027/8?silent=true).

- @Tgxworld confirmed the **upcoming changes mistake** was corrected [here](https://meta.discourse.org/t/introducing-upcoming-changes-a-system-to-manage-new-features-and-changes-to-existing-functionality-in-your-community/392894/38?silent=true).

- @Chapoi resolved the **nested footnote** bug by stripping them server-side [here](https://meta.discourse.org/t/nested-mouseover-notes-can-be-entered-but-not-shown/406501/3?silent=true) and thanked @Lilly for documentation contributions [here](https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916/509?silent=true).

- @Tynaut fixed the **composer dropdown touch-device** overlap issue [here](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/13?silent=true).

- @David resolved the **security fix reporting confusion** on [releases.discourse.org](http://releases.discourse.org) [here](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/5?silent=true) and provided helpful guidance on the **rebuild failure** topic [here](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/6?silent=true).

- @Martin agreed to update the Upcoming Changes OP to clarify Permanent status [here](https://meta.discourse.org/t/introducing-upcoming-changes-a-system-to-manage-new-features-and-changes-to-existing-functionality-in-your-community/392894/41?silent=true).

- @Supermathie confirmed Cloudflare IP handling guidance [here](https://meta.discourse.org/t/handling-the-chain-of-trust-of-the-end-users-real-ip/406372/8?silent=true).

- @Nathank acknowledged the feature request for filtering calendar ICS by category [here](https://meta.discourse.org/t/discourse-calendar-and-events/97376/605?silent=true).

* * *

In a day where @Tobiaseigen's domain migration saga was rescued by a careful SQL chain, and @Philh asked the installer to “stop typing and start pasting”, let’s hope tomorrow brings fewer constraint violations and more clickable buttons! 🚀

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月4日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/885 "2026-07-04T05:01:25Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the community generated **90 new posts** across **47 topics** , accumulating 113 likes. The top contributors by engagement were:

- **@Don** scored **19 likes** across **2 posts** , notably launching two new high-impact theme components.
- **@Chapoi** earned **18 likes** across **7 posts** , actively building prototypes and providing deep technical support.
- **@Awesomerobot** received **8 likes** across **7 posts** , refining multiple official theme components and fixing legacy issues.
- **@Bartv** gathered **7 likes** across **6 posts** , delivering detailed UX and performance feedback on core features.
- **@Pmusaraj** gained **6 likes** across **4 posts** , diagnosing bugs and improving core user management logic.

## Interesting Topics

### #Support

**Schedule site logo changes?** — @One1 asked if a plugin exists to automatically swap the site logo for seasonal events. @Chapoi not only confirmed no plugin exists, but quickly built a prototype [theme component](https://github.com/chapoi/discourse-scheduled-logo-change) using a `home-logo-image-url` value transformer. @One1 [tested it](https://meta.discourse.org/t/schedule-site-logo-changes/406727/5?silent=true) and requested support for selectively changing only the small logo.

**Import data into Discourse from wpforo** — @Arya_Tavana sought guidance on migrating content from wpForo to Discourse without re-importing existing users. @Chapoi [suggested](https://meta.discourse.org/t/import-data-into-discourse-from-wpforo/406748/2?silent=true) seeking help in #Marketplace for complex migrations, or following a [previous import guide](https://meta.discourse.org/t/import-wordpress-wpforo-posts-messages-etc-into-discourse/179388?silent=true).

**Confused about security fixes as reported at [releases.discourse.org](http://releases.discourse.org)** — @Ed_S was unsure whether running `2026.6.0-latest` was vulnerable to reported security issues. @David [clarified](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/8?silent=true) that `2026.6.0-latest` is indeed vulnerable and users should update to `2026.7.0-latest`. @Ed_S [noted](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/10?silent=true) the need for a better way to compare fixes between versions.

**Bootstrap mode is legacy?** — @Pmusaraj [discovered](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/17?silent=true) that TL1 users faced the same restrictive first-day limits as TL0 users, and that the clock started from the first post date, not account creation. He opened [PR #41433](https://github.com/discourse/discourse/pull/41433) to fix both issues.

**How do I properly configure the AWS SNS topic ARN allowlist?** — @Deenius struggled to configure AWS SNS for email feedback notifications, with subscriptions stuck in “pending confirmation.” After trying several incorrect endpoints, he [solved](https://meta.discourse.org/t/how-do-i-properly-configure-the-aws-sns-topic-arn-allowlist/406734/4?silent=true) it by using `https://forum.example.com/webhooks/aws`.

**Is it possible to unban ip banned by discourse?** — @Webmaster_Webmaster was blocked from a Discourse community by an IP ban and asked if he could check his IP against a Discourse blacklist. @Awesomerobot [removed](https://meta.discourse.org/t/is-it-possible-to-unban-ip-banned-by-discourse/406749/4?silent=true) his posted IP for privacy and [explained](https://meta.discourse.org/t/is-it-possible-to-unban-ip-banned-by-discourse/406749/4?silent=true) that a public IP checker isn’t available as it would aid abusers.

**Can’t regenerate Discourse ID credentials after changing domain name** — @Tobiaseigen [reported](https://meta.discourse.org/t/cant-regenerate-discourse-id-credentials-after-changing-domain-name/406648/6?silent=true) that toggling Discourse ID off and on immediately allowed new credentials to be generated, solving the domain change issue.

### #Theme component

**Post Score - Display engagement metrics on posts** — @Don [released](https://meta.discourse.org/t/post-score-display-engagement-metrics-on-posts/406779/1?silent=true) a new theme component that visualizes a _Post Score_ based on likes, replies, incoming links, bookmarks, and reading time rather than inflated view counts. @NateDhaliwal [suggested](https://meta.discourse.org/t/post-score-display-engagement-metrics-on-posts/406779/2?silent=true) including component settings in the announcement.

**YouTube PiP & Topic Playlist Player** — @Don [launched](https://meta.discourse.org/t/youtube-pip-topic-playlist-player/406773/1?silent=true) a component that adds a continuous YouTube playlist player to the forum header, featuring an SVG progress ring, collapsible video panel, and automatic indexing of all videos in a topic.

**Homepage Feature** — @Awesomerobot [merged](https://github.com/discourse/discourse-homepage-feature-component/pull/99) an update that automatically detects existing thumbnail sizes and uses the best available, rather than only generating specific sizes. @Bartv [explored](https://meta.discourse.org/t/homepage-feature/144264/159?silent=true) a workaround for sorting featured topics by tag date, building a [Data Explorer](https://meta.discourse.org/t/32566?silent=true) query and external script to bypass core limitations.

**Quote Callouts** — @Stephtara [initially struggled](https://meta.discourse.org/t/quote-callouts/350962/71?silent=true) to see her callout formatting after installing the component, but @Arkshine [confirmed](https://meta.discourse.org/t/quote-callouts/350962/72?silent=true) it was actually working. After some cache-related confusion, @Stephtara [verified](https://meta.discourse.org/t/quote-callouts/350962/77?silent=true) it was correct across all browsers.

**Tag Style Tool** — @Arkshine [diagnosed](https://meta.discourse.org/t/tag-style-tool/397885/16?silent=true) that the Tag Style Tool’s settings button was broken because Discourse now redirects `/customize/components/` to `/customize/themes/`. He [submitted a PR](https://github.com/jdc20181/TagStyleTool/pull/1) to fix the URL.

**Versatile Banner** — @Awesomerobot [migrated](https://meta.discourse.org/t/versatile-banner/109133/374?silent=true) the banner component’s default background image away from an external Imgur host, which had served over 1.5 million views. The update sources the image within the theme directly and adds upload settings.

**Gated Topics in Category** — @Awesomerobot [merged](https://github.com/discourse/discourse-gated-topics-in-category/pull/75) an update that modernizes the component and fixes avatar positioning.

### #Announcements

**A preview of the redesigned admin dashboard** — @Bartv [reported](https://meta.discourse.org/t/a-preview-of-the-redesigned-admin-dashboard/404528/18?silent=true) significant performance issues with the new dashboard, noting it is “too slow” to use regularly. @Chapoi [acknowledged](https://meta.discourse.org/t/a-preview-of-the-redesigned-admin-dashboard/404528/19?silent=true) known issues with larger date ranges. @Bartv also [provided](https://meta.discourse.org/t/a-preview-of-the-redesigned-admin-dashboard/404528/21?silent=true) cosmetic feedback on the date selector and requested graph view options for pinned [Data Explorer](https://meta.discourse.org/t/32566?silent=true) queries.

**Introducing a new “Post Type” Composer actions dropdown** — @Tynaut [fixed](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/13?silent=true) a z-index issue where the composer actions dropdown was hidden behind the header on touch devices. The fix was merged in commit `d82dc7c`.

**Introducing a docked composer for AI bot conversations** — @Keegan [explained](https://meta.discourse.org/t/introducing-a-docked-composer-for-ai-bot-conversations/403327/8?silent=true) that the feature’s going forward was accidentally toggled off by a team member and has been re-enabled and bumped to _beta_.

**Introducing Upcoming Changes** — @Martin [updated](https://meta.discourse.org/t/introducing-upcoming-changes-a-system-to-manage-new-features-and-changes-to-existing-functionality-in-your-community/392894/41?silent=true) the OP to clarify that changes marked as Permanent are displayed on `/whats-new`.

**Simpler email subject lines** — @Bondero [requested](https://meta.discourse.org/t/simpler-email-subject-lines/395927/10?silent=true) retaining category information in email subjects for inbox filtering, but later [found](https://meta.discourse.org/t/simpler-email-subject-lines/395927/12?silent=true) it’s available in the `X-Discourse-Category` header. @Mikesouth [expressed](https://meta.discourse.org/t/simpler-email-subject-lines/395927/11?silent=true) a preference for no change to the format.

**Discourse Discover: How Top Tech Brands Run Their Communities** — A [blog roundup](https://meta.discourse.org/t/discourse-discover-how-top-tech-brands-run-their-communities/406721/1?silent=true) highlighting creative Discourse communities.

### #bug

**Nested replies, flagging and staff color has no effect** — @Pmusaraj [confirmed](https://meta.discourse.org/t/nested-replies-flagging-and-staff-color-has-no-effect/406636/3?silent=true) that staff color is not respected in the nested replies post template. @Cuo_Wu [narrowed](https://meta.discourse.org/t/nested-replies-flagging-and-staff-color-has-no-effect/406636/4?silent=true) the flagging bug to the first post only.

**RTE removes quotation marks within wrap syntax** — @Renato [fixed](https://meta.discourse.org/t/rte-removes-quotation-marks-within-wrap-syntax/406488/3?silent=true) a Rich Text Editor bug that stripped quotation marks from `[wrap]` syntax, with [PR #41429](https://github.com/discourse/discourse/pull/41429).

### #ux

**The prompt message given when upcoming changes are officially added is not clear enough** — @Martin [fixed](https://meta.discourse.org/t/the-prompt-message-given-when-upcoming-changes-are-officially-added-is-not-clear-enough/406676/4?silent=true) a notification link bug triggered when changes skip to Permanent status. He [added](https://github.com/discourse/discourse/pull/41385) mention of `/admin/whats-new` for permanent changes.

### #Self-hosting

**Rebuild failure - possibly related to rolldown?** — @David [identified](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/7?silent=true) that the error was caused by running `rm -rf` on core plugins, an unsupported practice. @Merefield [defended](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/8?silent=true) the approach as sometimes necessary to override templates, though @David [reiterated](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/9?silent=true) it’s not supported. A preventive fix was [merged](https://github.com/discourse/discourse/pull/41415) to prevent the catastrophic build failure.

**Error running remap after changing site url** — @Lilly [explained](https://meta.discourse.org/t/error-running-remap-after-changing-site-url/406649/13?silent=true) why a `discourse remap` CLI command cannot be easily added: the script location varies between standard, dual-container, and multisite configurations, making a universal command difficult to implement.

### #Feature

**Quickly explain what Onebox is?** — @Dreieck [asked](https://meta.discourse.org/t/quickly-explain-what-onebox-is/28114/25?silent=true) about the origin of the name “Onebox.” @Awesomerobot [traced](https://meta.discourse.org/t/quickly-explain-what-onebox-is/28114/27?silent=true) it to Google’s ~20-year-old “one box” concept for showing answer snippets.

### #Community Building

**Sharing approaches to using automation to send messages to members** — @Stephtara [resurfaced](https://meta.discourse.org/t/sharing-approaches-to-using-automation-to-send-messages-to-members/383691/24?silent=true) a request for the upcoming Workflows feature. @Chapoi [confirmed](https://meta.discourse.org/t/sharing-approaches-to-using-automation-to-send-messages-to-members/383691/25?silent=true) it’s “not far off” and “worth the wait.”

### #blog

**Discourse Discover: How Top Tech Brands Run Their Communities** — A [blog post](https://meta.discourse.org/t/discourse-discover-how-top-tech-brands-run-their-communities/406721/1?silent=true) highlighting innovative Discourse communities.

## Activity by the @Team Group

- **@Chapoi** was exceptionally productive, [building a prototype](https://meta.discourse.org/t/schedule-site-logo-changes/406727/2?silent=true) for scheduled logo changes in response to a feature request, [responding](https://meta.discourse.org/t/import-data-into-discourse-from-wpforo/406748/2?silent=true) to a wpforo migration query, [acknowledging](https://meta.discourse.org/t/a-preview-of-the-redesigned-admin-dashboard/404528/19?silent=true) dashboard performance feedback, [confirming](https://meta.discourse.org/t/sharing-approaches-to-using-automation-to-send-messages-to-members/383691/25?silent=true) Workflows is nearing release, and [fixing](https://meta.discourse.org/t/ai-title-suggest-icon-is-placed-above-the-title-input-field/406256/4?silent=true) the AI title suggest icon placement with [PR #41417](https://github.com/discourse/discourse/pull/41417).

- **@Awesomerobot** [merged](https://github.com/discourse/discourse-homepage-feature-component/pull/99) an improvement for automatic thumbnail selection in Homepage Feature, [modernized](https://github.com/discourse/discourse-gated-topics-in-category/pull/75) the Gated Topics component, [migrated](https://meta.discourse.org/t/versatile-banner/109133/374?silent=true) the Versatile Banner from an external image host, and [investigated](https://meta.discourse.org/t/invite-link-to-private-group-arrive-at-topic-private-category-not-working/406457/2?silent=true) a private invite link issue.

- **@David** [diagnosed](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/7?silent=true) a rebuild failure as being caused by `rm -rf` on core plugins and [merged a fix](https://github.com/discourse/discourse/pull/41415), [clarified](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/8?silent=true) security fix versioning, and responded to feature requests.

- **@Martin** [fixed](https://meta.discourse.org/t/the-prompt-message-given-when-upcoming-changes-are-officially-added-is-not-clear-enough/406676/4?silent=true) a notification link bug for Permanent changes and [updated](https://meta.discourse.org/t/introducing-upcoming-changes-a-system-to-manage-new-features-and-changes-to-existing-functionality-in-your-community/392894/41?silent=true) the Upcoming Changes documentation.

- **@Pmusaraj** [confirmed](https://meta.discourse.org/t/nested-replies-flagging-and-staff-color-has-no-effect/406636/3?silent=true) a bug with staff color in nested replies, [investigated](https://meta.discourse.org/t/cant-regenerate-discourse-id-credentials-after-changing-domain-name/406648/4?silent=true) Discourse ID credential regeneration, [reviewed](https://meta.discourse.org/t/cant-regenerate-discourse-id-credentials-after-changing-domain-name/406648/4?silent=true) the UX of adding more buttons, and [improved](https://meta.discourse.org/t/bootstrap-mode-is-legacy/402468/17?silent=true) the first-day limits for TL1 users.

- **@Merefield** [engaged](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/8?silent=true) in the core plugin override debate and [provided](https://meta.discourse.org/t/problem-with-rebuilding-discourse-on-self-hosted/406711/3?silent=true) a concise fix for a rebuild issue.

- **@Stephtara** [tested](https://meta.discourse.org/t/quote-callouts/350962/71?silent=true) the Quote Callouts component and [advocated](https://meta.discourse.org/t/sharing-approaches-to-using-automation-to-send-messages-to-members/383691/24?silent=true) for the upcoming Workflows feature.

- **@Keegan** [announced](https://meta.discourse.org/t/introducing-a-docked-composer-for-ai-bot-conversations/403327/8?silent=true) that the docked AI bot composer has been re-enabled.

- **@Renato** [fixed](https://meta.discourse.org/t/rte-removes-quotation-marks-within-wrap-syntax/406488/3?silent=true) a composer bug with [PR #41429](https://github.com/discourse/discourse/pull/41429).

- **@Jagster** [suggested](https://meta.discourse.org/t/how-do-i-properly-configure-the-aws-sns-topic-arn-allowlist/406734/2?silent=true) an endpoint for AWS SNS configuration.

- **@NateDhaliwal** [recommended](https://meta.discourse.org/t/post-score-display-engagement-metrics-on-posts/406779/2?silent=true) including component settings in @Don's announcement, and [responded](https://meta.discourse.org/t/wsl-discourse/406743/2?silent=true) to a Chinese-language query about WSL development setup.

* * *

From @Chapoi’s impromptu Logo component to @Don’s dual codec-cracking releases, yesterday’s meta creativity was running on all cylinders — even @Awesomerobot had to tip its hat to Imgur’s 1.5 million views of a single banner image!

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月5日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/886 "2026-07-05T05:01:07Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the community generated **45 new posts** across **28 active topics**. The most engaged users were:

| User | Posts | Likes Received |
| --- | --- | --- |
| @Moin | 6 | 4 |
| @Falco | 4 | 3 |
| @Nicolsdennis | 5 | 2 |
| @Lilly | 3 | 2 |
| @42aross | 2 | 1 |
| @AkarinLiu | 1 | 1 |
| @Heliosurge | 1 | 1 |
| @Roi | 1 | 1 |
| @Dannii | 3 | 0 |
| @NateDhaliwal | 3 | 0 |

* * *

## Interesting Topics

### #Announcements

- **GIFs are moving to Discourse core!** — @Lilly reported confusion with the migration path, noting that the new core setting is hidden when the old GIF theme component is installed. @Moin helped clarify the steps: uninstall the component, disable the upcoming change, then reinstall and reconfigure. The setting `gif enabled` must be set to `no one` before the component can be used again. [read more](https://meta.discourse.org/t/gifs-are-moving-to-discourse-core/404829?silent=true)

### #Plugin

- **Resenha – Add Discord-style Voice Rooms** — @Nicolsdennis asked about integrating Resenha with the Events plugin and whether a hook could render voice rooms on event topics. @Falco responded that it’s possible in the future, with a five‑minute pre‑event notification that directs users into the room. He also noted that a popup widget and full‑page view were already added. [read more](https://meta.discourse.org/t/resenha-add-discord-style-voice-rooms-to-your-community/389056?silent=true)

- **Allow-pm-to-staff** — @Roi reported a regression after the latest code update (`2026.7.0‑latest`), where sending private messages fails with a stack trace pointing to `discourse-allow-pm-to-staff`. Deactivating the plugin restores functionality. @Pfaffman acknowledged the issue and invited a PR. [read more](https://meta.discourse.org/t/allow-pm-to-staff/260946?silent=true)

### #ux

- **Group members last visited and last posted date of hidden profiles** — @Moin spotted a display bug on the @Team group members list: usernames become nearly invisible when a user’s profile is hidden. The dates overlap with the text, making the list hard to read. [read more](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816?silent=true)

### #Support

- **AI Qwen 3.7‑plus support** — A user asked about troubleshooting a 500 error when querying the Qwen API. @Falco advised checking the `ai_api_audit_logs` table and removing the WHERE clause from the SQL to inspect the most recent entry. [read more](https://meta.discourse.org/t/ai-qwen3-7-plus/406799?silent=true)

- **Icons + texts?** — @Heliosurge shared a link to the Header Submenus theme component as a solution for adding both icons and text to the header bar. [read more](https://meta.discourse.org/t/icons-texts/406652?silent=true)

- **Respond instructions tag – can it be moved?** — @Andro asked how to move the `%{respond_instructions}` placeholder to the top of email notifications. @Moin explained that editing the email templates at `/admin/email/templates` or via `/admin/customize/site_texts` works, and provided a list of template keys that populate the tag. [read more](https://meta.discourse.org/t/respond-instrictions-tag-can-it-be-moved/406810?silent=true)

- **Does Discourse call AI APIs in the background?** — @M_Terenui noticed periodic API calls to Gemini every five minutes even when not actively using AI features. @Falco confirmed that background tasks for summaries, embeddings, and sentiment analysis trigger those calls, depending on enabled settings. [read more](https://meta.discourse.org/t/does-discourse-call-ai-apis-in-the-background/406836?silent=true)

### #Feature

- **Add `{username}` as a template param in AI persona system prompts** — @42aross opened a PR to include `{username}` in `BotContext::TEMPLATE_PARAMS`, enabling AI agents to know which user is interacting. The change is small and additive, solving the need for server‑side user resolution without relying on fragile LLM parsing. [read more](https://meta.discourse.org/t/add-username-as-a-template-param-in-ai-persona-system-prompts/406846?silent=true)

### #bug

- **Can’t drag to extend text selection in composer on iOS/iPadOS 18.x** — @Overgrow reported that dragging selection handles does nothing inside the composer on iOS 18.x (both legacy and WYSIWYG). Selecting text outside the composer works fine. The bug affects Safari and Chrome on iOS. [read more](https://meta.discourse.org/t/cant-drag-to-extend-a-text-selection-in-the-composer-on-ios-ipados-18-x-touchmove-selection-frozen/406834?silent=true)

### #Self-hosting

- **Self‑hosted forum has frequent 502 and 503 errors** — @Dannii described a forum ([intfiction.org](http://intfiction.org)) that became very slow after updating to `2026.1.5`. High load averages and `execution expired` errors in the email processor suggest SMTP timeouts and possible sidekiq bottlenecks. @NateDhaliwal recommended increasing RAM. [read more](https://meta.discourse.org/t/self-hosted-forum-has-frequent-502-and-503-errors/406849?silent=true)

- **Receiving error regarding certificate not being able to load** — @LaugeSvan, in a first‑time install attempt, encountered `PEM_read_bio_X509_AUX()` failure for the SSL certificate. @NateDhaliwal pointed to a likely Let’s Encrypt rate limit and linked to a relevant troubleshooting topic. [read more](https://meta.discourse.org/t/receiving-error-regarding-certificate-not-being-able-to-load/406822?silent=true)

### #Theme component

- **Unformatted Code Detector** — @Noble_Fish suggested adding a configurable list of syntax types to detect, to reduce false positives on forums that only use specific code formats like INI or CPP. [read more](https://meta.discourse.org/t/unformatted-code-detector/112773?silent=true)

### #wordpress

- **[WP Discourse](https://github.com/discourse/wp-discourse) SSO does not synchronize local avatars provided by Advanced Site Enhancements** — @Miednr reported that the SSO login always imports the default avatar despite using the `local_user_avatar_attachment_id` meta field. The `wpdc_sso_avatar_url` filter appeared ineffective. He seeks guidance on the current avatar‑synchronisation mechanism. [read more](https://meta.discourse.org/t/wp-discourse-sso-does-not-synchronize-local-avatars-provided-by-advanced-site-enhancements/406809?silent=true)

### #Integrations

- **Set up Gemini API Keys for Discourse AI** — @M_Terenui noted that Google no longer allows simple API keys as of June 2026; service accounts are now mandatory. He asked whether Discourse AI can work with service account keys and whether the integration needs an update. [read more](https://meta.discourse.org/t/set-up-gemini-api-keys-for-discourse-ai/320688?silent=true)

* * *

## Activity by the @Team Group

Members of the @Team group were active in several discussions over the past 24 hours:

- **@Moin** posted in six topics:

- **@Falco** participated in three topics:

- **@Lilly** posted in two topics:

* * *

Yesterday’s most liked topic was the announcement that **GIFs are moving to Discourse core** – a change so sticky that even the team needed a step‑by‑step workaround. Maybe we should start paying royalties to the meme lords? 😄

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月6日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/887 "2026-07-06T05:00:47Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

- **New topics created:** 14
- **New posts written:** 23
- **Total likes received on new posts:** 17

### Top Posters by Likes Received (last 24h)

| User | Likes | Posts |
| --- | --- | --- |
| @Gilles | 3 | 1 |
| @NateDhaliwal | 3 | 1 |
| @Boubou | 2 | 2 |
| @Ethsim2 | 2 | 1 |
| @Noble_Fish | 2 | 1 |
| @42aross | 1 | 2 |
| @Ed_S | 1 | 1 |
| @Lou | 1 | 1 |
| @Miednr | 1 | 1 |
| @Small-Lovely-Cat | 1 | 1 |

* * *

## Interesting Topics

### #Self-hosting

- @Boubou needed help modifying the Nginx configuration inside Discourse Docker to pass real IPs through HAProxy. @Ethsim2 provided a detailed explanation of using `X-Forwarded-For` vs PROXY protocol, including sample `app.yml` snippets and a warning not to edit container files directly. Later, @Boubou reported success by disabling Let’s Encrypt and applying the suggested `set_real_ip_from` directive. [[read more]](https://meta.discourse.org/t/-/406863?silent=true)

- @Dannii reported frequent 502 and 503 errors on their self-hosted forum, with high load averages and email delivery timeouts. @NateDhaliwal recommended increasing RAM. @Dannii observed that PostgreSQL CPU spikes coincided with daily backups and that the mail receiver was being overwhelmed by spam. @Ed_S agreed that more RAM would help. [[read more]](https://meta.discourse.org/t/-/406849?silent=true)

- @Dannii also asked how to configure `aws_sns_topic_arn_allowlist`, a new site advice seen after upgrading to 2026.1.5. They found the commit in the changelog but no further documentation. [[read more]](https://meta.discourse.org/t/-/406853?silent=true)

- @Miednr reported a bug where visitors could not access the forum index, but a week later the issue resolved itself without intervention. They will monitor and update if it recurs. [[read more]](https://meta.discourse.org/t/-/406106/13?silent=true)

- @Satonotdead solved the problem of using internal AI endpoints by adding the Docker internal gateway IP to `DISCOURSE_ALLOWED_INTERNAL_HOSTS` and exposing LiteLLM’s port. They also cleaned up broken MCP servers via the Rails console. [[read more]](https://meta.discourse.org/t/-/405831/9?silent=true)

### #Feature

- @Gilles suggested improving the user search function in chat: instead of using the “+” icon in the discussions section, it would be more intuitive to allow direct username search in the chat search bar. [[read more]](https://meta.discourse.org/t/-/406867?silent=true)

- @42aross contributed a small PR that adds `{username}` as a template parameter to AI persona system prompts, enabling AI agents to know exactly which user is interacting with them without relying on fragile parsing. [[read more]](https://meta.discourse.org/t/-/406846?silent=true)

- @Small-Lovely-Cat opened a PR to allow users to delete their own pending topics and posts directly from the `/activity/pending` page, rather than only inside the topic. A “Delete” button now appears alongside pending items, with proper confirmation. [[read more]](https://meta.discourse.org/t/-/406879?silent=true)

### #Announcements

- @Noble_Fish continued a discussion on granular group‑based permissions for anonymous and logged‑in users. They pointed out that the meaning of “everyone” varies by context and asked for a documentation table. @Martin responded that they have PRs in progress and will explore an AI‑assisted audit of all group‑based settings. [[read more]](https://meta.discourse.org/t/-/402273/10?silent=true)

- @Martin also posted in the livestream announcement thread, confirming that livestream is now a simple toggle on event creation and that further improvements are planned. @Stromfeldt asked about breakout groups from a single stream, a feature not yet implemented but under consideration. [[read more]](https://meta.discourse.org/t/-/404866/7?silent=true)

### #Plugin

- @Lou reported that expired events are not included in the `/discourse-post-event/events.ics` feed, and found an alternative by using the single event endpoint. They are building a custom tag filter to work around this. [[read more]](https://meta.discourse.org/t/-/97376/606?silent=true)

### #ux

- @Stephtara checked in on a suggestion to make inline links to subcategories more concise, asking if any progress has been made since the #meta-redesign-2026 work. [[read more]](https://meta.discourse.org/t/-/397217/6?silent=true)

- @Martin fixed a minor UX issue: the “Permanent” filter on the upcoming changes page was mistakenly left in the dropdown and has now been removed via PR 41455. [[read more]](https://meta.discourse.org/t/-/402433/4?silent=true)

### #Theme component

- @Eisammy asked in the Gated Topics component thread whether the component used to hide HTML content even with JavaScript disabled, and thanked for a correction. [[read more]](https://meta.discourse.org/t/-/225454/47?silent=true)

### #Support

- @Satonotdead (already covered in Self‑hosting above) also shared a tip for removing misconfigured MCP servers via `AiMcpServer.destroy`. [[read more]](https://meta.discourse.org/t/-/405831/9?silent=true)

* * *

## Activity by the @Team Group

- @Martin participated in three topics:

- @NateDhaliwal advised @Dannii to increase server RAM to help with 502/503 errors and high CPU usage. [[read more]](https://meta.discourse.org/t/-/406849/2?silent=true)

* * *

_And yesterday’s Nginx wizardry reminded us all that sometimes the simplest fix—disabling Let’s Encrypt—is the one that finally passes the real IP through._

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月7日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/888 "2026-07-07T05:01:02Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, our community produced **87 new posts** across **29 topics** , with a total of **79 likes** given. Here are the top contributors by likes and posts:

| User | Likes Received | Posts Made |
| --- | --- | --- |
| @Chapoi | 20 | 9 |
| @Falco | 6 | 4 |
| @Nicolsdennis | 5 | 6 |
| @Martin | 4 | 6 |
| @David | 4 | 4 |
| @Darkpixlz | 4 | 3 |
| @Ed_S | 4 | 3 |
| @Moin | 4 | 3 |
| @Small-Lovely-Cat | 4 | 2 |
| @Gilles | 4 | 1 |

* * *

## Interesting Topics

### #Feature

- **Allow users to delete pending topics/posts from the activity page** – @Small-Lovely-Cat proposed a new Delete button on the `/activity/pending` page so users can remove their own pending topics without staff intervention. @Darkpixlz and @Moin discussed whether a confirmation dialog is needed, with @Chapoi noting that Discourse generally avoids modals for reversible actions. [Read more](https://meta.discourse.org/t/feature-allow-user-to-delete-their-pending-topic-post-at-activity-page/406879/1?silent=true)

- **Improving the chat user search experience** – @Gilles (in French) highlighted the need for a more intuitive user search in chat, especially on mobile and for less technical users. @Chapoi pointed out the `Cmd+K` shortcut, while @Satonotdead wished for a way to disable Discourse shortcuts entirely. [Read more](https://meta.discourse.org/t/ameliorer-la-fonction-recherche-utilisateur-dans-le-chat/406867/2?silent=true)

- **Feedback for Ask Discourse** – @Matthewruzzi reported errors when replying to AI responses with similar content or when flagging too quickly. @HAWK questioned whether the bot involved was actually Ask Discourse. [Read more](https://meta.discourse.org/t/feedback-for-ask-discourse/336805/16?silent=true)

### #Support

- **Confusion about security fix listings on [releases.discourse.org](http://releases.discourse.org)** – @Ed_S wanted a simpler way to see which security fixes were included in a given version. @David explained the advanced changelog comparison and fixed a bug where unsupported-release comparisons were incomplete. [Read more](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/11?silent=true)

- **Integrating Discourse with a Wix website** – Newcomer @Gid asked how Discourse can be connected to a Wix site, confused about free self-hosting versus Discourse-managed hosting. @Chapoi and @NateDhaliwal clarified the options: self-hosting is free but requires a server, and Wix cannot run Discourse natively. [Read more](https://meta.discourse.org/t/discourse-forum-with-my-wix-website/406922/1?silent=true)

- **Invite link to private group not redirecting to correct topic** – @Akjgklajg reported that after accepting an invite to a private group/category, the redirect to the invited topic fails with a 404. @Awesomerobot asked about browser console errors, and @Putty suggested a timing issue. [Read more](https://meta.discourse.org/t/invite-link-to-private-group-arrive-at-topic-private-category-not-working/406457/3?silent=true)

- **How to use internal AI endpoints** – @Satonotdead shared a solution for connecting Discourse to a local LLM via LiteLLM by exposing ports and using Docker internal gateway IPs, plus cleaning up bad MCP server configurations. [Read more](https://meta.discourse.org/t/how-to-use-internal-ai-endpoints/405831/9?silent=true)

### #General

- **Discourse Desktop Mac App** – @Nicolsdennis showcased a native macOS desktop app built for Discourse, with features like sidebar inversion, cinema widget view, multi-forum support, and offline browsing. The community reacted with curiosity about availability and advantages over a PWA. [Read more](https://meta.discourse.org/t/discourse-desktop-mac-app/406912/1?silent=true)

### #Theme component

- **Schedule Logo Change – automate seasonal logo swaps** – @Chapoi released a theme component that lets admins define recurring date ranges for logos (desktop, mobile, dark mode). The component falls back to defaults for any missing variants. [Read more](https://meta.discourse.org/t/schedule-logo-change-automate-discourse-site-logo-s/406901/1?silent=true)

### #Community Building

- **Best practices for choosing custom fonts** – @Urdu-Nigaar423 asked for advice on using Google Fonts vs. self-hosted fonts, performance impact, and accessibility concerns. @NateDhaliwal warned against monospace fonts, and @Awesomerobot recommended self-hosting and limiting font variants. [Read more](https://meta.discourse.org/t/best-practices-for-choosing-custom-fonts-in-discourse-themes/406906/1?silent=true)

### #Self-hosting

- **Rebuild failure possibly related to rolldown** – @Tanya_Byrne confirmed that an unsupported approach of deleting plugin files caused a broken build. @David advised using the admin UI to disable plugins instead, and @Merefield advocated for official support of hiding unused plugins from the admin interface. [Read more](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/11?silent=true)

- **Self-hosting an open-source LLM for Discourse AI** – @Mononym was setting up an Ollama backend for AI translation. @Falco recommended modern models like Qwen 3.5 or Gemma 4 over outdated ones, and explained how to configure the LLM provider using OpenAI compatibility. [Read more](https://meta.discourse.org/t/self-hosting-an-opensource-llm-for-discourseai/290923/10?silent=true)

### #Announcements

- **Granular group-based permissions for anonymous and logged-in users** – @Martin provided an AI-generated table detailing which site settings are affected by the upcoming change that replaces `everyone` with explicit `logged_in_users` and `anonymous_users` groups. He opened two PRs to fix related issues. [Read more](https://meta.discourse.org/t/granular-group-based-permissions-for-anonymous-and-logged-in-users/402273/11?silent=true)

- **GIFs are moving to Discourse core!** – @Shauny asked about attribution requirements for Klipy API keys. @Martin noted that the core version omits the provider logo that existed in the theme component, and questioned whether that was intentional. [Read more](https://meta.discourse.org/t/gifs-are-moving-to-discourse-core/404829/31?silent=true)

- **Livestream is now part of the Events plugin** – @Stromfeldt asked about breakout room support for livestream events. @Martin and @Lindsey explained that breakout rooms aren’t supported yet, and suggested using chat threads as a workaround. [Read more](https://meta.discourse.org/t/livestream-is-now-part-of-the-events-plugin/404866/7?silent=true)

### #ux

- **Purpose of the “Permanent” filter on the upcoming changes page** – @Martin opened a PR to remove the Permanent filter, acknowledging it was simply left over from earlier development. [Read more](https://meta.discourse.org/t/what-is-the-purpose-of-the-permanent-filter-on-the-upcoming-changes-page/402433/4?silent=true)

- **Group members last visited and last posted date for hidden profiles** – @Awesomerobot confirmed a fix is on the way for the issue where hidden user profiles display placeholder dates, referencing PR #41467. [Read more](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816/2?silent=true)

### #bug

- **Admin users always get 500 timeout in GitUtils.has\_commit?** – @Aliarjmandi described a fresh Discourse install where admin logins hang for 30 seconds due to a `GitUtils.has_commit?` timeout, while normal users are fine. The issue appears to be triggered only when `admin == true`. Running Git commands manually is instantaneous. [Read more](https://meta.discourse.org/t/admin-users-always-get-500-timeout-in-gitutils-has-commit-while-normal-users-work-fine/406903/1?silent=true)

- **Nested replies, flagging, and staff color has no effect** – @Markvanlan is working on a PR (#41475) to fix issues with nested replies where flagging and staff styling do not apply correctly. [Read more](https://meta.discourse.org/t/nested-replies-flagging-and-staff-color-has-no-effect/406636/7?silent=true)

* * *

## Activity by the @Team Group

- @Chapoi contributed to multiple topics: he helped clarify the new pending topic deletion feature ([link](https://meta.discourse.org/t/feature-allow-user-to-delete-their-pending-topic-post-at-activity-page/406879/5?silent=true)), suggested the `Cmd+K` shortcut for chat search ([link](https://meta.discourse.org/t/ameliorer-la-fonction-recherche-utilisateur-dans-le-chat/406867/2?silent=true)), explained self-hosting vs Discourse hosting for a Wix user ([link](https://meta.discourse.org/t/discourse-forum-with-my-wix-website/406922/2?silent=true)), released the Schedule Logo Change theme component ([link](https://meta.discourse.org/t/schedule-logo-change-automate-discourse-site-logo-s/406901/1?silent=true)), and acknowledged the iOS bug report noting it affects an unsupported version ([link](https://meta.discourse.org/t/cant-drag-to-extend-a-text-selection-in-the-composer-on-ios-ipados-18-x-touchmove-selection-frozen/406834/2?silent=true)).

- @Falco gave detailed guidance on self-hosting LLMs: he recommended Qwen 3.5 or Gemma 4 over outdated models ([link](https://meta.discourse.org/t/self-hosting-an-opensource-llm-for-discourseai/290923/11?silent=true)), and advised on image generation support ([link](https://meta.discourse.org/t/ai-qwen3-7-plus/406799/6?silent=true)).

- @Martin drove the granular permissions change with a large AI-generated analysis of site settings ([link](https://meta.discourse.org/t/granular-group-based-permissions-for-anonymous-and-logged-in-users/402273/11?silent=true)), removed the Permanent filter from upcoming changes ([link](https://meta.discourse.org/t/what-is-the-purpose-of-the-permanent-filter-on-the-upcoming-changes-page/402433/4?silent=true)), and discussed livestream breakout rooms and the GIFs core migration ([link](https://meta.discourse.org/t/livestream-is-now-part-of-the-events-plugin/404866/7?silent=true), [link](https://meta.discourse.org/t/gifs-are-moving-to-discourse-core/404829/31?silent=true)).

- @David helped @Ed_S navigate security fix comparisons, fixed a bug in the changelog tool ([link](https://meta.discourse.org/t/confused-about-security-fixes-as-reported-at-releases-discourse-org/406566/11?silent=true)), and advised @Tanya_Byrne to disable plugins via the admin UI instead of deleting files ([link](https://meta.discourse.org/t/rebuild-failure-possibly-related-to-rolldown/406498/12?silent=true)).

- @Awesomerobot confirmed a fix for hidden profile dates in group member lists ([link](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816/2?silent=true)), and investigated an invite redirect issue ([link](https://meta.discourse.org/t/invite-link-to-private-group-arrive-at-topic-private-category-not-working/406457/4?silent=true)).

- @Lindsey clarified that breakout rooms are not yet supported in the livestream integration ([link](https://meta.discourse.org/t/livestream-is-now-part-of-the-events-plugin/404866/9?silent=true)).

- @Markvanlan is actively working on a PR to fix nested reply styling and flagging ([link](https://meta.discourse.org/t/nested-replies-flagging-and-staff-color-has-no-effect/406636/7?silent=true)).

- @Angus helped @Miednr debug the [WP Discourse](https://github.com/discourse/wp-discourse) SSO avatar sync issue, asking for logs and checking settings ([link](https://meta.discourse.org/t/wp-discourse-sso-does-not-synchronize-local-avatars-provided-by-advanced-site-enhancements/406809/2?silent=true)).

* * *

**Fun sign-off:** With all the logo scheduling, desktop apps, and AI experiments, it’s no wonder Discourse users are never bored – and neither are their forums!

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月8日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/889 "2026-07-08T05:00:50Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

Over the last 24 hours, the community produced **48 new posts** and **25 new topics** , with a total of **63 likes** across the returned data.

**Top contributors (by likes received):**

| User | Posts | Likes Received |
| --- | --- | --- |
| @Lindsey | 1 | 11 |
| @Moin | 1 | 9 |
| @Falco | 3 | 6 |
| @Davidb | 2 | 4 |
| @Merefield | 1 | 4 |
| @Awesomerobot | 2 | 3 |
| @HAWK | 2 | 3 |
| @J.Jaffeux | 2 | 3 |
| @Lilly | 2 | 3 |
| @Satonotdead | 1 | 3 |

* * *

## Interesting Topics

### #Announcements

- **Removing Uncategorized and migrating to a standard category** – @Lindsey announced that the special `Uncategorized` category is being removed and replaced with a standard category to fix long‑standing bugs. Communities using “tags only” are advised to install a theme component and adjust their `top_menu`. The change can be enabled early via the **Upcoming changes** admin page. [read more](https://meta.discourse.org/t/-/406373/1?silent=true)

- **GIFs are moving to Discourse core!** – @Davidb noted that a global notice banner has been added to the legacy theme component to alert site admins of the upcoming migration. The component will be archived soon, so admins are encouraged to fork it if they still need Giphy support. [read more](https://meta.discourse.org/t/-/404829/33?silent=true)

* * *

### #Support

- **Modérateur par catégorie** – @Mireille_Coilhac asked how to assign moderators per category. @Moin explained that the `enable_category_group_moderation` site setting must be enabled, then groups can be selected in the category’s advanced moderation tab. [read more](https://meta.discourse.org/t/-/406961/2?silent=true)

- **How do I give badges manually** – @Tom_Nook_360 wanted to grant a badge manually. @Satonotdead kindly pointed to the existing guide. [read more](https://meta.discourse.org/t/-/407033/2?silent=true)

- **Discourse Forum with my Wix website** – @Gid explored deeper integration with Wix and proposed a partnership between Discourse and Wix, noting that Wix recently shut down its own forum app. [read more](https://meta.discourse.org/t/-/406922/4?silent=true)

* * *

### #Feature

- **Feedback for Ask Discourse** – @Matthewruzzi reported receiving “too similar” and “too quick” errors when interacting with the DiscourseHelper bot on [ask.discourse.com](http://ask.discourse.com). @HAWK and @Awesomerobot traced the issue to standard Discourse rate‑limiting and possible duplicate submissions. [read more](https://meta.discourse.org/t/-/336805/16?silent=true)

- **Pin chat messages for increased visibility** – @J.Jaffeux posted a work‑in‑progress update on the pinning feature for chat, tagging @Renato. [read more](https://meta.discourse.org/t/-/397571/13?silent=true)

- **Add setting to not show flag notification to admins who are not moderators** – @Lilly implemented this feature as a setting in the **Dismiss Admin Noise** theme component, noting that it applies to all admin users and lacks per‑user granularity. [read more](https://meta.discourse.org/t/-/383964/4?silent=true)

* * *

### #Plugin

- **Resenha - Add Discord‑style Voice Rooms** – @Nicolsdennis praised the latest update with full‑screen rooms. @Bird reported a mobile issue, but @Falco confirmed it works after a recent Discourse update. [read more](https://meta.discourse.org/t/-/389056/62?silent=true)

- **Discourse-Telegram chat bridge** – @Babylai presented a new plugin that offers real‑time two‑way bridging between Discourse Chat and Telegram, with support for Telegram forum topics, formatting, and rate‑limit handling. [read more](https://meta.discourse.org/t/-/406959/1?silent=true)

* * *

### #Theme component

- **Topic List Previews (TLP)** – @Merefield announced that TLP now renders masonry views in native CSS for Safari (and experimental flags in other browsers), massively improving rendering efficiency. [read more](https://meta.discourse.org/t/-/209973/736?silent=true)

- **Dismiss Admin Noise!** – @Lilly improved mass notification handling and added a setting to auto‑dismiss pending flag notifications for admins who aren’t moderators, while still showing the count in the sidebar. [read more](https://meta.discourse.org/t/-/403729/6?silent=true)

* * *

### #bug

- **German translations contain translation elements** – @Putty reported that German translations sometimes include JSON wrapper artefacts. @Falco proposed a fix in the prompt logic and advised users with custom translation agents to update their prompts accordingly. [read more](https://meta.discourse.org/t/-/407009/1?silent=true)

- **Category description truncates to first paragraph for base language but not for Localizations** – @Awesomerobot confirmed the inconsistency and is making the translated descriptions follow the same truncation rule. [read more](https://meta.discourse.org/t/-/406801/2?silent=true)

- **Double Likes showing up for reactions‑disabled sites** – @Tradegood spotted double like buttons appearing again. @NateDhaliwal clarified that this is an intentional design change to align with the reactions system. [read more](https://meta.discourse.org/t/-/407044/1?silent=true)

* * *

### Other Categories

- **[WP Discourse](https://github.com/discourse/wp-discourse) SSO does not synchronize local avatars** – @Miednr and @Angus worked through debugging the `wpdc_sso_params` filter, concluding that the SSO code may not be firing correctly. [read more](https://meta.discourse.org/t/-/406809/9?silent=true)

- **CSRFTokenVerifier::InvalidCSRFToken when initiating SAML login** – @Osman_Nuri_Mermer described a clean setup where SAML login fails immediately due to a CSRF token issue, suspecting a Rails 8 / OmniAuth interaction. [read more](https://meta.discourse.org/t/-/406986/1?silent=true)

* * *

## Activity by the @Team Group

The Discourse team contributed across many areas yesterday.

- @Lindsey authored the removal of the Uncategorized category, explaining the migration process and the upcoming change toggle. [read more](https://meta.discourse.org/t/-/406373/1?silent=true)

- @Moin helped a non‑English user set up per‑category moderators, referencing the `enable_category_group_moderation` setting. [read more](https://meta.discourse.org/t/-/406961/2?silent=true)

- @Davidb updated the GIPHY migration thread with news about the global notice banner and later merged a fix for the missing condition when porting the component to core. [read more](https://meta.discourse.org/t/-/404829/33?silent=true) [read more](https://meta.discourse.org/t/-/404829/34?silent=true)

- @Awesomerobot confirmed and fixed the category description truncation bug, ensuring translated descriptions follow the same first‑paragraph rule. [read more](https://meta.discourse.org/t/-/406801/2?silent=true) He also helped diagnose duplicate flag issues in the Ask Discourse feedback thread. [read more](https://meta.discourse.org/t/-/336805/21?silent=true)

- @J.Jaffeux shared an update on the chat message pinning feature [read more](https://meta.discourse.org/t/-/397571/13?silent=true) and explained that the local‑storage approach for reactions was simply easier at the time. [read more](https://meta.discourse.org/t/-/183261/419?silent=true)

- @Pmusaraj confirmed that a site requesting inclusion in Discourse Discover has been approved. [read more](https://meta.discourse.org/t/-/314909/24?silent=true)

- @Falco proposed a fix for the German translation artefacts in the AI prompt [read more](https://meta.discourse.org/t/-/407009/2?silent=true) and later advised @Putty to update custom agent copies. [read more](https://meta.discourse.org/t/-/407009/4?silent=true) He also confirmed Resenha works on mobile after a recent update. [read more](https://meta.discourse.org/t/-/389056/64?silent=true)

- @HAWK identified that the errors @Matthewruzzi experienced on [ask.discourse.com](http://ask.discourse.com) were caused by standard Discourse spam rate‑limiting. [read more](https://meta.discourse.org/t/-/336805/20?silent=true)

- @Lilly pushed improvements to the **Dismiss Admin Noise** component, including a setting for auto‑dismissing flag notifications for non‑moderator admins. [read more](https://meta.discourse.org/t/-/403729/6?silent=true) She also noted that the new feature is not granular per user. [read more](https://meta.discourse.org/t/-/383964/4?silent=true)

- @Satonotdead swiftly answered a new user’s question on manually granting badges. [read more](https://meta.discourse.org/t/-/407033/2?silent=true)

* * *

> With the Uncategorized category being retired and GIF support moving into core, yesterday’s activity felt like a deep spring cleaning—and we promise no puppies were harmed in the making of this summary.

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月9日 05:01 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/890 "2026-07-09T05:01:11Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

In the last 24 hours, the community generated **88 new posts** across **32 new topics** , accumulating **110 likes**. The most active contributors by likes and posts were:

- @Moin – 22 likes, 12 posts
- @Lilly – 9 likes, 3 posts
- @Eviepayne – 8 likes, 5 posts
- @Matthewruzzi – 7 likes, 10 posts
- @Awesomerobot – 7 likes, 4 posts
- @Gid – 5 likes, 2 posts
- @Orioni – 5 likes, 2 posts
- @Southpaw – 5 likes, 1 post
- @Mcwumbly – 4 likes, 10 posts
- @Mireille_Coilhac – 4 likes, 6 posts

## Interesting Topics

### #Self-hosting

@Eviepayne wondered about the **update notice banner** that appears after a forum update — @Moin explained it’s a core feature triggered only when a browser tab has been open for a long time before the update. [Read more](https://meta.discourse.org/t/-/407111/1?silent=true).

### #development

@Gid expressed genuine admiration for the **Meta Branded theme** featured on this very forum, calling it “quietly elegant.” @Moin clarified that the theme is custom‑built for Meta and not publicly available, but similar effects can be achieved with custom development. [Read more](https://meta.discourse.org/t/-/407076/1?silent=true).

### #bug

@Copymonopoly reported a **category slug validation error** — when toggling the “Allow owner to edit first post indefinitely” setting, leaving the slug blank triggered a false “required” error. @Awesomerobot confirmed it and [removed the validation](https://github.com/discourse/discourse/pull/41570). [Read more](https://meta.discourse.org/t/-/407105/1?silent=true).

@Tradegood noticed **double like buttons** reappearing on sites that have reactions disabled. @Davidb traced it to the upcoming default‑enabling of Discourse Reactions; setting the transition to “No one” opts out. [Read more](https://meta.discourse.org/t/-/407044/1?silent=true).

@Orioni spotted an aggressive AI crawler using the user‑agent `lfc‑discourse‑public‑crawler` that was hammering `.json` endpoints from Singapore. @Awesomerobot suggested it might be a fork of the archival tool, and @Orioni blocked it via `robots.txt`. [Read more](https://meta.discourse.org/t/-/407069/1?silent=true).

### #Feature

@Southpaw revived a long‑standing request to **translate custom sidebar links and sections** — @Nat confirmed the team is working on it and will land it “soon™.” [Read more](https://meta.discourse.org/t/-/299871/5?silent=true).

@Lilly contributed a **theme component** to allow admins to dismiss flag notifications if they are not moderators, and @Mcwumbly weighed in on possible core improvements (make moderators the only hard‑coded notify group). [Read more](https://meta.discourse.org/t/-/383964/4?silent=true).

@Mcwumbly chimed in on a request to **configure the number of reaction buttons visible below a post** , noting that @Davidb is exploring making existing reactions clickable to join in. [Read more](https://meta.discourse.org/t/-/406669/4?silent=true).

### #Support

@Zard_W asked how to **prevent proprietary product names from being translated by AI**. @Falco pointed out that you can customize the translation agent’s prompt to preserve specific terms. [Read more](https://meta.discourse.org/t/-/407052/1?silent=true).

@Cbtforum wanted to **cancel their hosting plan** ; @Moin linked them to the [cancellation guide](https://meta.discourse.org/t/how-do-i-cancel-my-hosting-plan/306413?silent=true) and showed where the cancel button lives. [Read more](https://meta.discourse.org/t/-/407088/1?silent=true).

@Mireille_Coilhac (in French) asked how to **disable automatic topic closure after marking as solved**. @Moin and @Asa explained that the category‑level “Auto close solved topics” setting overrides the global `solved topics auto close hours` — and that currently each category must be set individually. [Read more](https://meta.discourse.org/t/-/407058/1?silent=true).

@Irfandi found that **tags were missing in API responses for non‑admin users**. @Supermathie confirmed that tags are visible by default and must be explicitly hidden. [Read more](https://meta.discourse.org/t/-/407095/1?silent=true).

@Janbolmeson ran into **Anthropic Sonnet 5 errors** with semantic search and summarization — the problem was “assistant message prefill” in the Content Creator persona. Removing the prefill (or cloning and switching off the setting) fixed it. [Read more](https://meta.discourse.org/t/-/407117/1?silent=true).

### #Site feedback

@Matthewruzzi asked whether **RSS feeds on Meta are allowed under the ToS**. @HAWK confirmed that RSS use is fine and not considered automated access, and offered to clarify the ToS wording. [Read more](https://meta.discourse.org/t/-/407094/1?silent=true).

### #Theme component

@Lilly released an update to **Dismiss Admin Noise!** , adding an auto‑dismiss setting for flag notifications for admins not in the moderator group. [Read more](https://meta.discourse.org/t/-/403729/6?silent=true).

## Activity by the @Team Group

The @Team group stayed busy across several discussions:

- @Awesomerobot pinpointed the cause of the **update notice banner** ([topic](https://meta.discourse.org/t/-/407111/6?silent=true)), fixed the **category slug validation** ([PR](https://github.com/discourse/discourse/pull/41570)) and speculated on the **mysterious crawler** ([topic](https://meta.discourse.org/t/-/407069/2?silent=true)).
- @Mcwumbly contributed to the **flag notification design** ([topic](https://meta.discourse.org/t/-/383964/5?silent=true)), the **reaction visibility** discussion ([topic](https://meta.discourse.org/t/-/406669/4?silent=true)), and the **post‑mark‑as‑read** request ([topic](https://meta.discourse.org/t/-/407047/2?silent=true)). He also invited concrete feedback on **Discobot discoveries** ([topic](https://meta.discourse.org/t/-/407133/2?silent=true)).
- @Davidb explained the **double likes** issue as part of the reactions‑by‑default rollout ([topic](https://meta.discourse.org/t/-/407044/4?silent=true)).
- @Chapoi confirmed the **double likes** regression and investigated a **schedule logo change** component ([topic](https://meta.discourse.org/t/-/407044/3?silent=true)).
- @Falco advised on customising the **translation agent prompt** to protect proprietary vocabulary ([topic](https://meta.discourse.org/t/-/407052/4?silent=true)) and queried @Janbolmeson’s **Sonnet 5 configuration** ([topic](https://meta.discourse.org/t/-/407117/2?silent=true)).
- @HAWK assured @Matthewruzzi that **RSS feeds are welcome** on Meta and offered to update the ToS ([topic](https://meta.discourse.org/t/-/407094/2?silent=true)).
- @NateDhaliwal noted that the **double like buttons** were intentional in a recent change ([topic](https://meta.discourse.org/t/-/407044/2?silent=true)).
- @Supermathie helped debug **tag visibility** in the API ([topic](https://meta.discourse.org/t/-/407095/2?silent=true)).
- @Nat confirmed that **translatable custom sidebar content** is coming soon ([topic](https://meta.discourse.org/t/-/299871/10?silent=true)).
- @Martin updated a PR for **granular group permissions** and explained migration steps for theme components ([topic](https://meta.discourse.org/t/-/402273/14?silent=true)).

* * *

Yesterday’s most unusual visitor was a crawler from Singapore masquerading as a Discourse tool — proving that even AI bots can’t resist the elegance of the Meta theme!

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2026年七月10日 05:00 UTC](https://meta.discourse.org/t/daily-summary-5am-utc/291851/891 "2026-07-10T05:00:37Z")

</div>

# Today on [meta.discourse.org](http://meta.discourse.org)…

## Key Stats

Over the last 24 hours, **91 new posts** were made across **36 new topics** , with a total of **105 likes** given. The most active and liked contributors were:

- @Moin – 17 likes, 8 posts
- @Mcwumbly – 16 likes, 15 posts
- @Lilly – 10 likes, 3 posts
- @Matthewruzzi – 9 likes, 8 posts
- @Nat – 8 likes, 4 posts
- @Falco – 7 likes, 2 posts
- @Philh – 6 likes, 3 posts
- @Awesomerobot – 5 likes, 2 posts
- @HAWK – 4 likes, 1 post
- @One1 – 3 likes, 5 posts

A lively day of discussion, with strong engagement from both community members and the Discourse team.

* * *

## Interesting Topics

We’ve grouped the most notable discussions by category. Each topic includes a brief summary and a direct link to the conversation.

### #Feature

- **Add setting to not show flag notification to admins who are not moderators** – A spirited debate on how to stop non-moderator admins from receiving flag notifications. @Mcwumbly laid out options (a group setting, hardcoding to moderators only, or personal notification preferences), @Lilly quickly opened [a PR for option B](https://meta.discourse.org/t/-/383964/7?silent=true) (which later closed), and @Awesomerobot weighed in with a thoughtful [sketch for granular notification preferences](https://meta.discourse.org/t/-/383964/11?silent=true). The conversation also touched on category moderators and the risk of missing flags. [read more](https://meta.discourse.org/t/-/383964?silent=true)

- **Feature request: make it possible to translate custom sidebar links and sections** – After years of waiting, @Nat announced that this is coming soon™ with a thumbs-up emoji. The feature will integrate with content-localization to allow translation of custom sidebar items based on user locale. [read more](https://meta.discourse.org/t/-/299871/10?silent=true)

- **Configure number of different reactions visible below a posting** – @Mcwumbly shared that @Davidb has been exploring ways to let users click an existing reaction to “join in,” which could also affect how many reactions are shown. This ties into ongoing work on reaction improvements. [read more](https://meta.discourse.org/t/-/406669/4?silent=true)

- **Add RFC 5005 support to Discourse RSS feeds** – @Matthewruzzi proposed adding RFC 5005 (feed paging and archiving) to Discourse RSS feeds, which currently only show 25 items. This would allow readers to access older posts via RSS link relations. [read more](https://meta.discourse.org/t/-/407218?silent=true)

- **Feature request: Limit topic translation to specific categories** – @Nat shared [a PR](https://meta.discourse.org/t/-/392993/11?silent=true) that introduces a new setting type for selecting which categories (all, public, or custom inclusion/exclusion) can have translations. A clever way to have “our cake and eat it.” [read more](https://meta.discourse.org/t/-/392993/11?silent=true)

- **Improve convenience in setting of auto-grid less than 3 images** – @Ethsim2 asked for a configurable threshold for auto-grid, which currently kicks in at 3 images. @Mcwumbly proposed a broader rethinking of image groups with list/grid/carousel modes, and @Chapoi and @Renato were looped in for design thoughts. [read more](https://meta.discourse.org/t/-/406731?silent=true)

- **Integrate shared DataExplorer reports into the UI** – @One1 requested a better interface for non-admin users to view DataExplorer reports, suggesting adding a link to the user menu or a group-scoped sidebar section. @Nat and @Awesomerobot offered design ideas. [read more](https://meta.discourse.org/t/-/407234?silent=true)

### #Support

- **Discourse AI: Need to Remove JSON Response to get Anthropic Sonnet 5 working** – @RGJ reported issues using Sonnet 5 on an older ESR version. @Falco confirmed the model needs newer code (post‑2026.1) and that “trying to use a new model with an old Discourse is not a winning strategy.” [read more](https://meta.discourse.org/t/-/407117/4?silent=true)

- **Emails failing to send, images not working, onebox issues after updating** – @Richie experienced a cascade of failures after an update, resolved by a full rebuild. The discussion explored possible causes (S3, SES, background services) and @Moin suggested [safe mode](https://meta.discourse.org/t/53504?silent=true) wouldn’t have caught all issues. [read more](https://meta.discourse.org/t/-/407169?silent=true)

- **Update default FAQ language** – @Mireille_Coilhac asked how to show the FAQ in French by default. @Moin guided them to the `site_text` replacement tool and noted the topic can stay in a private staff category. [read more](https://meta.discourse.org/t/-/407143?silent=true)

### #Self-hosting

- **New installer works well, but one hostname gave me fits** – @Philh praised the new installer but detailed a painful experience with a Let’s Encrypt rate limit that caused zero-byte certificates and refused connections. @Falco acknowledged the issue and pointed to moving to nginx native ACME support. [read more](https://meta.discourse.org/t/-/407204?silent=true)

### #Site feedback

- **Feedback on Discobot discoveries results on meta** – @Matthewruzzi discovered that Discobot sometimes hallucinates (e.g., calling RFC 5005 “The WebSocket Protocol” when it’s really Feed Paging). @Mcwumbly suggested better prompts but acknowledged hallucinations are hard to prevent entirely. This topic serves as a place to collect examples. [read more](https://meta.discourse.org/t/-/407133?silent=true)

- **Are you allowed to use the RSS feeds on Discourse Meta?** – @HAWK clarified that the ToS language is aimed at abusive automation, not casual RSS use, and said the wording may be updated to be clearer. [read more](https://meta.discourse.org/t/-/407094/4?silent=true)

### #blog

- **Introducing the new Starter Plan!** – @Mkeys asked if the Starter Plan still exists. @Mcwumbly confirmed it’s now a legacy plan, replaced by the Free plan, but offered to discuss alternative approaches. [read more](https://meta.discourse.org/t/-/326214/5?silent=true)

### #Extras

- **Modernized Foundation Theme Fuchsia CSS** – @Hipp0 shared a heavily customized Foundation theme with custom CSS for excerpts, thumbnails, and oneboxes, along with a color palette inspired by [X.com](http://X.com)’s white. [read more](https://meta.discourse.org/t/-/407191?silent=true)

### #bug

- **User-agent: lfc-discourse-public-crawler** – @Jagster noted that `robots.txt` is only a polite suggestion and suggested handling such crawlers at the nginx level. [read more](https://meta.discourse.org/t/-/407069/4?silent=true)

* * *

## Activity by the @Team Group

The Discourse team was highly active across many discussions. Here’s a summary of their contributions:

- **@Mcwumbly** – Drove the debate around flag notifications for admins, sharing multiple design options and concluding that personal notification preferences are the best long-term direction. Also participated in [Discobot feedback](https://meta.discourse.org/t/-/407133?silent=true), [reaction configuration](https://meta.discourse.org/t/-/406669?silent=true), [auto-grid improvements](https://meta.discourse.org/t/-/406731?silent=true), [read-mark customization](https://meta.discourse.org/t/-/407047?silent=true), [conversational AI search](https://meta.discourse.org/t/-/355939/18?silent=true) (suggesting a topic for feedback), and [sidebar translation](https://meta.discourse.org/t/-/379540?silent=true) (noting the feature hasn’t been prioritized yet).

- **@Lilly** – Immediately implemented [a PR for option B](https://meta.discourse.org/t/-/383964/7?silent=true) (notify only moderators) but later closed it after team feedback indicated a different direction. Also chimed in on the [FAQ language topic](https://meta.discourse.org/t/-/407143?silent=true) (as a side note) and offered thoughts on the [installer paste feature](https://meta.discourse.org/t/-/404191/17?silent=true).

- **@Awesomerobot** – Provided design input on the flag notification feature, including a [sketch for granular notification preferences](https://meta.discourse.org/t/-/383964/11?silent=true). Also updated the [Beginner’s guide to themes](https://meta.discourse.org/t/-/91966/54?silent=true) with fresh screenshots, and weighed in on the [DataExplorer reports UI](https://meta.discourse.org/t/-/407234?silent=true) with suggestions for user menu placement.

- **@Falco** – Addressed the [Let’s Encrypt rate limit issue](https://meta.discourse.org/t/-/407204/3?silent=true) in the new installer, explaining the plan to move to nginx native ACME support. Also helped troubleshoot the [Anthropic Sonnet 5 problem](https://meta.discourse.org/t/-/407117/4?silent=true), confirming it’s a compatibility issue with older Discourse versions.

- **@Nat** – Celebrated the [custom sidebar link translation](https://meta.discourse.org/t/-/299871/10?silent=true) as coming soon, and opened [a PR for limiting topic translation to specific categories](https://meta.discourse.org/t/-/392993/11?silent=true). Also offered design thoughts on [DataExplorer reports](https://meta.discourse.org/t/-/407234?silent=true) and investigated a [tag restriction bug](https://meta.discourse.org/t/-/407050?silent=true) related to category settings.

- **@Martin** – Engaged in the [granular group permissions discussion](https://meta.discourse.org/t/-/402273?silent=true), considering adding `disallowed_groups` functionality to theme setting objects based on @Moin’s feedback. Also noted that his ad component uses string group names instead of the group type setting, and agreed to explore improvements.

* * *

Despite the ACME rate limit jail that kept poor @Philh from installing his forum, the community’s enthusiasm for improving Discourse soared higher than a freshly issued Let’s Encrypt certificate — complete with a free side of RFC 5005. 📡🔓

[上一頁](https://meta.discourse.org/t/daily-summary-5am-utc/291851.md?page=32)

[下一頁](https://meta.discourse.org/t/daily-summary-5am-utc/291851.md?page=34)
