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)
  • poVoq
    link
    fedilink
    12 years ago

    Any idea when the broken image problem will be resolved?

    • DessalinesOPM
      link
      fedilink
      22 years ago

      We bought some extra hard drive space and are in the process of uploading the backed up pictures. Should be fixed within a few days.

      • poVoq
        link
        fedilink
        12 years ago

        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?

        • DessalinesOPM
          link
          fedilink
          12 years ago

          Probably not, that would mean two separate pict-rs instances for a single lemmy instance.