summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-22 17:38:48 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-22 17:38:48 +0900
commitfcf77dc09556a66cc3541af9aecbe1f08965b359 (patch)
tree344de7f34e8cda426ce03215e893359412563744 /src
parentwip (diff)
downloadmisskey-fcf77dc09556a66cc3541af9aecbe1f08965b359.tar.gz
misskey-fcf77dc09556a66cc3541af9aecbe1f08965b359.tar.bz2
misskey-fcf77dc09556a66cc3541af9aecbe1f08965b359.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/views/components/timeline.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/mobile/views/components/timeline.vue b/src/web/app/mobile/views/components/timeline.vue
index 2354f8a7a7..dc0f2ae1b8 100644
--- a/src/web/app/mobile/views/components/timeline.vue
+++ b/src/web/app/mobile/views/components/timeline.vue
@@ -65,6 +65,7 @@ export default Vue.extend({
}).then(posts => {
this.posts = posts;
this.fetching = false;
+ this.$emit('loaded');
if (cb) cb();
});
},