logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

premailer_rails.rb (295B)


  1. require_relative '../../lib/mastodon/premailer_webpack_strategy'
  2. Premailer::Rails.config.merge!(remove_ids: true,
  3. adapter: :nokogiri,
  4. generate_text_part: false,
  5. strategies: [PremailerWebpackStrategy])