mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 08:26:44 -06:00
fix(wip): pass missing params
This commit is contained in:
parent
5f30bff461
commit
c7359a02f5
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ export class NoteUpdateService {
|
||||||
history,
|
history,
|
||||||
cw: ps.cw,
|
cw: ps.cw,
|
||||||
text: ps.text,
|
text: ps.text,
|
||||||
|
tags,
|
||||||
|
emojis,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue