# 채널 채팅에서 답글에 대한 알림이 표시되지 않음

**URL:** https://meta.discourse.org/t/chat-notifications-not-showing-for-replies-in-chat-channels/410620
**Category:** Bug
**Tags:** notifications, chat
**Created:** [8월 21, 2026, 2:16오후 UTC](https://meta.discourse.org/t/chat-notifications-not-showing-for-replies-in-chat-channels/410620 "2026-08-21T14:16:35Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [9월 9, 2026, 2:29오후 UTC](https://meta.discourse.org/t/chat-notifications-not-showing-for-replies-in-chat-channels/410620/2 "2026-09-09T14:29:53Z")

</div>

리포트해 주셔서 감사합니다! 한 가지 추가적으로, 이는 클라이언트/서버 불일치 문제입니다… 동일한 창을 열어 둔 채 다른 브라우저에서 테스트 사용자를 열면 알림 점이 표시될 수 있지만, 읽음 상태를 변경하지 않았음에도 새로고침 시 사라집니다. 임의 사용자(impersonation)는 새로고침과 동일한 효과를 일으킵니다.

이것이 문제를 수정할 것입니다

> <https://github.com/discourse/discourse/pull/43479>
>
> Replying to someone in a channel with threading disabled leaves no unread indica…tor, because the reply was tracked as a thread message while rendering in the channel stream. Essentially we have an expectation that the threading interface will handle this state, but don't have coverage when threading is disabled. 
> 
> This fix counts those replies against the channel's read marker, so both the unread dot and mentions inside the reply now show up when threading is disabled. 
> 
> Issue originally reported here: https://meta.discourse.org/t/chat-notifications-not-showing-for-replies-in-chat-channels/410620
> 
> To repro: 
> 
> 1. Create channel with threading disabled
> 2. Post a message in that channel, then navigate away from the channel
> 3. Open an incognito window and log in as a different user
> 4. Join the channel and reply to that first message 
> 5. Switch to the original user, and note that you can see the unread dot in the sidebar
> 6. Refresh the page, you'll notice the unread dot in the sidebar goes away despite not having visited the channel

---

_[View the full topic](https://meta.discourse.org/t/chat-notifications-not-showing-for-replies-in-chat-channels/410620)._
