thisismissem, (edited ) to random
@thisismissem@hachyderm.io avatar

Just landed two changes to Mastodon, particularly around Web Push Subscriptions:

We'll now throw errors when doing POST /api/v1/push/subscription if the endpoint is an invalid URL, or if the keys values can't be used to encrypt a message.

That prevents you from registering a push subscription that just wouldn't work. We previously lacked input validation here.

#mastodev #mastoapi

amberage, to random
@amberage@eldritch.cafe avatar

One other Mastodon feature I would like:

Display any notes I might have taken about a user under their follow request in the notifications tab, and let me add new notes.

That would make it much more easy to deal with larger amounts of follow requests right as they come in, see if they follow requested before, and let me write notes for later (i.e. what context they f-req'd in) so I don't lose track of my follow requests.

amberage,
@amberage@eldritch.cafe avatar

Usually, when someone follow requests me, I put a note on their profile like this:

follow requested 2024-06-04 after liking, boosting my (topic xyz) post (link to post), replied (link to reply)

Then, when I have the time and energy to, I go through my backlog of follow requests, vet the profiles, and accept or deny the requests.

That requires going back and forth between posts and profiles several times to copy links and such, and whenever I do that, I lose my place in the notifications and have to scroll all the way down again. When I don't have the spoons to, I don't do that, annd those follow requests usually get denied when weeks later I can't reconstruct what they were about anymore.

Having that text field right in the notifications and being able to just copy paste links from the surrounding notifications would be a HUGE upgrade.

#MastoDev

matt, to mastodon
@matt@oslo.town avatar

Have there been any exciting updates to the range of Mastodon apps lately? 🤔

I feel like a lot of app development - on iOS especially - has either slowed or halted, but happy to be proven wrong. 😅

I’m really looking forward to @ivory introducing the ability to ‘Browse other instances’. 👽

ConnyDuck, to random
@ConnyDuck@chaos.social avatar

It would be so cool if there was an official mastodontext library so projects don't have to copy that slightly modified twittertext into their source.

thisismissem, to mastodon
@thisismissem@hachyderm.io avatar

If you've ever tried to implement an OAuth Application for Mastodon, and butted into the “unknown client_id / application” error, where the Mastodon server has silently deleted your OAuth Application….

I have good news for you:We've removed the OAuth Application Vacuuming from Mastodon: https://github.com/mastodon/mastodon/pull/30316

🎉

grishka, to fediverse
@grishka@mastodon.social avatar

New profile fields in #Smithereen.

(totally incompatible with the rest of the fediverse, but that's fine I guess)

#ActivityPub #mastodev

mina, to fediverse
@mina@berlin.social avatar

I wonder why the Mastodon web interface only displays the first frame of webp animations.

Is this a general thing or just one more of the arbitrary limitations?

ucf,
@ucf@mastodon.social avatar

@mina

gerade vor ein paar Tagen wieder in meiner Inbox:

https://github.com/mastodon/mastodon/issues/22793#issuecomment-2131246834

Ich hoffe wirklich, dass das bald kommt. Mastodon wird gerade einigermassen brauchbar, was interessante Accounts anbelangt.

#mastodev #quotes

grishka, to fediverse
@grishka@mastodon.social avatar

I'm adding new profile fields to , so I would like to ask the fediverse about what kinds of contact info one would expect to be able to add to their profile. So far I've seen:

  • Personal website/blog
  • Matrix
  • XMPP
  • Telegram
  • Signal
  • Phone number
  • Twitter
  • Email

I've not yet seen these in fediverse profiles but they are mainstream enough that won't hurt to add:

  • Instagram
  • Facebook
  • VKontakte
  • Snapchat
  • Discord

Is there anything I missed?

shlee, to fediverse
@shlee@aus.social avatar

I'm just a humble country chicken admin, but I've been thinking a lot about the cost of the fediverse and how we can improve it for all of the instances... in a coop kind of way

The cost of handing all of the media is THE major problem for me atm.

https://shlee.fedipress.au/2024/call-to-action-fediverse-media-server/

JPEGuin, to random
@JPEGuin@mastodon.social avatar

I'm excited to announce that I've started work on a new Mastodon app, and I'm calling it 'Friendzone'. 🚨

  • Easier to use
  • Better in every way
  • Blazing fast
  • Smarter

It's in very early stages, but ready to beta test today: https://testflight.apple.com/join/DxBfo8du

matt,
@matt@oslo.town avatar

@JPEGuin If you’re making all the bottom menu items customisable then I’d like all the menu items from the top to be in there.

For example; I use the local timeline a lot and would like to pin it to the main menu rather than have to use the dropdown at the top (awkward to reach with one hand) to switch to it.

image/jpeg

matt,
@matt@oslo.town avatar

@JPEGuin Also, registration process:

I’d like a client that when you open your options are Register + “I already have an account” and if you hit Register then it detects your location and recommends you a server from a location based server list. Then the rest.

Like, someone in the UK could see mastodon.uk, toot.wales, mastodon.scotland first.

Someone in Norway will see snabelen.no, oslo.town, and babb.no first, for example.

grishka, to fediverse
@grishka@mastodon.social avatar

So, #Smithereen no longer requires a username when signing up. You instead get assigned one automatically, of the form "idXXX" where XXX is the ID for your user record. You can change it later in settings if you wish. Current Mastodon versions handle this change no problem.

The username is only visible in two places:

  • The URL of your profile
  • When someone mentions you
    So it's not very important. Definitely not important enough to be a required field when you register.

#activitypub #mastodev

box464, to random
@box464@mastodon.social avatar

I saw a post today about another Mastodon API endpoint that is kind of in a zombie state (I looked into Featured Profiles awhile back).

This one is a “Mastodon Wrapped" end of year review.

On m.s. it's accessible but as expected doesn't return any data. Currently, the admin would have to jump to the console and run a task to populate the reports.

Like other "wrapped" end of year summaries, it's only available to the user.

thisismissem, to random
@thisismissem@hachyderm.io avatar

@newsmast is the Social Media Feed (@socialmedia) just boosting everything under the mastodon hashtag?

It might be wise to filter out posts also tagged with and since these are intended for developer audiences rather than the general public.

thisismissem, to mastodon
@thisismissem@hachyderm.io avatar

Just did a test, and I think we may be able to implement FedCM in Mastodon. It seems that you can actually create Doorkeeper Applications with a client_id that's a URL, rather than having it generate a unique client_id for you.

However, where it fails is that you don't get a unique client_id, so registering the same client again fails with a duplicate record error (maybe this is intentional?)

I guess FedCM client_id's don't have a client_secret at all to use…

#Mastodon #MastoDev #FedCM

thisismissem, to mastodon
@thisismissem@hachyderm.io avatar

Folks using the Mastodon API will probably like this! Advertising deprecations in API responses: https://github.com/mastodon/mastodon/issues/30308

#MastoDev #Mastodon #MastoAPI

thisismissem, to mastodon
@thisismissem@hachyderm.io avatar

If you've ever wanted to contribute to the Mastodon project documentation, here's a fantastic issue from @trwnh that lists all the undocumented stuff: https://github.com/mastodon/documentation/issues/1211

thisismissem, to random
@thisismissem@hachyderm.io avatar

Fediverse App developers, would this help you in building out the correct UI for filing reports?

Currently this is all hard-coded into the web version

https://github.com/mastodon/mastodon/issues/30301

#MastoDev #MastoAPI

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • tacticalgear
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • lostlight
  • All magazines