Skip to content

Commit 7b70400

Browse files
committed
Update readme preview & Fix links
1 parent 57b4977 commit 7b70400

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

preview-images/preview-0.png

2.28 KB
Loading

preview-images/preview-1.png

-1.59 KB
Loading

src/background/chat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ export function connect(channel_name: string) {
103103
}
104104

105105
parsed_link.link = parsed_link.link.replace(/\/reels\//g, "/reel/");
106-
106+
107107
link_queue.update(links => {
108108
const already_in_queue = links.find(link => link.link == parsed_link.link);
109109

110-
if (true) {
110+
if (parsed.tags.merged["bits"]) {
111111
const words = parsed.message.split(/\s+/).filter(word => !/^https?:\/\//.test(word));
112112

113113
for (const word of words) {

0 commit comments

Comments
 (0)