Emelia Smith

Results 658 comments of Emelia Smith

@zeeZ given getting this fixed upstream is preferable, it might make sense to make this a draft PR for now.

@oneiros would you be able to add more details here about how the SSL options for rails accessing the postgresql database work? I can't make sense of the code involved...

@zeeZ what do you think of this instead? https://github.com/mastodon/mastodon/pull/31667 Supports the DB_SSLMODE according to `sslmode` in connection urls from node-postgres, and introduces environment variables for setting the certificate, key, and...

That is, only `no-verify` should set `ssl.rejectUnauthorized` to `false`, everything else should set `ssl` to an empty object, which triggers the usage of an SSL connection.

This seems to be a dupe of https://github.com/mastodon/mastodon/issues/10258 or vice-versa.

@mjankowski could this be related to your changes here? https://github.com/mastodon/mastodon/pull/35120

@mjankowski someone was telling me they still see this behavior on latest 4.4, but I don't have more details

Question: would you have different recommendations for hashtags based on language? If so, an implementation where the TagRecommendation is a separate model might make more sense. e.g., have a look...

I think this would be desired, because there are multi-lingual communities out there.

So tusky likely uses a web view for having you log in to your account, that's why you see the web session, and why revoking it appears to not do...