Handle incoming follows.
authorRoger Braun <roger@rogerbraun.net>
Wed, 10 May 2017 16:46:23 +0000 (18:46 +0200)
committerRoger Braun <roger@rogerbraun.net>
Wed, 10 May 2017 16:46:23 +0000 (18:46 +0200)
commit05f2cd0d930e93d1eb80a8a4ba3952f8ba46f5ce
tree752c9bddc7ccfbf738439a8b9ea4ead878d4c7c2
parent34a1ce00ecc6f19827638fc311e4e76d3c4cb162
Handle incoming follows.

Also Mastodon CWs.
lib/pleroma/web/ostatus/handlers/follow_handler.ex [new file with mode: 0644]
lib/pleroma/web/ostatus/ostatus.ex
test/fixtures/follow.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/https___pawoo.net_users_pekorino.atom [new file with mode: 0644]
test/fixtures/httpoison_mock/https___pawoo.net_users_pekorino.xml [new file with mode: 0644]
test/fixtures/mastodon-note-cw.xml [new file with mode: 0644]
test/support/httpoison_mock.ex
test/web/ostatus/ostatus_test.exs