Skip to content

Commit

Permalink
🔧 Increment max char length to 2500
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Feb 5, 2024
1 parent e197a5b commit 51b4b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/validators/status_length_validator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class StatusLengthValidator < ActiveModel::Validator
MAX_CHARS = 500
MAX_CHARS = 2500
URL_PLACEHOLDER_CHARS = 23
URL_PLACEHOLDER = 'x' * 23

Expand Down

0 comments on commit 51b4b10

Please sign in to comment.