All cybrespace changes through 5/28
This commit is contained in:
committed by
beatrix-bitrot
parent
382572c213
commit
65528fc54e
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class StatusLengthValidator < ActiveModel::Validator
|
||||
MAX_CHARS = 500
|
||||
MAX_CHARS = 512
|
||||
|
||||
def validate(status)
|
||||
return unless status.local? && !status.reblog?
|
||||
|
Reference in New Issue
Block a user