Skip to content

Commit

Permalink
Update status_length_validator.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
casuallyblue authored Dec 2, 2023
1 parent 91bc898 commit 1af2f29
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 = 200000
URL_PLACEHOLDER_CHARS = 23
URL_PLACEHOLDER = 'x' * 23

Expand Down

0 comments on commit 1af2f29

Please sign in to comment.