Skip to content

Commit 5980e4d

Browse files
committed
fix: correct status for webmentions
1 parent 8f87c1b commit 5980e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebmentionReceiver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function saveWebmention(array $webmention, $page)
3838
authorAvatar: $webmention['author']['avatar'] ?? '',
3939
authorEmail: null,
4040
authorUrl: $webmention['source'],
41-
status: $autoPublish ? 'PUBISHED' : 'PENDING',
41+
verification_status: $autoPublish ? 'PUBLISHED' : 'PENDING',
4242
published: $autoPublish,
4343
verified: false,
4444
spamlevel: $spamlevel,

0 commit comments

Comments
 (0)