discourse/test/javascripts/models
Krzysztof Kotlarek 52c1d7337e
FEATURE: don't display new/unread notification for muted topics (#9482)
* FEATURE: don't display new/unread notification for muted topics

Currently, even if user mute topic, when a new reply to that topic arrives, the user will get "See 1 new or updated topic" message. After clicking on that link, nothing is visible (because the topic is muted)

To solve that problem, we will send background message to all users who recently muted that topic that update is coming and they can ignore the next message about that topic.
2020-04-23 14:57:35 +10:00
..
badge-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
category-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
composer-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
email-log-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
group-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
invite-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
nav-item-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
post-stream-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
post-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
report-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
rest-model-test.js DEV: Use `type` instead of `method` in ajax calls (#8974) 2020-03-26 21:00:10 +01:00
result-set-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
session-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
site-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
staff-action-log-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
store-test.js FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
topic-details-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
topic-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
topic-tracking-state-test.js FEATURE: don't display new/unread notification for muted topics (#9482) 2020-04-23 14:57:35 +10:00
user-action-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
user-badge-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
user-drafts-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
user-stream-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
user-test.js FIX: when category or tag is muted, update user (#9456) 2020-04-21 08:33:55 +10:00