mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +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