Skip to content

Commit 31f5f0e

Browse files
committed
add thread param
1 parent c4e1d24 commit 31f5f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Embed {
5858

5959
const params = new URLSearchParams({ api: this.id })
6060

61-
for (const param of ['username', 'avatar', 'token', 'notifications', 'notificationtimeout']) {
61+
for (const param of ['username', 'avatar', 'token', 'notifications', 'notificationtimeout', 'thread']) {
6262
if (node.hasAttribute(param)) params.append(param, node.getAttribute(param))
6363
}
6464

0 commit comments

Comments
 (0)