forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
13f381710c
commit
dbb7c756cd
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue