get ready for sex 2 #mastodev
get ready for sex 2 #mastodev
better to piss in the sink than sink in the piss #mastodev
Mastodon has code for scheduling posts, but it's not in the default Mastodon user interface as an intentional choice.
If you'd like the ability to schedule posts ahead without using a third-party service, please add your and maybe a comment to this feature request on the Mastodon official issue list on Github:
I'm migrating the Gender Census account from @gendercensus@lgbt.io to @gendercensus@fediverse.gendercensus.com and I have to say, it is going much smoother than last time I tried to migrate accounts on Mastodon. :)
Nice one, developers!
I know PixelFed exists but it's all just text and video and images at the end of the day - so what if the Mastodon interface just looked like Instagram and then you could sign in using your existing Mastodon account... a concept:
This is just hacked together real quick, but should I work on this to make it a real thing?
@Yuvalne Question: Determine the media attachment file storage size held on a server for each account on Mastodon instance.
Mastodon Admin >Accounts pages clearly show what the media attachment storage size is for each account. Whether that is dynamically pulled when you view an account or is saved in the database periodically, I am not sure.
I ran "runuser -l mastodon -c 'cd ~ && pg_dump --column-inserts --table=accounts mastodon_production > accounts2.sql'" and it came back with a listing of accounts with this information as a text sql file for each account. I didn't see Media_attatchment file sizes in that info.
Maybe there is a pg_dump recipe that would return the "Media Attachment" info from the Admin>Account pages if it is saved in the database. I can't figure out what field that would be in the database schema. It's early, still, though, and I just brushed over the schema. Tagging #mastodon #MastoAdmin #data #MastoDev in case someone is familiar with it.
Info it returned:
id, username, domain, private_key, public_key, created_at, updated_at, note, display_name, uri, url, avatar_file_name, avatar_content_type, avatar_file_size, avatar_updated_at, header_file_name, header_content_type, header_file_size, header_updated_at, avatar_remote_url, locked, header_remote_url, last_webfingered_at, inbox_url, outbox_url, shared_inbox_url, followers_url, protocol, memorial, moved_to_account_id, featured_collection_url, fields, actor_type, discoverable, also_known_as, silenced_at, suspended_at, hide_collections, avatar_storage_schema_version, header_storage_schema_version, devices_url, suspension_origin, sensitized_at, trendable, reviewed_at, requested_review_at, indexable
- Favorite Hashtags on the sidebar
- Post Redrafting
- Endorsing accounts and featuring hashtags
- More keyboard shortcuts
- Settings overhaul
- Audio visualizer optimizations
- Report forwarding to more involved instances when supported
- Enabled more features for Pleroma
- Windows ARM builds
- More fluid horizontal lists like emoji reactions and post hashtags
- Many critical bug fixes and design improvements
- Updated the website
## Fixes
- Cosmetic UI adjustments
- Fixed assorted crashes
## Translations
- Estonian, Finnish, German, Irish, Italian, Latvian, Lithuanian, Norwegian Nynorsk, Polish, Russian, Slovak, Spanish, Tamil
More at https://pachli.app/pachli/2025/07/30/2.15.0-release.html and https://pachli.app/pachli/2025/07/30/2.15.1-release.html.
Interesting https://github.com/mastodon/mastodon/pull/35584
The other states combined into a single "Post unavailable" copy
In general I try not to swear so much these days, but...
... why the FUCK is this set to "Everyone" by default?
@festal @katzenberger @Gargron It should be possible to not allow #quotePosts at all, and it should be the default behaviour with allowing quote posts being #optIn.
It's what he promised. It's what he should deliver. And while he has a proven history of ignoring even the best supported change requests in the Mastodon Github, it should be the top issue until it is fixed.
woot, my emoji rendering system seems to be working okay! loaded it onto my dev server and thankfully i follow a lot of trans people who love lots of emoji in their profiles
cannot WAIT to get to the picker tho. hiding custom emoji groups is what i dream of
One annoying thing about the search function on Mastodon is it's occasional nature.
Currently I once again can't find stuff from:me or in:library more recent than last year. This is an issue that's popped up before.
"just go on github and create an issue"? No thanks. I don't like jumping through unnecessary and unaccessible* hoops. So this is grumbling into the void.
__
* I wrote what I wrote and you understand what it means.
After implementing partial support for Mastodon's FEP-044f quote post authorization in #Smithereen, I realized that this flow with sending a "*Request" activity and receiving a corresponding Accept{*Request} is nothing but an RPC mechanism.
So now Smithereen also uses TopicCreationRequest and TopicRenameRequest for discussion boards in groups, which are almost finished, btw.
En JavaScript, on croise souvent cette erreur :
TypeError: can't access property "ville", utilisateur.adresse is null
Le ?. (optional chaining) permet d’y remédier simplement.
Une explication claire en 2 minutes :
https://youtube.com/shorts/6D0T2rvHLXI
Also, how do I turn off the carousel that hides all of my pinned posts bar one?
When I pin posts it's because *I want people to see them*. Why the hell would I want almost all of them to be hidden?
Why was this feature rolled out by default instead of #optIn?
(Edit — more related frustration here: https://mas.to/@tokyo_0/114831976505460262)
In #Mastodon 4.4 they've added the horrible popup window from #Bluesky when you try to click on a #hashtag.
If I wanted to do something weird with the hashtag, I'd right click it. Now I need to make an extra click every single time I just want to view the posts. It's one of the worst features of Bluesky, and they've added it into Mastodon.
It doesn't even do anything useful like tell you if you're following the hashtag.
Every time they update the Mastodon UI they make it worse.
3 takeaways from Mastodon v4.4's quote post implementation:
1) Quote posts can be filtered https://github.com/mastodon/mastodon/pull/34786