mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
merge dashboard list view, wire in live data
This commit is contained in:
commit
93427dca14
5 changed files with 168 additions and 10 deletions
|
@ -3,7 +3,7 @@ class EmailWorker
|
|||
sidekiq_options queue: :emails, retry: 10, backtrace: true
|
||||
|
||||
def perform(args={})
|
||||
raise 'no' if ENV['RACK_ENV'].nil? || ENV['RACK_ENV'] == 'development'
|
||||
return if ENV['RACK_ENV'].nil? || ENV['RACK_ENV'] == 'development'
|
||||
unsubscribe_token = Site.email_unsubscribe_token args['to']
|
||||
|
||||
if args['no_footer']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue