mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
fix _misskey_content of quote renotes (#8533)
This commit is contained in:
parent
5610165de4
commit
370b9deac2
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ export default async (user: { id: User['id']; username: User['username']; host:
|
|||
|
||||
if (data.text) {
|
||||
data.text = data.text.trim();
|
||||
} else {
|
||||
data.text = null;
|
||||
}
|
||||
|
||||
let tags = data.apHashtags;
|
||||
|
|
Loading…
Reference in a new issue