~cytrogen/masto-fe

ref: 200312e8bed0d91c576cabcdf2ffe0173778cccd masto-fe/config/initializers/stoplight.rb -rw-r--r-- 292 bytes
200312e8 — Rob Thomas Fix crash when viewing a moderation appeal and the moderator account has been deleted (#25900) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'stoplight'

Rails.application.reloader.to_prepare do
  Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(RedisConfiguration.new.connection)
  Stoplight::Light.default_notifiers  = [Stoplight::Notifier::Logger.new(Rails.logger)]
end