Skip to content

Commit

Permalink
Subscription selection logic
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 17, 2024
1 parent 2d03f79 commit 2871057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/author.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2871057

Please sign in to comment.