Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
3b6dbd6dc3
@ -50,7 +50,8 @@ export default Vue.extend({
|
||||
});
|
||||
|
||||
const prepend = note => {
|
||||
(this.$refs.tl as any).prepend(note);
|
||||
const _note = JSON.parse(JSON.stringify(note)); // deepcopy
|
||||
(this.$refs.tl as any).prepend(_note);
|
||||
|
||||
if (this.sound) {
|
||||
this.$root.sound(note.userId === this.$store.state.i.id ? 'noteMy' : 'note');
|
||||
|
Loading…
Reference in New Issue
Block a user