forum: automatically post new forum posts to Discord.
This commit is contained in:
7
app/jobs/discord_notification_job.rb
Normal file
7
app/jobs/discord_notification_job.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class DiscordNotificationJob < ApplicationJob
|
||||
retry_on Exception, attempts: 0
|
||||
|
||||
def perform(forum_post:)
|
||||
forum_post.send_discord_notification
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user