I'm GUESSING you sent a POST request without the JS while passing the variable that this is a text type post but including only an empty string for the text field and somehow this didn't get picked up in my backend validation. If so that's not that big of a deal, you essentially just made a textless text post.
Ah right I know why. Your true karma is actually less than your displayed karma, as true karma doesn't take into account your own upvotes (which are created automatically when posting/commenting). You need 100 true karma.
Done
maybe at some point. I like this for now.
savings mostly
also I fixed nested comment images.
wholesome
got laid off a few months back :(
hoes mad
are you on mobile? Try on desktop. Right side.
kek
I'm GUESSING you sent a POST request without the JS while passing the variable that this is a text type post but including only an empty string for the text field and somehow this didn't get picked up in my backend validation. If so that's not that big of a deal, you essentially just made a textless text post.
If it's something else please let me know.
try code tags
what.
How?
yeah on desktop go to the front page of mainchan and click the "Create a Subchannel" button.
Mainchan is small enough right now that I view just about every post. Feel free to make a suggestion.
They'd open themselves up from litigation from digg then.
I realize that but it conveys the anon part, which I feel is important to understanding the website at a glance.
Yeah you lose some functionality on the mobile version to save space for more important stuff. Sorry about that, I'll get around to it.
On the front page. Click the button on the right that says "Create a Subchannel".
yea I probably should
What's that?
I do, but that feels less unethical than what is essentially brigading.
Ah right I know why. Your true karma is actually less than your displayed karma, as true karma doesn't take into account your own upvotes (which are created automatically when posting/commenting). You need 100 true karma.
$trueKarma = ($user->commentKarma() + $user->submissionKarma()) - ($user->submissionCount() + $user->commentCount());
Odd. I'll look into it.