Claire
Claire
Sorry I let this unanswered. The implementation itself looks good, but I'm not 100% confident the new `final` attribute would always reflect the actual state of a poll (caching issues,...
We tend to draw the line at actual bugfixes. Furthermore, this PR has proved causing multiple issues that had to be fixed over time.
I don't think there has been any change to `tootctl media remove-orphans` itself or Paperclip/S3 configuration since 4.0.2. There have been some updates of the underlying AWS lib (`aws-sdk-s3` from...
The only purpose of following hashtags is to display them in the home timeline, so I'm not sure why you are following them if you want to hide them
Note that those plain text values are only available for local content, as content is federated as HTML.
It's not similar to #22356. Not sure what's going on though, will need more investigation.
The message is very weird, it seems that the SQL query has malformed JSON… but we do not do anything fancy to serialize this. I fail to see what could...
Yeah, the `"` should be properly escaped by Rails, we really don't do anything fancy with that. How did you install Ruby? Are you perhaps using an unusual locale? What's...
I'm afraid I have no idea what is occurring and I don't have many leads… What happens if you run the following in a Rails console (`RAILS_ENV=production bundle exec rails...
Sorry, the rails console should have been started with `RAILS_LOG_LEVEL=debug`, that is, `RAILS_LOG_LEVEL=debug RAILS_ENV=production bundle exec rails c`. The purpose was not to fix anything (I can't see how it...