Add email comments to posts

This commit is contained in:
2024-03-10 13:21:06 +11:00
parent c52e7fe87f
commit 273be35a61
12 changed files with 129 additions and 32 deletions

View File

@@ -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)