We support a block syntax for some of the other campaign step options, like [the email subject](https://github.com/honeybadger-io/heya/blob/9e71af69705ac4851140fe2786768e0d57a79df1/app/mailers/heya/campaign_mailer.rb#L26). We could do the same for `wait` [here](https://github.com/honeybadger-io/heya/blob/9e71af69705ac4851140fe2786768e0d57a79df1/lib/heya/active_record_extension.rb#L18). The only caveat is that [we cannot pass a user to this block](https://github.com/honeybadger-io/heya/issues/260#issuecomment-2353393940), which was requested in #260.
We support a block syntax for some of the other campaign step options, like the email subject. We could do the same for
waithere. The only caveat is that we cannot pass a user to this block, which was requested in #260.