fix _misskey_content of quote renotes (#8533)

This commit is contained in:
Johann150 2022-05-01 12:23:34 +02:00 committed by GitHub
parent 60391ff37e
commit 6ed010b192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;