Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/app/(public)/tools/shadowban-check/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,18 @@ export default function ShadowbanCheckPage() {
</div>
<div className="rounded-2xl border border-border bg-card/80 px-4 py-3">
<p className="text-xs text-muted-foreground">
Recent activity
Publicly visible activity
</p>
Comment on lines 180 to 182
<p className="text-sm font-semibold">
{result.profile.recentActivityCount > 0
? `${result.profile.recentActivityCount} posts/comments`
: "No visible activity"}
</p>
<p className="mt-1 text-xs text-muted-foreground">
Posts removed by mods or spam filters won't appear here.
If this is lower than expected, some of your content may
be shadow-removed.
Comment on lines +189 to +191
</p>
</div>
<div className="rounded-2xl border border-border bg-card/80 px-4 py-3">
<p className="text-xs text-muted-foreground">
Expand Down
Loading