summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue b/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue
index 98c15b4fba..2555e97003 100644
--- a/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue
@@ -47,7 +47,9 @@ export default Vue.extend({
mounted() {
if (this.connection) this.connection.close();
- this.connection = (this as any).os.stream.connectToChannel('hashtag', this.tagTl.query);
+ this.connection = (this as any).os.stream.connectToChannel('hashtag', {
+ q: this.tagTl.query
+ });
this.connection.on('note', this.onNote);
this.fetch();