Skip to content

Commit

Permalink
webinair settings keys fix (#444)
Browse files Browse the repository at this point in the history
* webinair settings keys fix

Co-authored-by: Kyle Boe <kyle@boe.codes>
  • Loading branch information
DanieleMancini and kyleboe authored Nov 30, 2022
1 parent 6be2081 commit 9bc115d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/zoom/actions/webinar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ module Webinar
question_and_answer: %i[
allow_anonymous_questions answer_questions attendees_can_comment
attendees_can_upvote enable
]
],
attendees_and_panelists_reminder_email_notification: %i[enable type],
follow_up_absentees_email_notification: %i[enable type],
follow_up_attendees_email_notification: %i[enable type]
}
].freeze

Expand Down

0 comments on commit 9bc115d

Please sign in to comment.