diff options
author | lain <lain@soykaf.club> | 2019-11-10 10:44:23 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-11-10 10:44:23 +0000 |
commit | 4885d403fee868c8d2b2ebedf1bbf37c36f0e333 (patch) | |
tree | ad6c56a6bf1e1f3fa37b96ae27527aeeb191cf61 | |
parent | 9d0b989521dc181eea2e5912445df1c543457a90 (diff) | |
download | pleroma-4885d403fee868c8d2b2ebedf1bbf37c36f0e333.tar.gz |
Apply suggestion to config/config.exs
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 7e1fe2a81..a84f6e043 100644 --- a/config/config.exs +++ b/config/config.exs @@ -279,7 +279,7 @@ config :pleroma, :instance, config :pleroma, :feed, post_title: %{ max_length: 100, - omission: "..." + omission: "…" } config :pleroma, :markup, |