Fix: Channel 投稿を削除編集すると Channel 外に投稿されるのを修正 (#6707)
This commit is contained in:
@ -551,7 +551,7 @@ export default Vue.extend({
|
||||
noteId: this.appearNote.id
|
||||
});
|
||||
|
||||
this.$root.post({ initialNote: this.appearNote, renote: this.appearNote.renote, reply: this.appearNote.reply });
|
||||
this.$root.post({ initialNote: this.appearNote, renote: this.appearNote.renote, reply: this.appearNote.reply, channel: this.appearNote.channel });
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user