Fix spelling error and remove trailing whitespace

This commit is contained in:
itepechi 2023-09-16 07:12:20 +09:00
parent 0ceee820a6
commit 5b17d6d545
2 changed files with 2 additions and 2 deletions

View File

@ -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 . .

View File

@ -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: