A few bug fixes:
- Fix missing auth on new post refresh. (#764)
- Change CSP rule for connect-src (websocket) to wildcard (fixes #730) (#737)
- Increase default search rate limit. (#2424)
- Rejected federated pm from blocked users (fixes #2398) (#2408)
- Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)
- Revert “Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)”
- Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)
- Dont allow login if account is banned or deleted (fixes #2372) (#2374)
- Fix panics in search_by_apub_id() (fixes #2371) (#2373)
Good to know. Maybe it is possible to store user and community avatars separately from other user uploads to avoid such problems in the future?
Probably not, that would mean two separate pict-rs instances for a single lemmy instance.