Conflicts:
- `Gemfile.lock`:
glitch-soc-only dependency textually too close to updated upstream
dependencies. Updated to upsteam dependencies.
link_header (~> 0.0, >= 0.0.8)
rdf-normalize (0.4.0)
rdf (~> 3.1)
- redis (4.2.2)
+ redcarpet (3.5.0)
+ redis (4.2.5)
redis-actionpack (5.2.0)
actionpack (>= 5, < 7)
redis-rack (>= 2.1.0, < 3)
include Paginable
include AccountCounters
include DomainNormalizable
+ include AccountMerging
+ MAX_DISPLAY_NAME_LENGTH = (ENV['MAX_DISPLAY_NAME_CHARS'] || 30).to_i
+ MAX_NOTE_LENGTH = (ENV['MAX_BIO_CHARS'] || 500).to_i
+ MAX_FIELDS = (ENV['MAX_PROFILE_FIELDS'] || 4).to_i
+
TRUST_LEVELS = {
untrusted: 0,
trusted: 1,