به Nostr بپیوندید
2026-07-16 00:29:44 UTC
in reply to

IFTAS on Nostr: Thanks for the heads-up! One comment, your required reason is five characters or ...

Thanks for the heads-up!

One comment, your required reason is five characters or more, but one of the most common reasons is "Spam", which is four characters.

https://codeberg.org/derpepe/pepes-addons/src/branch/master/report/report.js

if (reason.length < 5) {
alert("The reason must be at least 5 characters long!");
return;
}