mastodon API rust lib elefren, fixed and updated. and also all ASYNC! NB. most examples are now wrong.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
elefren-fork/src/entities/status.rs

139 lines
83 KiB

//! Module containing all info relating to a status.
use super::prelude::*;
use crate::{
entities::{card::Card, poll::Poll},
status_builder::Visibility,
};
use chrono::prelude::*;
use serde::{Deserialize, Serialize};
/// A status from the instance.
#[derive(Debug, Clone, Deserialize, PartialEq)]
pub struct Status {
/// The ID of the status.
pub id: String,
/// A Fediverse-unique resource ID.
pub uri: String,
/// The time the status was created.
pub created_at: DateTime<Utc>,
/// The Account which posted the status.
pub account: Account,
/// Body of the status; this will contain HTML
/// (remote HTML already sanitized)
pub content: String,
/// The visibilty of the status.
pub visibility: Visibility,
/// Whether media attachments should be hidden by default.
pub sensitive: bool,
/// If not empty, warning text that should be displayed before the actual
/// content.
pub spoiler_text: String,
/// An array of attachments.
pub media_attachments: Vec<Attachment>,
/// Name of application used to post status.
pub application: Option<Application>,
/// An array of mentions.
pub mentions: Vec<Mention>,
/// An array of tags.
pub tags: Vec<Tag>,
/// An array of Emoji
pub emojis: Vec<Emoji>,
/// The number of reblogs for the status.
pub reblogs_count: u64,
/// The number of favourites for the status.
pub favourites_count: u64,
/// The numbef or replies to this status.
pub replies_count: Option<u64>,
/// URL to the status page (can be remote)
pub url: Option<String>,
/// The ID of the status this status is replying to, if the status is
/// a reply.
pub in_reply_to_id: Option<String>,
/// The ID of the account this status is replying to, if the status is
/// a reply.
pub in_reply_to_account_id: Option<String>,
/// If this status is a reblogged Status of another User.
pub reblog: Option<Box<Status>>,
/// The poll attached to the status.
pub poll: Option<Poll>,
/// The associated card
pub card: Option<Card>,
/// The detected language for the status, if detected.
pub language: Option<String>,
/// Plain-text source of a status. Returned instead of content when status is deleted, so the user may redraft from the source text without the client having to reverse-engineer the original text from the HTML content.
pub text: Option<String>,
/// Whether the application client has favourited the status.
pub favourited: Option<bool>,
/// Whether the application client has reblogged the status.
pub reblogged: Option<bool>,
/// Have you muted notifications for this status's conversation?
pub muted: Option<bool>,
/// Have you bookmarked this status?
pub bookmarked: Option<bool>,
/// Whether this is the pinned status for the account that posted it.
pub pinned: Option<bool>,
}
/// A mention of another user.
#[derive(Debug, Clone, Deserialize, PartialEq)]
pub struct Mention {
/// URL of user's profile (can be remote).
pub url: String,
/// The username of the account.
pub username: String,
/// Equals `username` for local users, includes `@domain` for remote ones.
pub acct: String,
/// Account ID.
pub id: String,
}
/// Struct representing an emoji within text.
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
pub struct Emoji {
/// The shortcode of the emoji
pub shortcode: String,
/// URL to the emoji static image
pub static_url: String,
/// URL to the emoji image
pub url: String,
}
/// Hashtags in the status.
#[derive(Debug, Clone, Deserialize, PartialEq)]
pub struct Tag {
/// The hashtag, not including the preceding `#`.
pub name: String,
/// The URL of the hashtag.
pub url: String,
/// Usage statistics for given days.
pub history: Option<Vec<History>>,
}
/// Represents daily usage history of a hashtag.
#[derive(Debug, Clone, Deserialize, PartialEq)]
pub struct History {
/// UNIX timestamp on midnight of the given day.
day: String,
/// the counted usage of the tag within that day.
uses: String,
/// the total of accounts using the tag within that day.
accounts: String,
}
/// Application details.
#[derive(Debug, Clone, Deserialize, PartialEq)]
pub struct Application {
/// Name of the application.
pub name: String,
/// Homepage URL of the application.
pub website: Option<String>,
}
#[cfg(test)]
#[test]
fn test_deser_lotta_statuses() {
let json = r#"[{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><a href=\"https://mk.toast.cafe/@tost\" class=\"u-url mention\">@tost@mk.toast.cafe</a><span> </span>:hugs:</p>","created_at":"2021-09-07T18:55:19.000Z","emojis":[{"shortcode":"hugs","static_url":"https://handholding.gay/files/24c88aac-8a0f-4ecb-a9df-e9f5bd626968","url":"https://handholding.gay/files/24c88aac-8a0f-4ecb-a9df-e9f5bd626968","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7wabA25wv1iSfTii","in_reply_to_account_id":"A9sWIhMKJ79km8Z3ZI","in_reply_to_id":"AB7wab4MR2NjQs0wsa","language":null,"media_attachments":[],"mentions":[{"acct":"tost@mk.toast.cafe","id":"A9sWIhMKJ79km8Z3ZI","url":"https://mk.toast.cafe/@tost","username":"tost"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@tost@mk.toast.cafe :hugs:"},"conversation_id":6554521,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"tost@mk.toast.cafe","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdzypaz5s","url":"https://handholding.gay/notes/8qdzypaz5s","visibility":"unlisted"},{"account":{"acct":"djsumdog@djsumdog.com","avatar":"https://djsumdog.com/media/d65358f67e082e6e1b020577526f4177f1210099a820ecd98af3c616449b5dcf.png","avatar_static":"https://djsumdog.com/media/d65358f67e082e6e1b020577526f4177f1210099a820ecd98af3c616449b5dcf.png","bot":false,"created_at":"2020-08-10T00:55:50.000Z","display_name":"djsumdog","emojis":[],"fields":[{"name":"Admin","value":"<a href=\"http://hitchhiker.social\" rel=\"ugc\">hitchhiker.social</a>"},{"name":"This Is","value":"My SoapBox + Pleroma Alt"}],"followers_count":406,"following_count":1053,"fqn":"djsumdog@djsumdog.com","header":"https://djsumdog.com/media/1d3f6cbeaa964cdb4fecb12817e791effc375fb97da1339da9b9d7f9ee803a9e.png","header_static":"https://djsumdog.com/media/1d3f6cbeaa964cdb4fecb12817e791effc375fb97da1339da9b9d7f9ee803a9e.png","id":"9xxmJgGlN2zWUNgXq4","locked":false,"note":"<a href=\"https://battlepenguin.com\">https://battlepenguin.com</a>","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://djsumdog.com/users/djsumdog","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":false},"sensitive":false},"statuses_count":5560,"url":"https://djsumdog.com/users/djsumdog","username":"djsumdog"},"application":null,"bookmarked":false,"card":null,"content":"<span class=\"h-card\"><a class=\"u-url mention\" data-user=\"9yeWAlL2L1lvuNnBbs\" href=\"https://pl.thj.no/users/thor\" rel=\"ugc\">@<span>thor</span></a></span> <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AAjQY29UJWohN4zoSu\" href=\"https://piggo.space/users/hob\" rel=\"ugc\">@<span>hob</span></a></span> 😋 🥢 🍜","created_at":"2021-09-07T18:54:46.000Z","emojis":[],"favourited":false,"favourites_count":1,"id":"AB7wXJgEdBSqdGAJai","in_reply_to_account_id":"9yeWMWk20YRSL0zHRw","in_reply_to_id":"AB7j3D4zJERC4K3bcG","language":null,"media_attachments":[],"mentions":[{"acct":"thor@pl.thj.no","id":"9yeWMWk20YRSL0zHRw","url":"https://pl.thj.no/users/thor","username":"thor"},{"acct":"hob","id":"AAZpysVFW9rCQUqDQ0","url":"https://piggo.space/users/hob","username":"hob"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@thor @hob 😋 🥢 🍜"},"conversation_id":6553388,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"thor@pl.thj.no","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://djsumdog.com/objects/effcbdd3-358e-431f-904a-d50f73472053","url":"https://djsumdog.com/objects/effcbdd3-358e-431f-904a-d50f73472053","visibility":"public"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p><span class=\"h-card\"><a class=\"u-url mention\" data-user=\"A3IyZfBTdKR7DryjPk\" href=\"https://distrotoot.com/@syscrash\" rel=\"ugc\">@<span>syscrash</span></a></span> oops, <em>one</em> thing in common.</p>","created_at":"2021-09-07T18:54:06.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7wVKXST6MKiQ74Km","in_reply_to_account_id":"A3Iyb5TUCARO50uxOa","in_reply_to_id":"AB7wVKRmoBp2QpSXUe","language":null,"media_attachments":[],"mentions":[{"acct":"syscrash@distrotoot.com","id":"A3Iyb5TUCARO50uxOa","url":"https://distrotoot.com/@syscrash","username":"syscrash"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@syscrash oops, one thing in common."},"conversation_id":6554438,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"syscrash@distrotoot.com","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/4bd0e424-06e6-48ba-b7ab-686a192ee943","url":"https://pl.thj.no/objects/4bd0e424-06e6-48ba-b7ab-686a192ee943","visibility":"public"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><a href=\"https://mk.toast.cafe/@tost\" class=\"u-url mention\">@tost@mk.toast.cafe</a><span> we could play together,,,,,,,,,,, </span>👉<span> </span>👈<span><br/>I have it on BOTH pc and switch</span></p>","created_at":"2021-09-07T18:54:08.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7wU4jpjDubQDIqnI","in_reply_to_account_id":"A9sWIhMKJ79km8Z3ZI","in_reply_to_id":"AB7wU4eA4JNJ8ceJxA","language":null,"media_attachments":[],"mentions":[{"acct":"tost@mk.toast.cafe","id":"A9sWIhMKJ79km8Z3ZI","url":"https://mk.toast.cafe/@tost","username":"tost"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@tost@mk.toast.cafe we could play together,,,,,,,,,,, 👉 👈I have it on BOTH pc and switch"},"conversation_id":6554521,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"tost@mk.toast.cafe","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdzx6fh44","url":"https://handholding.gay/notes/8qdzx6fh44","visibility":"unlisted"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p><span class=\"h-card\"><a class=\"u-url mention\" data-user=\"9zzKavUYNwHtIvOgV6\" href=\"https://floss.social/@urien2\" rel=\"ugc\">@<span>urien2</span></a></span> tasted pretty awesome. it would’ve been taken up a notch further if i had had sesame oil to drizzle on top. that stuff smells like a Chinese restaurant.</p>","created_at":"2021-09-07T18:53:46.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7wSf5laxAVakt7lQ","in_reply_to_account_id":"9zzKbUYzRmscizP4SW","in_reply_to_id":"AB7wKVWBJ5dpa9M4ga","language":null,"media_attachments":[],"mentions":[{"acct":"urien2@floss.social","id":"9zzKbUYzRmscizP4SW","url":"https://floss.social/@urien2","username":"urien2"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@urien2 tasted pretty awesome. it would’ve been taken up a notch further if i had had sesame oil to drizzle on top. that stuff smells like a Chinese restaurant."},"conversation_id":6553388,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"urien2@floss.social","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/15fe14f6-2f3a-4fb3-aa1e-839cc6678dc3","url":"https://pl.thj.no/objects/15fe14f6-2f3a-4fb3-aa1e-839cc6678dc3","visibility":"public"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><a href=\"https://mk.paritybit.ca/@feli\" class=\"u-url mention\">@feli@mk.paritybit.ca</a><span> I HAVE SERIOUS HEARTBREAK OVER MINKA </span>:ablobcatcry:<span> (the gorgeous black boop cat of the ex that&#39;s three exes ago)</span></p>","created_at":"2021-09-07T18:53:36.000Z","emojis":[{"shortcode":"ablobcatcry","static_url":"https://handholding.gay/files/adb4b6bf-8808-4648-a4a9-d6da809dc03c","url":"https://handholding.gay/files/adb4b6bf-8808-4648-a4a9-d6da809dc03c","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7wR6JDQrI5QNQzlA","in_reply_to_account_id":"AA73mQfIxMEUO7fH4S","in_reply_to_id":"AB7wNLyHG4gwqFqzui","language":null,"media_attachments":[],"mentions":[{"acct":"feli@mk.paritybit.ca","id":"AA73mQfIxMEUO7fH4S","url":"https://mk.paritybit.ca/@feli","username":"feli"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@feli@mk.paritybit.ca I HAVE SERIOUS HEARTBREAK OVER MINKA :ablobcatcry: (the gorgeous black boop cat of the ex that's three exes ago)"},"conversation_id":6554504,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"feli@mk.paritybit.ca","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdzwi3g3d","url":"https://handholding.gay/notes/8qdzwi3g3d","visibility":"public"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><a href=\"https://chaos.social/@erikk\" class=\"u-url mention\">@erikk@chaos.social</a><span> definitely pronounced WRONG xd<br/>whatever Steph just said was NOT Schwarzwälderkirschtorte</span></p>","created_at":"2021-09-07T18:52:33.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7wLFBBXUB9CLsxLU","in_reply_to_account_id":"9znDCtxpVqwr7vw1Fw","in_reply_to_id":"AB7wLF5rrFvQvrOi3c","language":null,"media_attachments":[],"mentions":[{"acct":"erikk@chaos.social","id":"9znDCtxpVqwr7vw1Fw","url":"https://chaos.social/@erikk","username":"erikk"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@erikk@chaos.social definitely pronounced WRONG xdwhatever Steph just said was NOT Schwarzwälderkirschtorte"},"conversation_id":6554490,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"erikk@chaos.social","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdzv50f0e","url":"https://handholding.gay/notes/8qdzv50f0e","visibility":"unlisted"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"content":"Me: creates a yandere d&amp;d character on a setting yet and it looks really pawfessional :akko_aww:","created_at":"2021-09-07T18:51:26.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7wF3Cf9ZC8JjciKu","in_reply_to_account_id":null,"in_reply_to_id":null,"language":null,"media_attachments":[],"mentions":[],"muted":false,"pinned":false,"pleroma":{"local":false},"reblog":{"account":{"acct":"isi_ebooks@tiny-pillowfort.floating-in.space","avatar":"https://tiny-pillowfort.floating-in.space/media/fc475d1c744eaa08aedf46931c7d68c5aa4f4369d3a5669190a85162a9f225b6.blob","avatar_static":"https://tiny-pillowfort.floating-in.space/media/fc475d1c744eaa08aedf46931c7d68c5aa4f4369d3a5669190a85162a9f225b6.blob","bot":true,"created_at":"2021-07-11T18:29:26.000Z","display_name":"iwi","emojis":[{"shortcode":"meowgiggle","static_url":"https://tiny-pillowfort.floating-in.space/emoji/Meow/meowgiggle.png","url":"https://tiny-pillowfort.floating-in.space/emoji/Meow/meowgiggle.png","visible_in_picker":false}],"fields":[],"followers_count":0,"following_count":0,"fqn":"isi_ebooks@tiny-pillowfort.floating-in.space","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9BgTTp5daCMzaVLZA","locked":false,"note":"ebooks bot of <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"A3vkNxS8H4Za0BMIwi\" href=\"https://tiny-pillowfort.floating-in.space/users/fluff\" rel=\"ugc\">@<span>fluff@tiny-pillowfort.floating-in.space</span></a></span><br/><br/>code: <a href=\"https://code.steph.tools/steph/pleroma-ebooks/\">https://code.steph.tools/steph/pleroma-ebooks/</a><br/>(therefore responsible: <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"A3voJmlITr9xVFaZ5E\" href=\"https://is.badat.dev/users/steph\" rel=\"ugc\">@<span>steph@is.badat.dev</span></a></span> :meowgiggle: )","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://tiny-pillowfort.floating-in.space/users/isi_ebooks","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Service","discoverable":true},"sensitive":false},"statuses_count":117,"url":"https://tiny-pillowfort.floating-in.space/users/isi_ebooks","username":"isi_ebooks"},"application":null,"bookmarked":false,"card":null,"content":"Me: creates a yandere d&amp;d character on a setting yet and it looks really pawfessional :akko_aww:","created_at":"2021-09-07T18:51:20.000Z","emojis":[{"shortcode":"akko_aww","static_url":"https://tiny-pillowfort.floating-in.space/emoji/Akko/akko_aww.png","url":"https://tiny-pillowfort.floating-in.space/emoji/Akko/akko_aww.png","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7wF38PPNnA6XdJho","in_reply_to_account_id":null,"in_reply_to_id":null,"language":null,"media_attachments":[],"mentions":[],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"Me: creates a yandere d&d character on a setting yet and it looks really pawfessional :akko_aww:"},"conversation_id":6554494,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":null,"local":false,"parent_visible":false,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":1,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://tiny-pillowfort.floating-in.space/objects/0e47c3d5-8e40-41bc-8424-7b6133f2ac16","url":"https://tiny-pillowfort.floating-in.space/objects/0e47c3d5-8e40-41bc-8424-7b6133f2ac16","visibility":"unlisted"},"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"uri":"https://tiny-pillowfort.floating-in.space/objects/0e47c3d5-8e40-41bc-8424-7b6133f2ac16","url":"https://tiny-pillowfort.floating-in.space/objects/0e47c3d5-8e40-41bc-8424-7b6133f2ac16","visibility":"unlisted"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p><span class=\"h-card\"><a class=\"u-url mention\" data-user=\"A3IyZfBTdKR7DryjPk\" href=\"https://distrotoot.com/@syscrash\" rel=\"ugc\">@<span>syscrash</span></a></span> what’s funny is that the extreme left and the extreme right have two things in common: their refusal to accept differences in people.</p>","created_at":"2021-09-07T18:51:11.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7wEPV2lo89B9upQu","in_reply_to_account_id":"9yeWMWk20YRSL0zHRw","in_reply_to_id":"AB7vqXFGJy7IFd9KMK","language":null,"media_attachments":[],"mentions":[{"acct":"thor@pl.thj.no","id":"9yeWMWk20YRSL0zHRw","url":"https://pl.thj.no/users/thor","username":"thor"},{"acct":"syscrash@distrotoot.com","id":"A3Iyb5TUCARO50uxOa","url":"https://distrotoot.com/@syscrash","username":"syscrash"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@syscrash what’s funny is that the extreme left and the extreme right have two things in common: their refusal to accept differences in people."},"conversation_id":6554438,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"thor@pl.thj.no","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/e728d20f-4bea-419a-87bf-cad327cda26a","url":"https://pl.thj.no/objects/e728d20f-4bea-419a-87bf-cad327cda26a","visibility":"public"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><span>(I&#39;m bullying Steph, he just had huge problems with &quot;Schwarzwälderkirschtorte&quot; </span>:meowgiggle:<span> )</span></p>","created_at":"2021-09-07T18:51:09.000Z","emojis":[{"shortcode":"meowgiggle","static_url":"https://handholding.gay/files/ddc2ae76-a4ed-46c0-addd-d2d3ee926eac","url":"https://handholding.gay/files/ddc2ae76-a4ed-46c0-addd-d2d3ee926eac","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7wDU0EXgcIr63uzo","in_reply_to_account_id":"A9zFkAuIDcs17YggPQ","in_reply_to_id":"AB7w8VBCjsn33doohE","language":null,"media_attachments":[],"mentions":[],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"(I'm bullying Steph, he just had huge problems with \"Schwarzwälderkirschtorte\" :meowgiggle: )"},"conversation_id":6554490,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"sugarbell@handholding.gay","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":2,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdztc5mvn","url":"https://handholding.gay/notes/8qdztc5mvn","visibility":"public"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><span>which is harder to pronounce? </span>:meowgiggle:</p>","created_at":"2021-09-07T18:50:15.000Z","emojis":[{"shortcode":"meowgiggle","static_url":"https://handholding.gay/files/ddc2ae76-a4ed-46c0-addd-d2d3ee926eac","url":"https://handholding.gay/files/ddc2ae76-a4ed-46c0-addd-d2d3ee926eac","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7w8VBCjsn33doohE","in_reply_to_account_id":null,"in_reply_to_id":null,"language":null,"media_attachments":[],"mentions":[],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"which is harder to pronounce? :meowgiggle:"},"conversation_id":6554490,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":null,"local":false,"parent_visible":false,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":{"emojis":[{"shortcode":"meowgiggle","static_url":"https://handholding.gay/files/ddc2ae76-a4ed-46c0-addd-d2d3ee926eac","url":"https://handholding.gay/files/ddc2ae76-a4ed-46c0-addd-d2d3ee926eac","visible_in_picker":false}],"expired":false,"expires_at":null,"id":"6554491","multiple":false,"options":[{"title":"Absturztaube","votes_count":0},{"title":"Schwarzwälderkirschtorte","votes_count":0}],"own_votes":[],"voted":false,"voters_count":0,"votes_count":0},"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdzs6f3uh","url":"https://handholding.gay/notes/8qdzs6f3uh","visibility":"public"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p><span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AA1djUFScd3aHJdy76\" href=\"https://mk.absturztau.be/@aety\" rel=\"ugc\">@<span>aety</span></a></span> be sure to add a little pasta to that parmesan</p>","created_at":"2021-09-07T18:49:48.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7w7Gl0sMgK2OypJw","in_reply_to_account_id":"AALofPC3Rhhzr4ZhfU","in_reply_to_id":"AB7ugmGrV6sW0EgHg0","language":null,"media_attachments":[],"mentions":[{"acct":"aety@mk.absturztau.be","id":"AALofPC3Rhhzr4ZhfU","url":"https://mk.absturztau.be/@aety","username":"aety"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@aety be sure to add a little pasta to that parmesan"},"conversation_id":6554389,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"aety@mk.absturztau.be","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/332da3cf-652f-4e38-8c7b-ecc5acac9acc","url":"https://pl.thj.no/objects/332da3cf-652f-4e38-8c7b-ecc5acac9acc","visibility":"public"},{"account":{"acct":"sugarbell@handholding.gay","avatar":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","avatar_static":"https://handholding.gay/files/89d379ae-d27a-4241-a5b0-2d6ec8d59d4d","bot":false,"created_at":"2021-08-04T16:25:29.000Z","display_name":"Sugarbell♡","emojis":[{"shortcode":"ablobcatheartsqueeze","static_url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","url":"https://handholding.gay/files/7f90a0b8-17a6-493a-af52-f7a889168d61","visible_in_picker":false},{"shortcode":"blobcat3c","static_url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","url":"https://handholding.gay/files/a0de5a33-b95c-4d34-9665-06071176e726","visible_in_picker":false}],"fields":[{"name":"Pronouns","value":"They/Them, She/Her"},{"name":"Languages","value":"English, German"},{"name":"Loves","value":"You!"}],"followers_count":112,"following_count":130,"fqn":"sugarbell@handholding.gay","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9zFkAuIDcs17YggPQ","locked":true,"note":"<p></p><span> New main of </span><a href=\"https://handholding.gay/@fluff@tiny-pillowfort.floating-in.space\" class=\"u-url mention\">@fluff@tiny-pillowfort.floating-in.space</a><span><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶ <br/><br/>&quot;isi sees problem isi hugs problem. isi is a simple human&quot; - </span><a href=\"https://handholding.gay/@khaosgrille@fedi.absturztau.be\" class=\"u-url mention\">@khaosgrille@fedi.absturztau.be</a><span><br/><br/>&quot;love how isi just radiates pink energy<br/>a pink aura<br/>very pink<br/><br/>pinkpunk&quot; - </span><a href=\"https://handholding.gay/@nekojanai@pl.neko.bar\" class=\"u-url mention\">@nekojanai@pl.neko.bar</a><span><br/><br/>&quot;Isi ist wie eine Tasse Kaffee mit viel Milch und zwei Zuckerwürfeln </span>:blobcat3c:<span> &quot; - </span><a href=\"https://handholding.gay/@fristi@kartoffel.cafe\" class=\"u-url mention\">@fristi@kartoffel.cafe</a><span><br/><br/> ༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶<br/><br/>Very much in love with </span><a href=\"https://handholding.gay/@steph@handholding.gay\" class=\"u-url mention\">@steph@handholding.gay</a><span> </span>:ablobcatheartsqueeze:<span> </span><p></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://handholding.gay/users/8p03tszdvl","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":1182,"url":"https://handholding.gay/@sugarbell","username":"sugarbell"},"application":null,"bookmarked":false,"card":null,"content":"<p><a href=\"https://mk.paritybit.ca/@feli\" class=\"u-url mention\">@feli@mk.paritybit.ca</a><span> ikr </span>:meowsurprised:</p>","created_at":"2021-09-07T18:48:29.000Z","emojis":[{"shortcode":"meowsurprised","static_url":"https://handholding.gay/files/f0ec5257-2f01-4dcb-ac0a-5c03c6ef92ce","url":"https://handholding.gay/files/f0ec5257-2f01-4dcb-ac0a-5c03c6ef92ce","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7vykOPK4s3LOLJmS","in_reply_to_account_id":"AA73mQfIxMEUO7fH4S","in_reply_to_id":"AB7vyDDcf9dUSO2jtA","language":null,"media_attachments":[],"mentions":[{"acct":"feli@mk.paritybit.ca","id":"AA73mQfIxMEUO7fH4S","url":"https://mk.paritybit.ca/@feli","username":"feli"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@feli@mk.paritybit.ca ikr :meowsurprised:"},"conversation_id":6554366,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"feli@mk.paritybit.ca","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://handholding.gay/notes/8qdzpwxkrq","url":"https://handholding.gay/notes/8qdzpwxkrq","visibility":"public"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p><span class=\"h-card\"><a class=\"u-url mention\" data-user=\"A3IyZfBTdKR7DryjPk\" href=\"https://distrotoot.com/@syscrash\" rel=\"ugc\">@<span>syscrash</span></a></span> can’t discriminate if everyone’s the same.</p><p>(the critical theory of the left gets dangerously close to this at times, with its ideas that we’re all born as blank slates and are shaped by our environment)</p>","created_at":"2021-09-07T18:46:53.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7vqXFGJy7IFd9KMK","in_reply_to_account_id":"9yeWMWk20YRSL0zHRw","in_reply_to_id":"AB7vjDJq0Y1AQLnZSa","language":null,"media_attachments":[],"mentions":[{"acct":"thor@pl.thj.no","id":"9yeWMWk20YRSL0zHRw","url":"https://pl.thj.no/users/thor","username":"thor"},{"acct":"syscrash@distrotoot.com","id":"A3Iyb5TUCARO50uxOa","url":"https://distrotoot.com/@syscrash","username":"syscrash"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@syscrash can’t discriminate if everyone’s the same.(the critical theory of the left gets dangerously close to this at times, with its ideas that we’re all born as blank slates and are shaped by our environment)"},"conversation_id":6554438,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"thor@pl.thj.no","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/1d44f04b-9e10-456e-9679-82235955d147","url":"https://pl.thj.no/objects/1d44f04b-9e10-456e-9679-82235955d147","visibility":"public"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p><span class=\"h-card\"><a class=\"u-url mention\" data-user=\"A3IyZfBTdKR7DryjPk\" href=\"https://distrotoot.com/@syscrash\" rel=\"ugc\">@<span>syscrash</span></a></span> ah, the solution to discrimination: erase <em>all</em> individuality.</p>","created_at":"2021-09-07T18:45:33.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7vjDJq0Y1AQLnZSa","in_reply_to_account_id":"A3Iyb5TUCARO50uxOa","in_reply_to_id":"AB7vcEJ9vrC5Sr9Pmq","language":null,"media_attachments":[],"mentions":[{"acct":"syscrash@distrotoot.com","id":"A3Iyb5TUCARO50uxOa","url":"https://distrotoot.com/@syscrash","username":"syscrash"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@syscrash ah, the solution to discrimination: erase all individuality."},"conversation_id":6554438,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"syscrash@distrotoot.com","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/3fe82d31-dfc2-46de-b670-b3976251030f","url":"https://pl.thj.no/objects/3fe82d31-dfc2-46de-b670-b3976251030f","visibility":"public"},{"account":{"acct":"mia@movsw.0x0.st","avatar":"https://movsw.0x0.st/files/webpublic-83601f60-e61b-4493-a370-35252f6a0f80","avatar_static":"https://movsw.0x0.st/files/webpublic-83601f60-e61b-4493-a370-35252f6a0f80","bot":false,"created_at":"2021-08-04T12:42:22.000Z","display_name":"miauz genyau","emojis":[],"fields":[],"followers_count":123,"following_count":89,"fqn":"mia@movsw.0x0.st","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"A9yvpc2ukIFtej2GW0","locked":true,"note":"<p><span>* i run 0x0.st<br/>* certified cofe hag<br/>* smol and cuddly<br/>* let’s be friends?</span></p>","pleroma":{"accepts_chat_messages":null,"also_known_as":[],"ap_id":"https://movsw.0x0.st/users/8p0om90evq","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":630,"url":"https://movsw.0x0.st/@mia","username":"mia"},"application":null,"bookmarked":false,"card":null,"content":"<p><a href=\"https://jigglypuff.club/@emilis\" class=\"u-url mention\">@emilis@jigglypuff.club</a><span> </span><a href=\"https://outerheaven.club/users/meeper\" class=\"u-url mention\">@meeper@outerheaven.club</a><span> thanks </span>:meowowohappy:<span><br/><br/>must be my grandmother’s genes; she’s always looked at least 10 years younger than she was (and that in spite of being a heavy smoker)</span></p>","created_at":"2021-09-07T18:43:13.000Z","emojis":[{"shortcode":"meowowohappy","static_url":"https://movsw.0x0.st/files/ab049057-2ffc-40cc-a74e-08d72a1a74e9","url":"https://movsw.0x0.st/files/ab049057-2ffc-40cc-a74e-08d72a1a74e9","visible_in_picker":false}],"favourited":false,"favourites_count":0,"id":"AB7vVQoR2hT0DeXQwq","in_reply_to_account_id":"A9LIM0cNMsI94I3sp6","in_reply_to_id":"AB7vVQjTL9UryGDTDE","language":null,"media_attachments":[],"mentions":[{"acct":"meeper@outerheaven.club","id":"A50eMVusJkZJkH7c8W","url":"https://outerheaven.club/users/meeper","username":"meeper"},{"acct":"emilis@jigglypuff.club","id":"A9LIM0cNMsI94I3sp6","url":"https://jigglypuff.club/@emilis","username":"emilis"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@emilis@jigglypuff.club @meeper@outerheaven.club thanks :meowowohappy:must be my grandmother’s genes; she’s always looked at least 10 years younger than she was (and that in spite of being a heavy smoker)"},"conversation_id":6553973,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"emilis@jigglypuff.club","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://movsw.0x0.st/notes/8qdzj52l2k","url":"https://movsw.0x0.st/notes/8qdzj52l2k","visibility":"unlisted"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p>there is no smaller minority than the individual. it’s also the most oppressed and discriminated minority, because it receives no recognition.</p>","created_at":"2021-09-07T18:42:08.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7vQz4sDacb2i6fFg","in_reply_to_account_id":null,"in_reply_to_id":null,"language":null,"media_attachments":[],"mentions":[],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"there is no smaller minority than the individual. it’s also the most oppressed and discriminated minority, because it receives no recognition."},"conversation_id":6554438,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":null,"local":false,"parent_visible":false,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/73848aca-e22c-4d87-85e1-a95495b70220","url":"https://pl.thj.no/objects/73848aca-e22c-4d87-85e1-a95495b70220","visibility":"public"},{"account":{"acct":"piggo","avatar":"https://piggo.space/media/db3922d9af9f8993e3273952a945e5a86cf1b03cd2e3acad69a5953e5536c1bc.png?name=blob.png","avatar_static":"https://piggo.space/media/db3922d9af9f8993e3273952a945e5a86cf1b03cd2e3acad69a5953e5536c1bc.png?name=blob.png","bot":false,"created_at":"2018-12-07T18:18:41.000Z","display_name":"piggosaurus","emojis":[{"shortcode":"arch","static_url":"https://piggo.space/emoji/custom/arch.png","url":"https://piggo.space/emoji/custom/arch.png","visible_in_picker":false},{"shortcode":"ferris","static_url":"https://piggo.space/emoji/custom/ferris.png","url":"https://piggo.space/emoji/custom/ferris.png","visible_in_picker":false},{"shortcode":"pain1","static_url":"https://piggo.space/emoji/custom/pain1.png","url":"https://piggo.space/emoji/custom/pain1.png","visible_in_picker":false},{"shortcode":"pain2","static_url":"https://piggo.space/emoji/custom/pain2.png","url":"https://piggo.space/emoji/custom/pain2.png","visible_in_picker":false},{"shortcode":"pain3","static_url":"https://piggo.space/emoji/custom/pain3.png","url":"https://piggo.space/emoji/custom/pain3.png","visible_in_picker":false},{"shortcode":"pain4","static_url":"https://piggo.space/emoji/custom/pain4.png","url":"https://piggo.space/emoji/custom/pain4.png","visible_in_picker":false},{"shortcode":"rust","static_url":"https://piggo.space/emoji/custom/rust.png","url":"https://piggo.space/emoji/custom/rust.png","visible_in_picker":false},{"shortcode":"yell","static_url":"https://piggo.space/emoji/custom/yell.png","url":"https://piggo.space/emoji/custom/yell.png","visible_in_picker":false},{"shortcode":"yell_right","static_url":"https://piggo.space/emoji/custom/yell_right.png","url":"https://piggo.space/emoji/custom/yell_right.png","visible_in_picker":false}],"fields":[],"followers_count":714,"following_count":342,"fqn":"piggo@piggo.space","header":"https://piggo.space/media/5e9fc5037816deb5cd18296bd03d757d4770b0d4dd2ff37e82669b7afd6a4d26.jpg","header_static":"https://piggo.space/media/5e9fc5037816deb5cd18296bd03d757d4770b0d4dd2ff37e82669b7afd6a4d26.jpg","id":"1","locked":true,"note":"🙟 hey did u know about bread 🙝<br/><br/>:yell_right: :pain1::pain2::pain3::pain4: :yell: :yell:<br/><br/>using :arch:¹ and yelling at computer every day<br/><br/>❋ LLAP ❋<br/><br/><a href=\"http://www.ondrovo.com\">www.ondrovo.com</a><br/><br/>🥐 <a href=\"https://git.ondrovo.com/MightyPork/crsn\">https://git.ondrovo.com/MightyPork/crsn</a><br/><br/>! catgirls have 2 pairs of ears !<br/><br/>ponys favourite pig™<br/><br/>Pleroma groups: <a href=\"https://git.ondrovo.com/MightyPork/group-actor\">https://git.ondrovo.com/MightyPork/group-actor</a> :ferris:<br/>Groups news: <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AAkDCADhdzSOdbHTuK\" href=\"https://piggo.space/users/fedigroups\" rel=\"ugc\">@<span>fedigroups@piggo.space</span></a></span><br/>Cooking group: <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AAZpysVFW9rCQUqDQ0\" href=\"https://piggo.space/users/hob\" rel=\"ugc\">@<span>hob@piggo.space</span></a></span><br/><br/>Check my bread gallery → <a href=\"https://www.ondrovo.com/bread/\">https://www.ondrovo.com/bread/</a><br/><br/>:rust:<br/><br/>🇨🇿, 🇬🇧, 🇪🇸<br/><br/>Account is locked to avoid followbots²<br/><br/>***<br/>¹this is not an endorsement<br/>²I will probably accept your follow request if you can click on all the traffic lights","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://piggo.space/users/piggo","background_image":"https://piggo.space/media/a5d64ce92abd2cc3eb910516725c28381dc876f91bd612d485d1aad927561f29.jpg","favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":true,"is_confirmed":true,"is_moderator":true,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"🙟 hey did u know about bread 🙝\n\n:yell_right: :pain1::pain2::pain3::pain4: :yell: :yell:\n\nusing :arch:¹ and yelling at computer every day\n\n❋ LLAP ❋\n\nwww.ondrovo.com\n\n🥐 https://git.ondrovo.com/MightyPork/crsn\n\n! catgirls have 2 pairs of ears !\n\nponys favourite pig™\n\nPleroma groups: https://git.ondrovo.com/MightyPork/group-actor :ferris:\nGroups news: @fedigroups@piggo.space\nCooking group: @hob@piggo.space\n\nCheck my bread gallery → https://www.ondrovo.com/bread/\n\n:rust:\n\n🇨🇿, 🇬🇧, 🇪🇸\n\nAccount is locked to avoid followbots²\n\n***\n¹this is not an endorsement\n²I will probably accept your follow request if you can click on all the traffic lights","pleroma":{"actor_type":"Person","discoverable":false},"sensitive":false},"statuses_count":53057,"url":"https://piggo.space/users/piggo","username":"piggo"},"application":null,"bookmarked":false,"card":null,"content":"<span class=\"h-card\"><a class=\"u-url mention\" data-user=\"5\" href=\"https://kawen.space/users/karen\" rel=\"ugc\">@<span>karen</span></a></span> i&#39;ll look into it, this doesnt look right","created_at":"2021-09-07T18:40:09.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7vERXL637LXhRPbk","in_reply_to_account_id":"5","in_reply_to_id":"AB7v97wQWZ6ZJwdmtc","language":null,"media_attachments":[],"mentions":[{"acct":"karen@kawen.space","id":"5","url":"https://kawen.space/users/karen","username":"karen"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@karen i'll look into it, this doesnt look right"},"conversation_id":6554410,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"karen@kawen.space","local":true,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":0,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://piggo.space/objects/77f105fb-c3c0-484b-a06f-43abe31addff","url":"https://piggo.space/notice/AB7vERXL637LXhRPbk","visibility":"unlisted"},{"account":{"acct":"piggo","avatar":"https://piggo.space/media/db3922d9af9f8993e3273952a945e5a86cf1b03cd2e3acad69a5953e5536c1bc.png?name=blob.png","avatar_static":"https://piggo.space/media/db3922d9af9f8993e3273952a945e5a86cf1b03cd2e3acad69a5953e5536c1bc.png?name=blob.png","bot":false,"created_at":"2018-12-07T18:18:41.000Z","display_name":"piggosaurus","emojis":[{"shortcode":"arch","static_url":"https://piggo.space/emoji/custom/arch.png","url":"https://piggo.space/emoji/custom/arch.png","visible_in_picker":false},{"shortcode":"ferris","static_url":"https://piggo.space/emoji/custom/ferris.png","url":"https://piggo.space/emoji/custom/ferris.png","visible_in_picker":false},{"shortcode":"pain1","static_url":"https://piggo.space/emoji/custom/pain1.png","url":"https://piggo.space/emoji/custom/pain1.png","visible_in_picker":false},{"shortcode":"pain2","static_url":"https://piggo.space/emoji/custom/pain2.png","url":"https://piggo.space/emoji/custom/pain2.png","visible_in_picker":false},{"shortcode":"pain3","static_url":"https://piggo.space/emoji/custom/pain3.png","url":"https://piggo.space/emoji/custom/pain3.png","visible_in_picker":false},{"shortcode":"pain4","static_url":"https://piggo.space/emoji/custom/pain4.png","url":"https://piggo.space/emoji/custom/pain4.png","visible_in_picker":false},{"shortcode":"rust","static_url":"https://piggo.space/emoji/custom/rust.png","url":"https://piggo.space/emoji/custom/rust.png","visible_in_picker":false},{"shortcode":"yell","static_url":"https://piggo.space/emoji/custom/yell.png","url":"https://piggo.space/emoji/custom/yell.png","visible_in_picker":false},{"shortcode":"yell_right","static_url":"https://piggo.space/emoji/custom/yell_right.png","url":"https://piggo.space/emoji/custom/yell_right.png","visible_in_picker":false}],"fields":[],"followers_count":714,"following_count":342,"fqn":"piggo@piggo.space","header":"https://piggo.space/media/5e9fc5037816deb5cd18296bd03d757d4770b0d4dd2ff37e82669b7afd6a4d26.jpg","header_static":"https://piggo.space/media/5e9fc5037816deb5cd18296bd03d757d4770b0d4dd2ff37e82669b7afd6a4d26.jpg","id":"1","locked":true,"note":"🙟 hey did u know about bread 🙝<br/><br/>:yell_right: :pain1::pain2::pain3::pain4: :yell: :yell:<br/><br/>using :arch:¹ and yelling at computer every day<br/><br/>❋ LLAP ❋<br/><br/><a href=\"http://www.ondrovo.com\">www.ondrovo.com</a><br/><br/>🥐 <a href=\"https://git.ondrovo.com/MightyPork/crsn\">https://git.ondrovo.com/MightyPork/crsn</a><br/><br/>! catgirls have 2 pairs of ears !<br/><br/>ponys favourite pig™<br/><br/>Pleroma groups: <a href=\"https://git.ondrovo.com/MightyPork/group-actor\">https://git.ondrovo.com/MightyPork/group-actor</a> :ferris:<br/>Groups news: <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AAkDCADhdzSOdbHTuK\" href=\"https://piggo.space/users/fedigroups\" rel=\"ugc\">@<span>fedigroups@piggo.space</span></a></span><br/>Cooking group: <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AAZpysVFW9rCQUqDQ0\" href=\"https://piggo.space/users/hob\" rel=\"ugc\">@<span>hob@piggo.space</span></a></span><br/><br/>Check my bread gallery → <a href=\"https://www.ondrovo.com/bread/\">https://www.ondrovo.com/bread/</a><br/><br/>:rust:<br/><br/>🇨🇿, 🇬🇧, 🇪🇸<br/><br/>Account is locked to avoid followbots²<br/><br/>***<br/>¹this is not an endorsement<br/>²I will probably accept your follow request if you can click on all the traffic lights","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://piggo.space/users/piggo","background_image":"https://piggo.space/media/a5d64ce92abd2cc3eb910516725c28381dc876f91bd612d485d1aad927561f29.jpg","favicon":null,"hide_favorites":true,"hide_followers":false,"hide_followers_count":false,"hide_follows":false,"hide_follows_count":false,"is_admin":true,"is_confirmed":true,"is_moderator":true,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"🙟 hey did u know about bread 🙝\n\n:yell_right: :pain1::pain2::pain3::pain4: :yell: :yell:\n\nusing :arch:¹ and yelling at computer every day\n\n❋ LLAP ❋\n\nwww.ondrovo.com\n\n🥐 https://git.ondrovo.com/MightyPork/crsn\n\n! catgirls have 2 pairs of ears !\n\nponys favourite pig™\n\nPleroma groups: https://git.ondrovo.com/MightyPork/group-actor :ferris:\nGroups news: @fedigroups@piggo.space\nCooking group: @hob@piggo.space\n\nCheck my bread gallery → https://www.ondrovo.com/bread/\n\n:rust:\n\n🇨🇿, 🇬🇧, 🇪🇸\n\nAccount is locked to avoid followbots²\n\n***\n¹this is not an endorsement\n²I will probably accept your follow request if you can click on all the traffic lights","pleroma":{"actor_type":"Person","discoverable":false},"sensitive":false},"statuses_count":53057,"url":"https://piggo.space/users/piggo","username":"piggo"},"application":null,"bookmarked":false,"card":null,"content":"<span class=\"h-card\"><a class=\"u-url mention\" data-user=\"5\" href=\"https://kawen.space/users/karen\" rel=\"ugc\">@<span>karen</span></a></span> hm did it work?","created_at":"2021-09-07T18:38:29.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7v5DalZbzDgge4XI","in_reply_to_account_id":"5","in_reply_to_id":"AB7uzd1i5yMEplaBrE","language":null,"media_attachments":[],"mentions":[{"acct":"karen@kawen.space","id":"5","url":"https://kawen.space/users/karen","username":"karen"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"@karen hm did it work?"},"conversation_id":6554410,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"karen@kawen.space","local":true,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://piggo.space/objects/03968e28-6518-4ed0-bb2d-275a1b238d27","url":"https://piggo.space/notice/AB7v5DalZbzDgge4XI","visibility":"unlisted"},{"account":{"acct":"thor@pl.thj.no","avatar":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","avatar_static":"https://pl.thj.no/media/bf68fb5dbe1ca0151a262f5f7c1a99f89c487e2da5c3f1fd6adbb1b871ca31be.jpeg","bot":false,"created_at":"2020-08-30T15:49:39.000Z","display_name":"ᚦᛟᚱᚱ","emojis":[],"fields":[{"name":"Matrix","value":"@thorthenorseman:matrix.org"},{"name":"Telegram","value":"ThorTheNorseman"},{"name":"Discord","value":"ThorTheNorseman#9581"},{"name":"Google","value":"thj@thj.no"},{"name":"iMessage","value":"thj@thj.no"},{"name":"Webshop","value":"<a href=\"https://thj.no/\" rel=\"ugc\">https://thj.no/</a>"}],"followers_count":1025,"following_count":559,"fqn":"thor@pl.thj.no","header":"https://piggo.space/images/banner.png","header_static":"https://piggo.space/images/banner.png","id":"9yeWMWk20YRSL0zHRw","locked":false,"note":"Human who lives in Oslo, Norway. Slave of a ragdoll cat named Blizzard. I&#39;m here to kill time, post funny shit and make some friends.<br/><br/>18+ account, not for the easily offended.","pleroma":{"accepts_chat_messages":true,"also_known_as":[],"ap_id":"https://pl.thj.no/users/thor","background_image":null,"favicon":null,"hide_favorites":true,"hide_followers":true,"hide_followers_count":false,"hide_follows":true,"hide_follows_count":false,"is_admin":false,"is_confirmed":true,"is_moderator":false,"relationship":{},"skip_thread_containment":false,"tags":[]},"source":{"fields":[],"note":"","pleroma":{"actor_type":"Person","discoverable":true},"sensitive":false},"statuses_count":18399,"url":"https://pl.thj.no/users/thor","username":"thor"},"application":null,"bookmarked":false,"card":null,"content":"<p>oh this cough isn’t getting any better is it. it went from a dry cough to a wet one today. the cold/flu virus (current assumption) started off in my head and is now migrating south, as these damned things usually do.</p><p>i haven’t been sick for a year and a half, probably due to reduced transmission rates for common cold/flu viruses, but things are more back to normal now. i always catch these things. there’s not a year without it. 😩</p>","created_at":"2021-09-07T18:37:37.000Z","emojis":[],"favourited":false,"favourites_count":0,"id":"AB7v2342G9LSAPpAJ6","in_reply_to_account_id":"9yeWMWk20YRSL0zHRw","in_reply_to_id":"AB7uSejyhZfGarZARM","language":null,"media_attachments":[],"mentions":[{"acct":"thor@pl.thj.no","id":"9yeWMWk20YRSL0zHRw","url":"https://pl.thj.no/users/thor","username":"thor"}],"muted":false,"pinned":false,"pleroma":{"content":{"text/plain":"oh this cough isn’t getting any better is it. it went from a dry cough to a wet one today. the cold/flu virus (current assumption) started off in my head and is now migrating south, as these damned things usually do.i haven’t been sick for a year and a half, probably due to reduced transmission rates for common cold/flu viruses, but things are more back to normal now. i always catch these things. there’s not a year without it. 😩"},"conversation_id":6554364,"direct_conversation_id":null,"emoji_reactions":[],"expires_at":null,"in_reply_to_account_acct":"thor@pl.thj.no","local":false,"parent_visible":true,"spoiler_text":{"text/plain":""},"thread_muted":false},"poll":null,"reblog":null,"reblogged":false,"reblogs_count":0,"replies_count":1,"sensitive":false,"spoiler_text":"","tags":[],"text":null,"uri":"https://pl.thj.no/objects/89bb6329-a074-43e5-9e61-3f71df7cc9e1","url":"https://pl.thj.no/objects/89bb6329-a074-43e5-9e61-3f71df7cc9e1","visibility":"public"}]"#;
let pieces : Vec<Status> = serde_json::from_str(json).unwrap();
}