]> cat aescling's git repositories - mastodon.git/commit
Change note length validation to ignore mention domains and URLs (#9717)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 5 Jan 2019 06:16:46 +0000 (07:16 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Jan 2019 06:16:46 +0000 (07:16 +0100)
commit45899cfa691b1e4f43da98c456ae8faa584eb437
treeb3bb6355c4cbe8f74b96d463ac5905c5c898cdfa
parent90398b9d007d10716cb891d341f64018bb60c822
Change note length validation to ignore mention domains and URLs (#9717)

Fix #4419
app/models/account.rb
app/validators/note_length_validator.rb [new file with mode: 0644]
app/validators/url_validator.rb