Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/actions/build-test-pack/action.yml
  • Loading branch information
p0we7 committed Mar 18, 2023
2 parents 47ee711 + 8d150fc commit 9df526c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spider/index.js
Expand Up @@ -118,6 +118,7 @@ chrome.storage.sync.get("options", async (data) => {
let topic = spider(document.body, id, page)
chrome.storage.sync.get('recentTopics', async (data) => {
let recentTopics = data.recentTopics || []
if (recentTopics.find(i => i.id == topic.id)) return
recentTopics.unshift({
author: topic.author,
avatar: topic.avatar,
Expand Down

0 comments on commit 9df526c

Please sign in to comment.