1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-03-03 22:34:09 +00:00

add a defaults file containing all defaults for configuration options and tidy initial config

هذا الالتزام موجود في:
Adam Cooke
2017-04-27 09:35:57 +01:00
الأصل c36b3f6f51
التزام 1f64c61105
7 ملفات معدلة مع 123 إضافات و43 حذوفات

عرض الملف

@@ -80,11 +80,11 @@ module Postal
end
def parse(part, type = nil)
if @domain.track_clicks?
if Postal.tracking_available? && @domain.track_clicks?
part = insert_links(part, type)
end
if @domain.track_loads? && type == :html
if Postal.tracking_available? && @domain.track_loads? && type == :html
part = insert_tracking_image(part)
end