# Tägliche Zusammenfassung (13 Uhr UTC)

**URL:** https://meta.discourse.org/t/daily-summary-1pm-utc/291852
**Category:** Forum summaries
**Created:** [16. Januar 2024 um 22:00 UTC](https://meta.discourse.org/t/daily-summary-1pm-utc/291852 "2024-01-16T22:00:28Z")
**Posts on this page:** 1
**Showing post:** 696

<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: [31. Dezember 2025 um 13:02 UTC](https://meta.discourse.org/t/daily-summary-1pm-utc/291852/696 "2025-12-31T13:02:34Z")

</div>

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

## Key Stats

- **New posts** : 59
- **New topics** : 8
- **Top users** :
  - @zogstrip (6 posts, 7 likes)
  - @mcwumbly (2 posts, 6 likes)
  - @chapoi (3 posts, 6 likes)
  - @david (1 post, 5 likes)
  - @rishabh (1 post, 5 likes)
  - @NateDhaliwal (3 posts, 4 likes)
  - @Moin (12 posts, 4 likes)
  - @pfaffman (4 posts, 3 likes)
  - @renato (1 post, 3 likes)
  - @Canapin (1 post, 3 likes)

* * *

## Interesting Topics

#Announcements

- **Release v2025.12.0** : @rishabh kicked off the end-of-year cycle with the new [Discourse Rewind](https://meta.discourse.org/t/discourse-rewind/390847?silent=true) retro summary, rolled out a [refreshed review queue](https://meta.discourse.org/t/a-new-review-queue-layout-with-all-new-features/388194?silent=true), and added live PR statuses in the [Discourse GitHub plugin](https://meta.discourse.org/t/discourse-github/99895?tl=en&silent=true). Full [release notes](https://meta.discourse.org/t/-/392314/1?silent=true).

- **Release v3.5.3** : @mcwumbly delivered a security & maintenance update fixing issues flagged via [HackerOne](https://hackerone.com/discourse), including a user-discovery bypass ([CVE-2025-64528](https://github.com/discourse/discourse/security/advisories/GHSA-c59w-jwx7-34v4)). See the [announcement](https://meta.discourse.org/t/-/392357/1?silent=true).

- **Release v2025.11.1** : Shortly after, @mcwumbly shipped v2025.11.1 to patch similar security gaps—again thanks to our community and [HackerOne](https://hackerone.com/discourse) for the reports. [Read more](https://meta.discourse.org/t/-/392356/1?silent=true).

#Support

- **Silence duration** : @chapoi tackled “How long does automatic ‘New user typed too fast’ silence last?”, noting the default is `1000.years.from_now` and UI support is missing. Solution in [post #5](https://meta.discourse.org/t/-/392392/5?silent=true) and [follow-up](https://meta.discourse.org/t/-/392392/7?silent=true).

- **Noindex by category** : @pfaffman confirmed there’s no built-in UI to set `noindex` per category, pointing to community threads like [350066](https://meta.discourse.org/t/is-it-possible-to-specify-noindex-for-all-topics-in-a-specified-category/350066?silent=true) and the third-party [discourse-categories-suppressed](https://github.com/discourse/discourse-categories-suppressed) plugin [read more](https://meta.discourse.org/t/-/392395/1?silent=true).

- **FontAwesome issue** : @davidkingham reported nearly all icons broken after an upgrade—removing the FA Pro plugin restored defaults. [Watch the demo](https://cln.sh/zGTW0sjK) and join the discussion [here](https://meta.discourse.org/t/-/392401/1?silent=true).

- **External API search** : @Andrew_Rowe showed how `https://meta.discourse.org/search.json?q=URL` finds topics linking to any external page (e.g. [news.bbc.co.uk](https://meta.discourse.org/search.json?q=https%3A%2F%2Fnews.bbc.co.uk&silent=true)) and shared PHP/Curl embed tips [here](https://meta.discourse.org/t/embed-a-list-of-discourse-topics-onto-an-external-site/293709/28?silent=true) [details](https://meta.discourse.org/t/-/392361/5?silent=true).

- **Missing notifications** : @Rubi discovered mods aren’t always PM-alerted when users are silenced despite `Notify mods when user silenced` being enabled. See the deep dive in [post #11](https://meta.discourse.org/t/-/386159/11?silent=true), error logs in the [Redis client](https://github.com/redis/redis-client), and full thread [here](https://meta.discourse.org/t/-/386159/15?silent=true).

#Bug

- **Paste → Markdown corruption** : Copying a table into the rich editor then switching to Markdown broke the markup; @renato merged [PR #36917](https://github.com/discourse/discourse/pull/36917) to fix it [test report](https://meta.discourse.org/t/-/392035/2?silent=true).

- **Localization excerpts** : When first posts are localized, topic list excerpts weren’t updating. @nat shipped a fix in [PR #36885](https://github.com/discourse/discourse/pull/36885) and a back-fill task in [PR #36901](https://github.com/discourse/discourse/pull/36901) [discussion](https://meta.discourse.org/t/-/392232/7?silent=true).

- **Chat DM badge count** : Replies in DMs weren’t marked as unread because of threading quirks; @zogstrip diagnosed it over months and landed a patch in [PR #36918](https://github.com/discourse/discourse/pull/36918) [read more](https://meta.discourse.org/t/-/384734/8?silent=true).

#Dev

- **Custom CSS hook** : @NateDhaliwal demonstrated targeting the unread dot in the sidebar, topic dots, and notification icons with CSS and pointed to the [custom CSS guide](https://meta.discourse.org/t/making-custom-css-changes-on-your-site/168101?silent=true#p-836623-adding-css-to-your-discourse-site-3) [guide](https://meta.discourse.org/t/-/392427/3?silent=true).

- **currentUser service** : @RGJ clarified that `@service currentUser` is injected via [inject-discourse-objects.js](https://github.com/discourse/discourse/blob/5b51f071caa80e2f9b3e06eb6fd4a0c9a785bc25/frontend/discourse/app/initializers/inject-discourse-objects.js#L14-L18) rather than a standalone Ember.js service [details](https://meta.discourse.org/t/-/392449/2?silent=true).

#Feature

- **AI gist exclusions** : @Lilly proposed a setting to exclude RSS-feed categories from AI summarization for cost control, sparking conversation about #categories and #tags scope [feature request](https://meta.discourse.org/t/-/392448/1?silent=true).

- **Site setting docs links** : @ToddZ and @Jonathan5 brainstormed linking each site setting back to its group or docs for smoother navigation in `/admin` [thread](https://meta.discourse.org/t/-/392445/6?silent=true).

* * *

## Activity by the [@team](https://meta.discourse.org/groups/team?silent=true) Group

- @zogstrip diagnosed and fixed the **DM badge count** bug in chat, landing [PR #36918](https://github.com/discourse/discourse/pull/36918) and weighed in on the [chatables 502 error](https://meta.discourse.org/t/-/392286/12?silent=true).
- @mcwumbly authored the **v3.5.3** [security release](https://meta.discourse.org/t/-/392357/1?silent=true) and swiftly followed with **v2025.11.1** [patch notes](https://meta.discourse.org/t/-/392356/1?silent=true).
- @chapoi offered the accepted solution for the “typed too fast” silence duration [see post #5](https://meta.discourse.org/t/-/392392/5?silent=true) and guided the feature-request next steps.
- @david expanded on **v2025.12.0** plugin improvements in [post #3](https://meta.discourse.org/t/-/392314/3?silent=true).
- @rishabh led the **v2025.12.0** announcement, spotlighting #Discourse\_Rewind and the revamped review queue [announcement](https://meta.discourse.org/t/-/392314/1?silent=true).
- @renato tracked down the composer paste bug and merged the fix in [PR #36917](https://github.com/discourse/discourse/pull/36917).

* * *

Between silencing speedy newbies, chasing elusive chat badges, and rewinding the year in retro style, our meta space sure knows how to keep the party rolling!

---

_[View the full topic](https://meta.discourse.org/t/daily-summary-1pm-utc/291852)._
