Fix regression in syncing with native catalog.
This commit is contained in:
parent
3d079f7e7e
commit
f430164b8c
@ -196,6 +196,8 @@ Settings =
|
|||||||
@textContent = 'Hidden: 0'
|
@textContent = 'Hidden: 0'
|
||||||
$.get 'hiddenThreads', $.dict(), ({hiddenThreads}) ->
|
$.get 'hiddenThreads', $.dict(), ({hiddenThreads}) ->
|
||||||
if $.hasStorage and g.SITE.software is 'yotsuba'
|
if $.hasStorage and g.SITE.software is 'yotsuba'
|
||||||
|
for boardID of hiddenThreads['4chan.org']?.boards
|
||||||
|
localStorage.removeItem "4chan-hide-t-#{boardID}"
|
||||||
for boardID of hiddenThreads.boards
|
for boardID of hiddenThreads.boards
|
||||||
localStorage.removeItem "4chan-hide-t-#{boardID}"
|
localStorage.removeItem "4chan-hide-t-#{boardID}"
|
||||||
($.delete ['hiddenThreads', 'hiddenPosts'])
|
($.delete ['hiddenThreads', 'hiddenPosts'])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user