summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2018-04-15 19:29:40 +0900
committerGitHub <noreply@github.com>2018-04-15 19:29:40 +0900
commit98e28f4ddfb41a099a613d35b5dd787ad5e6c274 (patch)
tree88c47faa9f4e54091c1eaf2a179bc51888ea6bd5 /src
parentMerge pull request #6 from syuilo/master (diff)
downloadmisskey-98e28f4ddfb41a099a613d35b5dd787ad5e6c274.tar.gz
misskey-98e28f4ddfb41a099a613d35b5dd787ad5e6c274.tar.bz2
misskey-98e28f4ddfb41a099a613d35b5dd787ad5e6c274.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() {