From 50660d54e8cabd08fee649a6abc26f35a8d7a82c Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 11 Feb 2017 17:09:36 +0100 Subject: Fix semantics of follow requests another slaps --- app/models/follow.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/models/follow.rb') diff --git a/app/models/follow.rb b/app/models/follow.rb index f83490caa..e25c2bc9f 100644 --- a/app/models/follow.rb +++ b/app/models/follow.rb @@ -20,10 +20,6 @@ class Follow < ApplicationRecord target_account end - def object_type - :person - end - def title destroyed? ? "#{account.acct} is no longer following #{target_account.acct}" : "#{account.acct} started following #{target_account.acct}" end -- cgit