Merge branch 'support-rel-ugc' into 'develop'

Add support for `rel="ugc"`

Closes #1255

See merge request pleroma/pleroma!1679
This commit is contained in:
kaniini 2019-09-23 22:41:31 +00:00
commit 19263f30c3
12 changed files with 58 additions and 46 deletions

View file

@ -522,7 +522,7 @@ config :auto_linker,
class: false,
strip_prefix: false,
new_window: false,
rel: false
rel: "ugc"
]
```