Add reactions to posts
This commit is contained in:
@@ -64,6 +64,7 @@ module Admin
|
||||
def list
|
||||
posts
|
||||
.where(post_type: ["post", "checkin", "code"])
|
||||
.combine(:reactions, :webmentions)
|
||||
.order(Sequel.lit("published_at desc"))
|
||||
.to_a
|
||||
end
|
||||
|
Reference in New Issue
Block a user