-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
contrib: good first issueIssues that you can solve to start contributing :)Issues that you can solve to start contributing :)hacktoberfest
Description
There are a few "magic numbers" in the code, such as in
| if (typeof bio !== 'string' || bio.length > 260) { |
In this example, is there a reason why 260 has not been replaced by something like settings.get('Accounts_MaxBioLength')? (With the corresponding setting added to app/lib/server/startup/settings.ts).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contrib: good first issueIssues that you can solve to start contributing :)Issues that you can solve to start contributing :)hacktoberfest