pleroma: 2.4.0 -> 2.4.1

Changed
- Make mix pleroma.database set_text_search_config run concurrently
  and indefinitely

Added
- AdminAPI: Missing configuration description for StealEmojiPolicy

Fixed
- MastodonAPI: Stream out Create activities
- MRF ObjectAgePolicy: Fix pattern matching on "published"
- TwitterAPI: Make change_password and change_email require params on
  body instead of query
- Subscription(Bell) Notifications: Don't create from Pipeline
  Ingested replies
- AdminAPI: Fix rendering reports containing a nil object
- Mastodon API: Activity Search fallbacks on status fetching after a
  DB Timeout/Error
- Mastodon API: Fix crash in Streamer related to reblogging
- AdminAPI: List available frontends when static/frontends folder is missing
- Make activity search properly use language-aware GIN indexes
- AdminAPI: Fix suggestions for MRF Policies
main
Félix Baylac-Jacqué 3 years ago committed by Raphael Megzari
parent 4ec195a9c1
commit a1ac5195b2
  1. 4
      pkgs/servers/pleroma/default.nix

@ -7,14 +7,14 @@
beamPackages.mixRelease rec {
pname = "pleroma";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitLab {
domain = "git.pleroma.social";
owner = "pleroma";
repo = "pleroma";
rev = "v${version}";
sha256 = "sha256-1zp/qVk2K3q8AtkfXab0MBAHaQnY5enVtfdu64FFPhg=";
sha256 = "sha256-XYZIf8/Vznl4FvVAOy5GVfTBTCwhfUol/3vWWIDwIxQ=";
};
mixNixDeps = import ./mix.nix {

Loading…
Cancel
Save