Allow any post with a location as a checkin

This commit is contained in:
2023-02-25 12:52:45 +11:00
parent 5d88032396
commit 0ba6dd2f38

View File

@@ -75,7 +75,6 @@ module Adamantium
def places_listing(limit: nil)
posts
.where(post_type: "post")
.exclude(location: nil)
.published
.combine(:tags)