logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: aa6a26a2d5afb38ebd7774b8c61e247c27be1a0d
parent: d91ba3c8d067f0c16d09e21d6f727e4456457a8c
Author: Tomohiro Suwa <neoen.gsn@gmail.com>
Date:   Thu,  4 May 2017 02:13:04 +0900

Correct Account model for rubocop (#2587)

* Correct Account model for rubocop

* Undo these changes

Diffstat:

Mapp/models/account.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/account.rb b/app/models/account.rb @@ -182,7 +182,7 @@ class Account < ApplicationRecord end def subscribed? - !subscription_expires_at.blank? + subscription_expires_at.present? end def followers_domains