Search
Items tagged with: mastodev
There's a lot to say about the new #Mastodon version but the most impactful change for me so far is the new boost icon. It now visibly changes when pressed, while previously it would barely change colour/thickness, a difference often too subtle to notice on screens with low constrast/brightness.
#FediMeta #MastoMeta #MastoDev
Weβre growing our product team!
Are you an #iOS Developer who wants to lead our official #Mastodon iOS #App?
This is a remote full-time position and requires an overlap with the CET timezone.
Ideally:
1. You are a senior iOS Developer comfortable with a mature codebase
2. Proficient in #Swift and #Apple Frameworks (UIKit, SwiftUI, Combine)
3. Prior experience with social media networks is a big plus!
For more info/to apply:
https://jobs.ashbyhq.com/mastodon/bc91c481-d30a-4e73-9eb8-ac29f4e905e2
#FediHire #GetFediHired #hiring #mastodev
iOS Developer (m/f/d)
We're looking for a full-time remote iOS Developer to work on our official Mastodon iOS app.jobs.ashbyhq.com
Featured hashtags on Mastodon were originally going to be a really useful feature, but the actual implementation with them off to the side (where trending hashtags usually are) made them totally invisible on the mobile web view and confusing on the desktop view.
They were originally supposed to be above the timeline on a profile (see screenshot). I've started an issue asking for this to be implemented, feel free to join with posts or thumbs if this interests you:
https://github.com/mastodon/mastodon/issues/30073
Use Featured Hashtags as content filters displayed immediately above the profile timeline Β· Issue #30073 Β· mastodon/mastodon
Pitch Put the featured hashtags above the profile timeline as a set of filters, so that people notice them even if they're on a mobile web view, and so that people intuitively understand what they ...GitHub
Hello fedi. i am trying to solve the "fetch all replies" problem once and for all that makes the fedi feel a lot more desolate and with a lot more reply guys in it than it should be. this is take two, where before i had it triggered by a button, but now i think it should happen on the server-side whenever you expand a post. can anyone help me out figure out how to make this more efficient by only fetching posts that the server doesn't already have? i am not sure what the best strategy would be, and if anyone with experience doing efficient rails and SQL stuff could give me some pointers that would be gr8. the patch is actually extremely simple it just needs a few nice things to make it not DDoS everyone.
https://github.com/NeuromatchAcademy/mastodon/pull/44
Issue that describes approach: https://github.com/NeuromatchAcademy/mastodon/issues/43
Wiki page: https://wiki.neuromatch.social/Fetch_All_Replies
#MastoDev #FediDev #FetchAllReplies
Fetch All Replies v2 - Service Edition by sneakers-the-rat Β· Pull Request #44 Β· NeuromatchAcademy/mastodon
Fix: #43 Opening this as a draft for now, discussion/description at #43 TODO: Rate limiting: only want to get some replies, but there isn't any pagination in the context endpoint. Need to figure ...GitHub
For this weekend's coding project, I built a tiny single-user BlueskyβActivityPub one-way bridge I named βPinholeβ. If there's someone on Bluesky whose posts you want in your Mastodon feed, you can download and run it yourself: https://fietkau.software/pinhole
Caveats: 1. I intentionally built it anti-scalable: you can use it to follow one Bluesky account from one fedi account, and that's it. 2. You need experience with web servers.
#fediverse #ActivityPub #MastoDev #Bluesky #atproto
Pinhole
Pinhole is a tiny single-user BlueskyβActivityPub one-way bridge. It can be self-hosted to provide a mirror bot for exactly one Bluesky profile followable by exactly one ActivityPub (e.g. Mastodon) account.Julian Fietkau
I recently tried to set up a https://liberapay.com so that users could help contribute to server costs of our instance. I linked it to a Stripe account and am now being told by Stripe that my account isn't permitted because "Crowdfunding" is a "Restricted Business" type.
I thought this was a common set up. Does anyone have experience with this? I can appeal, is there something I should say or do? Perhaps I didn't describe my Stripe account properly and got flagged?
Next release of Mastodon will allow admins to post important announcements to their users, and yes, those are reactions
any ideas on how to debug this #mastoAdmin / #mastoDev people? I don't do webdev. (the security header error seems unrelated). I run glitch under nginx.
Some of my features include:
β’ Unlisted posting
β’ Federated timeline
β’ Alt text viewer
β’ Bookmarks
β’ Pinning posts
β’ Handling follow requests
β’ Improved true black mode
β¦ and many more!
Visit my GitHub for downloads and more information:
https://github.com/sk22/mastodos#readme
#Introductions #Mastodon #Mastodos #MastoDev #Android #MastodonAndroid #FOSS
GitHub - sk22/mastodos: Pink modification of the official Mastodon for Android app
Pink modification of the official Mastodon for Android app - GitHub - sk22/mastodos: Pink modification of the official Mastodon for Android appGitHub
I'm not seeing it in the documentation at https://docs.joinmastodon.org/methods/statuses/#context
If a post has 40+ replies, will they *all* be returned? #development
(I was trying to write a userscript to hide the CW section entirely when auto-expand is enabled)
#mastodev #development