Fix spelling error and remove trailing whitespace
This commit is contained in:
parent
0ceee820a6
commit
5b17d6d545
|
@ -25,7 +25,7 @@ RUN mix local.hex --force \
|
|||
|
||||
COPY ./mix.exs ./mix.lock ./
|
||||
|
||||
RUN mix deps.get --only ${MIX_ENV}
|
||||
RUN mix deps.get --only ${MIX_ENV}
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
@ -215,7 +215,7 @@ config :pleroma, :mrf_user_allowlist, %{
|
|||
#### :mrf_hashtag
|
||||
|
||||
* `sensitive`: List of hashtags to mark activities as sensitive (default: `nsfw`)
|
||||
* `federated_timeline_removal`: List of hashtags to remove activities from the federated timeline (aka TWNK)
|
||||
* `federated_timeline_removal`: List of hashtags to remove activities from the federated timeline (aka TWKN)
|
||||
* `reject`: List of hashtags to reject activities from
|
||||
|
||||
Notes:
|
||||
|
|
Loading…
Reference in New Issue