diff options
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/mobile/views/components/timeline.vue | 1 |
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(); }); }, |