in #Mastodon #Akkoma #Pleroma #GotoSocial you can hide your follower and following lists from public view
Notices by fedicat (fedicat@pc.cafe)
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Sunday, 16-Feb-2025 04:17:18 JST fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Wednesday, 29-Jan-2025 05:05:41 JST fedicat
@silverpill it just does another retrieval of the post by ID, in case there are any changes that weren't immediately returned or for whatever reason the displayed post isn't up to date, so I figured that's a good place to throw in load-replies (first part is just mitra)
public func refresh(_ post: Post) async throws -> Post {
if supportsLoadConversation {
try await loadConversation(of: post)
}
let post = try await client.refresh(post)
addAccounts(post)
return post
} -
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Wednesday, 29-Jan-2025 04:29:32 JST fedicat
on #Mitra the post refresh option also runs the load replies feature that you can see in the web ui
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Thursday, 16-Jan-2025 19:03:40 JST fedicat
I’m caught up in this #Pixelfed frenzy, just got trends to show up in #Fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Saturday, 28-Dec-2024 06:48:48 JST fedicat
added bovine
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Friday, 20-Dec-2024 20:39:48 JST fedicat
adding support in #Fedicat for the Conversation post visibility in #Mitra
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Monday, 09-Dec-2024 04:38:50 JST fedicat
@silverpill For a while I used application/json with update_credentials for everything except the avatar/header update and that seemed to work with everything except hollo which doesn't accept application/json with update_credentials, so now I've mostly flipped it around. For fields I think I tried using that json with multipart/form to avoid all that query param construction and it worked but mastodon didn't preserve the field order.
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Monday, 09-Dec-2024 04:38:49 JST fedicat
@silverpill my field update using multipart/form
'Content-Type': 'multipart/form-data; boundary=6473FE0A-51EE-42C1-8B98-BCF838B4AA4D'
➡️ 💿 --6473FE0A-51EE-42C1-8B98-BCF838B4AA4DContent-Disposition: form-data; name="fields_attributes[0][name]"
first
--6473FE0A-51EE-42C1-8B98-BCF838B4AA4D
Content-Disposition: form-data; name="fields_attributes[0][value]"
value 1
--6473FE0A-51EE-42C1-8B98-BCF838B4AA4D
Content-Disposition: form-data; name="fields_attributes[1][name]"
second
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Sunday, 08-Dec-2024 05:55:11 JST fedicat
@silverpill It only differs from the other platforms in requiring application/json, and it should have been working on mitra already but I didn't specify the profile field limit in the platform descriptor (defaults 0). Actually I also read it from the pleroma instance metadata, be cool to have that, looks like this
"fields_limits" : {
"name_length" : 512,
"value_length" : 2048,
"max_fields" : 10,
"max_remote_fields" : 20
}, -
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Sunday, 08-Dec-2024 03:59:22 JST fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Saturday, 12-Oct-2024 04:51:24 JST fedicat
#Mastodon changed their post visibility names so I might as well make up my own in #Fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Sunday, 01-Sep-2024 21:33:27 JST fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Tuesday, 20-Aug-2024 03:19:11 JST fedicat
@silverpill I just started keeping the testflight release notes here because it's too slow to manually type them in appstoreconnect.
https://codeberg.org/technicat/fedicat/src/branch/main/RELEASE.md
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Monday, 19-Aug-2024 18:53:38 JST fedicat
displaying emoji reactions from #Akkoma #Pleroma #Mitra in #Fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Saturday, 17-Aug-2024 20:31:34 JST fedicat
#fedicat now able to create quote posts in #Mitra and #Pleroma
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Friday, 16-Aug-2024 23:48:33 JST fedicat
@silverpill Actually I added this because I saw it in the Mitra changelog! I haven't tested it in Mitra yet because I don't see it in the web UI but I'm adding quote_id today so hopefully I can create quote posts in the app.
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Friday, 16-Aug-2024 22:26:09 JST fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Saturday, 15-Jun-2024 12:13:55 JST fedicat
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Wednesday, 12-Jun-2024 09:28:37 JST fedicat
#introduction new account for #Fedicat, a somewhat cross-platform #fediverse client slowly gestating in #testflight. See profile for links.
-
Embed this notice
fedicat (fedicat@pc.cafe)'s status on Wednesday, 12-Jun-2024 08:19:37 JST fedicat
@BeAware good idea, I never got in the habit but got these new project accounts set up so I guess I should!