Merge branch 'expand-schema' into stream-types
This commit is contained in:
commit
20c26c9dbd
24 changed files with 120 additions and 115 deletions
|
|
@ -166,8 +166,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