when a banned user follows another user, going to their profile returns a 404
why can't there be a message saying something like “this user was banned”?
I think i figured out why Apple watch doesn't work on wasteof3: it doesn't support the set-cookie header
The solution is:
add an api to get auth that doesn’t send the token in a header (mostly copy-pasting from the current auth api)
add a listener to the form to intercept the default behavior (posting to the original api) and instead post to the new api and then save the returned cookie in the browser using document.cookie
(this works, I’ve tested)
But don’t change the form’s default behavior, so it’ll still work when javascript is disabled
The beta actually looks more Apple Watch friendly than wasteof2, because it has <dialog>
s in many places instead of alerts
the solution is that apple stops being difficult and just follows the web spec. its not for me to bend over backwards to support their dumb limitations
(wo3) when clicking on the “load more” button (on the homepage) after someone i follow posted, it shows the post above the “load more” button twice.
the whole site was redesigned, including profiles pages. you can now set a sidebar on your profile and other stuff. beta.wasteof.money
Having trouble logging in to one of my accounts (@9)
Error is “not using password”
What does this mean?
sorry for the unclear error message. it means the account doesn’t have a password linked to it, aka it only has github or google auth.
Is there a character limit on /chat? How much is it?
Noticed since my bot can no longer send its command list (600 chars)