formatter: preserve case of hashtags
authorWilliam Pitcock <nenolod@dereferenced.org>
Sun, 5 Aug 2018 00:35:29 +0000 (00:35 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Sun, 5 Aug 2018 00:37:38 +0000 (00:37 +0000)
commit0ee29994a5506420f9b1c26568ad15a5d7db3d6e
tree02d54a3a760cdd70d489e8660b0adfae9ae4a636
parentd7368ea272c86a0b6b22d57d0cb5fb01d502978a
formatter: preserve case of hashtags

when generating hashtag links, we used the casefolded version that we use in
the link URLs, instead of the original version.

accordingly, adjust the formatter to use the original text for the links, while
keeping the casefolded version for the URLs.
lib/pleroma/formatter.ex