liquid_feedback_frontend
diff app/main/_prefork/10_init.lua @ 1843:b01d9920371b
merge
author | jbe |
---|---|
date | Thu Feb 03 15:57:22 2022 +0100 (2022-02-03) |
parents | 7b16ddc69a2f |
children | 138a1508cdf3 |
line diff
1.1 --- a/app/main/_prefork/10_init.lua Thu Feb 03 15:54:23 2022 +0100 1.2 +++ b/app/main/_prefork/10_init.lua Thu Feb 03 15:57:22 2022 +0100 1.3 @@ -38,7 +38,7 @@ 1.4 end 1.5 1.6 if config.notification_digest_template == nil then 1.7 - config.notification_digest_template = "Hello #{name},\n\nthis is your personal digest.\n\n#{digest}\n" 1.8 + config.notification_digest_template = _"Hello #{name},\n\nthis is your personal digest.\n\n#{digest}\n" 1.9 end 1.10 1.11 if config.member_image_content_type == nil then 1.12 @@ -272,7 +272,7 @@ 1.13 listen{ 1.14 { 1.15 proto = "interval", 1.16 - name = "send_pending_notifications", 1.17 + name = "mirror_firstlife_groups", 1.18 delay = 5, 1.19 handler = function() 1.20 firstlife_mirror_groups()