1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 18:55:56 +02:00
This commit is contained in:
こぴなたみぽ
2017-12-21 11:13:49 +09:00
parent 72295b2464
commit f7d3b2c6ec
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
return this.api('posts/search', Object.assign({}, parse(this.query), {
limit: this.limit,
offset: this.offset
}).then(posts => {
})).then(posts => {
this.update({
moreLoading: false
});