Emelia Smith

Results 687 comments of Emelia Smith

This draft PR I believe would effectively implement this: https://github.com/mastodon/mastodon/pull/28405 Though this implementation blocks the hashtag from being used BOTH locally and in federated content, not just in blocking federated...

This was also implemented in #29264 as a silent drop due to spam.

To implement this properly, you'd want to merge `domain_blocks` and `domain_allows` tables into an `domain_federation_policies` table, which would be a `accept / reject / filter` policy, along with `filters` that...

@ClearlyClaire I think this needs a "rebase required" label

The idea from the Social Web CG call yesterday was to give non-SWICG people a place to ask questions, such that we can further build out the Primer and Errata....

That or we add a issue template to the repository to direct questions to that forum, e.g., here's Mastodon's: https://github.com/mastodon/mastodon/blob/main/.github/ISSUE_TEMPLATE/config.yml

If you're still having this issue, try running with `LOG_LEVEL=silly` set, this will produce a heap more logs but may help you diagnose. Keep in mind that in recent mastodon...

It's probably worth noting that Authorized Fetch is fairly easily defeated by motivated bad actors: https://soapbox.pub/blog/threads-server-blocking/ So it's debatable whether "Authorized Fetch" is really a "secure mode" since the entire...

This seems reasonable, but we also need to keep in mind that there might be multiple reports for the same content, and one resolution, so all reports would receive the...