Space to replace new line characters in text field of /api/statuses/show/ json output
In the text field can a space be inserted where new line characters are so the lines are not concatenated together?
Current: "text":"#Bike log - Commute Tuesdayhttps://pla.bike/posts/20181211/#cycling #CHScycling #commuteMVIMG_20181211_054020.jpg"
Desired: "text":"#Bike log - Commute Tuesday https://pla.bike/posts/20181211/ #cycling #CHScycling #commute MVIMG_20181211_054020.jpg"
Status: https://pla.social/notice/1770125
JSON output: https://pla.social/api/statuses/show/1770125.json
{
"activity_type": "post",
"attachments": [
{
"description": "MVIMG_20181211_054020.jpg",
"id": null,
"mimetype": "image/jpeg",
"oembed": false,
"url": "https://pla.social/media/ab5a1e0f-6af0-45d7-96d9-f5ff37648b43/MVIMG_20181211_054020.jpg"
}
],
"attentions": [],
"created_at": "Tue Dec 11 23:42:33 +0000 2018",
"external_url": "https://pla.social/objects/f2f0679d-8f27-452c-ba10-200420572026",
"fave_num": 2,
"favorited": false,
"id": 1770125,
"in_reply_to_ostatus_uri": null,
"in_reply_to_profileurl": null,
"in_reply_to_screen_name": null,
"in_reply_to_status_id": null,
"in_reply_to_user_id": null,
"is_local": true,
"is_post_verb": true,
"possibly_sensitive": false,
"repeat_num": 0,
"repeated": false,
"statusnet_conversation_id": 2985228,
"statusnet_html": "<a data-tag=\"bike\" href=\"https://pla.social/tag/bike\">#Bike</a> log - Commute Tuesday<br /><br /><a href=\"https://pla.bike/posts/20181211/\">https://pla.bike/posts/20181211/</a><br /><br /><a data-tag=\"cycling\" href=\"https://pla.social/tag/cycling\">#cycling</a> <a data-tag=\"chscycling\" href=\"https://pla.social/tag/chscycling\">#CHScycling</a> <a data-tag=\"commute\" href=\"https://pla.social/tag/commute\">#commute</a><br /><a href=\"https://pla.social/media/ab5a1e0f-6af0-45d7-96d9-f5ff37648b43/MVIMG_20181211_054020.jpg\">MVIMG_20181211_054020.jpg</a>",
"summary": null,
"tags": [
"bike",
"cycling",
"chscycling",
"commute"
],
"text": "#Bike log - Commute Tuesdayhttps://pla.bike/posts/20181211/#cycling #CHScycling #commuteMVIMG_20181211_054020.jpg",
"uri": "https://pla.social/objects/f2f0679d-8f27-452c-ba10-200420572026",
"user": {
"background_image": null,
"cover_photo": "https://pla.social/media/682ecc45-72ce-4d25-87d8-930a68b25829/b41ad2657823607ef997e83c396c95cbcd974752fd448143cb4bc357a77bb4cf.jpeg",
"created_at": "Sat Jul 14 19:32:05 +0000 2018",
"default_scope": "public",
"description": "#bike #cycling #linux #ubuntu #pleroma #ev #boltev Summerville South Carolina https://patrickarchibald.com",
"description_html": "<a href=\"https://pla.social/tag/bike\">#bike</a> <a href=\"https://pla.social/tag/cycling\">#cycling</a> <a href=\"https://pla.social/tag/linux\">#linux</a> <a href=\"https://pla.social/tag/ubuntu\">#ubuntu</a> <a href=\"https://pla.social/tag/pleroma\">#pleroma</a> <a href=\"https://pla.social/tag/ev\">#ev</a> <a href=\"https://pla.social/tag/boltev\">#boltev</a> Summerville South Carolina <a href=\"https://patrickarchibald.com\">https://patrickarchibald.com</a>",
"favourites_count": 0,
"fields": [],
"followers_count": 315,
"following": false,
"follows_you": false,
"friends_count": 746,
"id": 1,
"is_local": true,
"locked": false,
"name": "Patrick L Archibald",
"name_html": "Patrick L Archibald",
"no_rich_text": false,
"pleroma": {
"tags": null
},
"profile_image_url": "https://pla.social/media/60423fd8-4e86-432d-a8d2-2d965088b4f3/548080d4503d16e279cafa139fbb52ccc18c610b1d730a1e3e96e553fcc942e3.jpeg",
"profile_image_url_https": "https://pla.social/media/60423fd8-4e86-432d-a8d2-2d965088b4f3/548080d4503d16e279cafa139fbb52ccc18c610b1d730a1e3e96e553fcc942e3.jpeg",
"profile_image_url_original": "https://pla.social/media/60423fd8-4e86-432d-a8d2-2d965088b4f3/548080d4503d16e279cafa139fbb52ccc18c610b1d730a1e3e96e553fcc942e3.jpeg",
"profile_image_url_profile_size": "https://pla.social/media/60423fd8-4e86-432d-a8d2-2d965088b4f3/548080d4503d16e279cafa139fbb52ccc18c610b1d730a1e3e96e553fcc942e3.jpeg",
"rights": {
"delete_others_notice": true
},
"screen_name": "pla",
"statuses_count": 1661,
"statusnet_blocking": false,
"statusnet_profile_url": "https://pla.social/users/pla"
},
"visibility": "public"
}