fix _misskey_content of quote renotes (#8533)
This commit is contained in:
parent
60391ff37e
commit
6ed010b192
@ -187,6 +187,8 @@ export default async (user: { id: User['id']; username: User['username']; host:
|
|||||||
|
|
||||||
if (data.text) {
|
if (data.text) {
|
||||||
data.text = data.text.trim();
|
data.text = data.text.trim();
|
||||||
|
} else {
|
||||||
|
data.text = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
let tags = data.apHashtags;
|
let tags = data.apHashtags;
|
||||||
|
Loading…
Reference in New Issue
Block a user