mastomods
mastomods copied to clipboard
Increased toot limit and ran 'service docker restart' but it's not reflecting on my site. Is that the correct way to do it? Anything I have missed out?
Using the tutorial in this link https://github.com/trwnh/mastomods/blob/main/tutorials/limits.md, I updated the following files.
-
/public_html/live/app/validators/status_length_validator.rb
-
app/javascript/mastodon/features/compose/components/compose_form.js
I then ran docker-compose restart
.
Output:
Restarting live_streaming_1 ... done
Restarting live_web_1 ... done
Restarting live_sidekiq_1 ... done
Restarting live_redis_1 ... done
Restarting live_db_1 ... done
However, the changes are are not being reflected on my site. What else do I need to do? Anything I'm missing? I'm on the latest version.