summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2018-04-15 19:30:51 +0900
committerGitHub <noreply@github.com>2018-04-15 19:30:51 +0900
commitaea194fba23419568c88e7eea98d83be020483fc (patch)
tree655986efe37954b8522a302cc147a5bea9e24fe5 /src
parentUpdate timeline.vue (diff)
downloadmisskey-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.vue1
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() {