Skip to content
Snippets Groups Projects
Unverified Commit 6ed010b1 authored by Johann150's avatar Johann150 Committed by GitHub
Browse files

fix _misskey_content of quote renotes (#8533)

parent 60391ff3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment