# 100개 이상의 채팅방에 참여하면 별표가 붙은 채팅방이 사라집니다

**URL:** https://meta.discourse.org/t/starred-chats-disappear-if-user-is-in-more-than-100-chats/411040
**Category:** Support
**Tags:** chat
**Created:** [8월 27, 2026, 7:51오전 UTC](https://meta.discourse.org/t/starred-chats-disappear-if-user-is-in-more-than-100-chats/411040 "2026-08-27T07:51:46Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [8월 27, 2026, 8:37오전 UTC](https://meta.discourse.org/t/starred-chats-disappear-if-user-is-in-more-than-100-chats/411040/3 "2026-08-27T08:37:23Z")

</div>

보고해줘서 고마워 @ARK-Helena 👍 이 경계 값은 엣지 케이스에 가까워서\[1\] 사과를 둘로 잘라서 별표가 달린 채널을 일반 채널과 독립적으로 가져올 수 있도록 지원했지만, 여전히 각 "유형"당 100개 제한은 유지했습니다.

> <https://github.com/discourse/discourse/pull/42975>
>
> Previously, \`Chat::ChannelFetcher.structured\` capped the sidebar payload at 100 …followed public channels (ordered alphabetically) and 75 direct message channels (ordered by activity), so a starred channel past either cutoff never reached the client and vanished from the Starred section.
> 
> This change fetches starred channels with a dedicated query and merges them into the result, running it only when the base list actually hit its limit so the extra queries cost nothing for the vast majority of users.
> 
> Meta: https://meta.discourse.org/t/starred-chats-disappear-if-user-is-in-more-than-100-chats/411040

* * *

1. 진짜로, 별표가 달린 채널이 100개라니?

---

_[View the full topic](https://meta.discourse.org/t/starred-chats-disappear-if-user-is-in-more-than-100-chats/411040)._
