Add account banning policy message

This commit is contained in:
2024-05-28 13:37:17 +02:00
parent f76fc8dcf3
commit 1422e24f05
3 changed files with 67 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ onMount(() => {
</button>
</div>
{#each reports as report (report.id)}
{#each reports.slice(0, 100) as report (report.id)}
<AbuseReport
report={report}
ip_report_count={ip_report_count}