I was thinking that one could remove the max word length limit on the title by setting it to 0 (instead of using a very high value), but that actually revealed a separate bug: it currently accepts 0 but that doesnât disable the check, instead, it becomes impossible to create a topic since no title is valid:
Itâs off course possible to revert the commit that surfaced this, but regardless of that, it seems that title max word length needs some validation (e.g. [1, 255])?
Since people might have been setting this to 0 in an attempt to disable the check, it might be better to migrate the value 0 to 255 instead of 1, what do you think?
I donât oppose it⊠although I doubt there is any forum with this inadvertently set to 0 as no topics can be created at that point, so it would likely have been reverted already.