diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-04-15 19:30:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 19:30:51 +0900 |
| commit | aea194fba23419568c88e7eea98d83be020483fc (patch) | |
| tree | 655986efe37954b8522a302cc147a5bea9e24fe5 /src | |
| parent | Update timeline.vue (diff) | |
| download | misskey-aea194fba23419568c88e7eea98d83be020483fc.tar.gz misskey-aea194fba23419568c88e7eea98d83be020483fc.tar.bz2 misskey-aea194fba23419568c88e7eea98d83be020483fc.zip | |
Update timeline.vue
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/timeline.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/components/timeline.vue b/src/client/app/desktop/views/components/timeline.vue index f148e840ad..cdedbac19f 100644 --- a/src/client/app/desktop/views/components/timeline.vue +++ b/src/client/app/desktop/views/components/timeline.vue @@ -101,6 +101,7 @@ export default Vue.extend({ sound.play(); } + this.notes.pop(); this.notes.unshift(note); }, onChangeFollowing() { |