Fix #4768
This commit is contained in:
parent
c203c8302b
commit
f31f986d66
2 changed files with 27 additions and 0 deletions
|
@ -22,6 +22,8 @@ export default class extends Channel {
|
|||
|
||||
@autobind
|
||||
private async onNote(note: any) {
|
||||
if (note.visibility !== 'public') return;
|
||||
|
||||
// リプライなら再pack
|
||||
if (note.replyId != null) {
|
||||
note.reply = await Notes.pack(note.replyId, this.user, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue