mastodon stuff
so since you can get spinny text patched by just messing around with it enough that gargon goes "oh goddamnit"
how do i take that and apply it to
1. federated reports (#2176)
2. private accounts acting VERY WEIRD AND POSSIBLY UNSAFELY if they have no statuses visible to the instance you're on (#644?, i've seen more bugs than just #644)
3. deleted posts not being deleted if they were a retoot (#889)
mastodon stuff
@boots blackmail maybe?
mastodon stuff
@shel theoretically yeah but also morally and logically no
mastodon stuff
@boots feels like the messing around with it enough may be a way of trouble shooting though, no?
mastodon stuff
@maloki i mean the issue with the css class thing was just "there's no whitelist"
it's just that nothing was being done for a while about it
mastodon stuff
@boots Ah, I didn't know about it until just lately.
As well I'm simply not "caught up" with github, as I end up having to deal with other stuff.
feel free to poke me next time?
mastodon stuff
@boots 1. is something i wanted to do until i realized it would require you to expose the reporter. because the mechanism for such things is salmon, it must always go from one account to another. so you would send a flag-as-inappropriate from the reporter to the author. the software could hide this from the author, but it still feels dodgy, thus i have no implemented this.
mastodon stuff
@boots i have replied in the github issue for 2, but the reason 2 and 3 are hard is because federation is bloody impossible to debug with such things. like, i don't have any obvious clues as to why it would happen.
mastodon stuff
@boots the reason the spinny thing was fixed quickly was 1) it was absolutely clear where the problem was 2) it was easy to fix 3) highly visible and urgent because it affected people with motion sickness
mastodon stuff
@boots looking at #889: my response is wrong. RemoveStatusService removes a given status and all reblogs of it and sends out a PuSH/Salmon delete for each. So it's a mystery and I'm not sure if it's still reproducible or not.
mastodon stuff
I just submitted a new, longer issue for 2. at https://github.com/tootsuite/mastodon/issues/3893
Please note the fact that one of the things can happen is that someone who you didn't see a follow request from and didn't accept may be able to see your posts
(cc @Gargron pls fix)