crabber-net / crabber

A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
https://crabber.net
GNU General Public License v2.0
48 stars 16 forks source link

Can't molt on 0 characters left (Fast fix) #49

Closed TaliX4 closed 3 years ago

TaliX4 commented 3 years ago

When typing a molt

Let's say I use all of my available characters and the number next to molt says 0. It doesn't let me press the molt button to send it even though I have the exact amount of characters used, I can only send a molt on 1 character or more

jakeledoux commented 3 years ago

Classic off-by-one bug! Thanks for reporting.

jakeledoux commented 3 years ago

This has been fixed. Changes might not appear on the site for a little bit.