New user: “Um hello is there a good reason why my bio can't be more characters??”
Me, dead serious: “No.”
Me, dead serious: “No.”
@shel Sorry it's Rails.config.x.max_chars the x cones after config. So if you're talking like this:
validates :note, length: { maximum: 160 }, if: 'local?'
should be this:
validates :note, length: { maximum: Rails.config.x.max_chars }, if: 'local?'
@u2764
us: *forks mastodon*
us: *immediately breaks mastodon*
I know that @ninjawedding 's instance is running CE on master? (the latest commit on master was fixes they had made to get it running) Maybe they can help
@u2764 yeah... just... it's not DRY >_>
i guess i could clone the repo, open all the locales in a fancy text editor, and do a Find/Replace For All Files In Session?