diff options
author | lain <lain@soykaf.club> | 2019-11-10 11:02:34 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-11-10 11:02:34 +0000 |
commit | e08bd99bab2bcdcbcea68c383dd94952f60e0194 (patch) | |
tree | e01eadb5581a08fbc8885afdcf2e90d6aacedb43 | |
parent | 4885d403fee868c8d2b2ebedf1bbf37c36f0e333 (diff) | |
download | pleroma-e08bd99bab2bcdcbcea68c383dd94952f60e0194.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 a84f6e043..7e1fe2a81 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, |