Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
a1056aac
Commit
a1056aac
authored
Nov 18, 2020
by
feld
Browse files
Merge branch 'fix/mix-task-user-delete_activities' into 'develop'
Fix mix pleroma.user delete_activities task See merge request
!3156
parents
aae669d0
56d95203
Pipeline
#33014
passed with stages
in 25 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a1056aac
...
...
@@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-
Config generation: rename
`Pleroma.Upload.Filter.ExifTool`
to
`Pleroma.Upload.Filter.Exiftool`
.
-
S3 Uploads with Elixir 1.11.
-
Mix task pleroma.user delete_activities for source installations.
## [2.2.0] - 2020-11-12
...
...
lib/mix/pleroma.ex
View file @
a1056aac
...
...
@@ -14,7 +14,7 @@ defmodule Mix.Pleroma do
:swoosh
,
:timex
]
@cachex_children
[
"object"
,
"user"
,
"scrubber"
]
@cachex_children
[
"object"
,
"user"
,
"scrubber"
,
"web_resp"
]
@doc
"Common functions to be reused in mix tasks"
def
start_pleroma
do
Pleroma
.
Config
.
Holder
.
save_default
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment