diff --git a/app/models/author.rb b/app/models/author.rb index 67acd93..785364f 100644 --- a/app/models/author.rb +++ b/app/models/author.rb @@ -71,7 +71,7 @@ def public_guestbook_entries end def verified_subscriptions - subscriptions.where(verified: true) + subscriptions.where(verified: true, unsubscribed: false) end def listed_posts(exclude_posts = nil, sort = true)