From 0ba6dd2f3875da37511a207d8df0d6ae7f7e6a37 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 25 Feb 2023 12:52:45 +1100 Subject: [PATCH] Allow any post with a location as a checkin --- app/repos/post_repo.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/repos/post_repo.rb b/app/repos/post_repo.rb index db082d8..9e0763c 100644 --- a/app/repos/post_repo.rb +++ b/app/repos/post_repo.rb @@ -75,7 +75,6 @@ module Adamantium def places_listing(limit: nil) posts - .where(post_type: "post") .exclude(location: nil) .published .combine(:tags)