mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix regression in notifications filter
This commit is contained in:
@@ -546,7 +546,7 @@
|
||||
}
|
||||
|
||||
// Filter thread_top notifications if the filter is active
|
||||
let filterThreadTop = document.getElementById('cn-' + notifyType + '-input');
|
||||
let filterThreadTop = document.getElementById('tt-' + notifyType + '-only');
|
||||
if (filterThreadTop && filterThreadTop.classList.contains('active')) {
|
||||
let notifications = notify_menu.querySelectorAll('[data-thread_top="false"]');
|
||||
notifications.forEach(notification => notification.classList.add('tt-filter-active'));
|
||||
|
||||
Reference in New Issue
Block a user