discourse/plugins/chat/test/javascripts/unit/models
Gabriel Grubba 83f77449c6
DEV: thread count should be 0 if threading is disabled in chat (#38383)
Somewhat a follow-up from
https://github.com/discourse/discourse/pull/36719, that change prevented
the blue dot notification from appearing

We now ensure that when threading is disabled, both
`unreadThreadsCountSinceLastViewed` and `watchedThreadsUnreadCount`
return 0
Also added unit testing to `chat-channel ` service.
2026-03-11 09:41:35 -03:00
..
chat-channel-test.js DEV: thread count should be 0 if threading is disabled in chat (#38383) 2026-03-11 09:41:35 -03:00
chat-message-test.js FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00