remove no longer needed "as PackedUser/PackedNote"
This commit is contained in:
parent
c86ac1c6ec
commit
93fd76f841
6 changed files with 9 additions and 11 deletions
|
|
@ -165,8 +165,8 @@ export default class Connection {
|
|||
};
|
||||
|
||||
add(note);
|
||||
if (note.reply) add(note.reply as PackedNote);
|
||||
if (note.renote) add(note.renote as PackedNote);
|
||||
if (note.reply) add(note.reply);
|
||||
if (note.renote) add(note.renote);
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue