Add email comments to posts
This commit is contained in:
@@ -3,6 +3,13 @@ module Admin
|
||||
class WebmentionRepo < Adamantium::Repo[:webmentions]
|
||||
commands update: :by_pk
|
||||
|
||||
def list_all_for_check
|
||||
webmentions
|
||||
.exclude(source_url: "email")
|
||||
.order(:id)
|
||||
.to_a
|
||||
end
|
||||
|
||||
def list_all
|
||||
webmentions
|
||||
.order(:id)
|
||||
|
Reference in New Issue
Block a user