-
- Downloads
Merge branch 'features/bio_rel_me' into 'develop'
Add rel=me to the User bio Closes #423 See merge request pleroma/pleroma!813
No related branches found
No related tags found
Showing
- lib/pleroma/user.ex 8 additions, 1 deletionlib/pleroma/user.ex
- lib/pleroma/web/rel_me.ex 51 additions, 0 deletionslib/pleroma/web/rel_me.ex
- test/fixtures/rel_me_anchor.html 14 additions, 0 deletionstest/fixtures/rel_me_anchor.html
- test/fixtures/rel_me_link.html 14 additions, 0 deletionstest/fixtures/rel_me_link.html
- test/fixtures/rel_me_null.html 13 additions, 0 deletionstest/fixtures/rel_me_null.html
- test/user_test.exs 16 additions, 0 deletionstest/user_test.exs
- test/web/rel_me_test.exs 55 additions, 0 deletionstest/web/rel_me_test.exs
lib/pleroma/web/rel_me.ex
0 → 100644
test/fixtures/rel_me_anchor.html
0 → 100644
test/fixtures/rel_me_link.html
0 → 100644
test/fixtures/rel_me_null.html
0 → 100644
test/web/rel_me_test.exs
0 → 100644
Please register or sign in to comment