Rich Media: Skip Microformats hashtags
authorrinpatch <rinpatch@sdf.org>
Tue, 18 Jun 2019 21:31:30 +0000 (00:31 +0300)
committerrinpatch <rinpatch@sdf.org>
Tue, 18 Jun 2019 21:46:30 +0000 (00:46 +0300)
commit035368d363e31bd99efb21e1c121574718c81b5e
treee954c408cb2d6712e29f8b824ba848a8097ed6f4
parent3d76420512111006f678f820d1a20f866b07bdb9
Rich Media: Skip Microformats hashtags

When fixing this problem I incorrectly assumed a.hashtag is
the proper way for detecting hashtags, but it is just something Pleroma and
Mastodon add. Per microformats it should be detected by the presense of rel=tag.

This MR adds a check for rel=tag, but I still left a.hashtag just in case
lib/pleroma/html.ex
test/html_test.exs