mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
fix _misskey_content of quote renotes (#8533)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user