diff --git a/_includes/components/webmentions.njk b/_includes/components/webmentions.njk
index 8e940ae..1cf68c1 100644
--- a/_includes/components/webmentions.njk
+++ b/_includes/components/webmentions.njk
@@ -132,7 +132,7 @@
{% for reply in wm_replies %}
{% set src = reply['wm-source'] | default('') %}
{% set includeReply = true %}
- {% if bskySyndUrl and ('bsky.app' in src or 'brid.gy' in src or 'bridgy' in src) %}{% set includeReply = false %}{% endif %}
+ {% if bskySyndUrl and ('bsky.app' in src or 'brid.gy' in src or 'bridgy' in src or 'bsky.app' in (reply.author.url | default(''))) %}{% set includeReply = false %}{% endif %}
{% if mastodonActive and 'fed.brid.gy' in src %}{% set includeReply = false %}{% endif %}
{% if includeReply %}
{% set filtered_replies = (filtered_replies.push(reply), filtered_replies) %}
@@ -219,7 +219,7 @@
class="font-semibold text-surface-900 dark:text-surface-100 hover:underline"
target="_blank" rel="noopener"
x-text="reply.author.name">
-
+
@@ -249,7 +249,7 @@
class="font-semibold text-surface-900 dark:text-surface-100 hover:underline"
target="_blank" rel="noopener"
x-text="reply.author.name">
-
+