logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 29f314a50209f64b551be7fae2744234bcca2627
parent: cc68d1945b42459a787e0ce216e8f49393eeb197
Author: Akihiko Odaki (@fn_aki@pawoo.net) <akihiko.odaki.4i@stu.hosei.ac.jp>
Date:   Tue, 11 Jul 2017 18:55:48 +0900

Remove redundant inclusion (#4150)


Diffstat:

Mapp/services/process_feed_service.rb2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/app/services/process_feed_service.rb b/app/services/process_feed_service.rb @@ -20,8 +20,6 @@ class ProcessFeedService < BaseService end class ProcessEntry - include AuthorExtractor - def call(xml, account) @account = account @xml = xml