Handle incoming favorites, fetch potentially missing messages.
authorRoger Braun <roger@rogerbraun.net>
Fri, 5 May 2017 14:07:44 +0000 (16:07 +0200)
committerRoger Braun <roger@rogerbraun.net>
Fri, 5 May 2017 14:07:44 +0000 (16:07 +0200)
commitfa2610c7959500c18b64d70828123a817de78864
tree14b0f473e3e547364e1be93ec5b166c5323cc2fd
parentd982f04a652ee95110ebd7d6dfc1ebdaa3c15d6f
Handle incoming favorites, fetch potentially missing messages.
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/ostatus/ostatus.ex
test/fixtures/favorite.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/https___shitposter.club_api_statuses_show_2827873.atom.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/https___shitposter.club_api_statuses_user_timeline_1.atom.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/https___shitposter.club_notice_2827873.html [new file with mode: 0644]
test/fixtures/httpoison_mock/https___shitposter.club_user_1.xml [new file with mode: 0644]
test/support/httpoison_mock.ex
test/web/ostatus/ostatus_test.exs