mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:23:08 +02:00
fix _misskey_content of quote renotes (#8533)
This commit is contained in:
parent
60391ff37e
commit
6ed010b192
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