Skip to content

Commit

Permalink
Add welcome messages for more ages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdccollins committed Oct 24, 2024
1 parent a4bc8ca commit cfaa823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/jobs/send_welcome_message_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ class SendWelcomeMessageJob < ApplicationJob
queue_as :default

WELCOME_VIDEOS = {
9 => "https://www.bbc.co.uk/tiny-happy-people/articles/z74hxbk",
10 => "https://www.bbc.co.uk/tiny-happy-people/articles/z74hxbk",
11 => "https://www.bbc.co.uk/tiny-happy-people/articles/z74hxbk",
14 => "https://www.bbc.co.uk/tiny-happy-people/articles/z3hkcmn",
17 => "https://www.bbc.co.uk/tiny-happy-people/tools-for-talking-18-24-months/zxdfp4j",
18 => "https://www.bbc.co.uk/tiny-happy-people/shopping-game-18-24/zbhyf4j",
19 => "https://www.bbc.co.uk/tiny-happy-people/how-to-make-a-ball-run/z4kk8xs",
Expand Down

0 comments on commit cfaa823

Please sign in to comment.