feat: Add Google Translate API Integration (#6454)
This commit is contained in:
@@ -69,7 +69,8 @@ class Message < ApplicationRecord
|
||||
# [:external_created_at] : Can specify if the message was created at a different timestamp externally
|
||||
# [:external_error : Can specify if the message creation failed due to an error at external API
|
||||
store :content_attributes, accessors: [:submitted_email, :items, :submitted_values, :email, :in_reply_to, :deleted,
|
||||
:external_created_at, :story_sender, :story_id, :external_error], coder: JSON
|
||||
:external_created_at, :story_sender, :story_id, :external_error,
|
||||
:translations], coder: JSON
|
||||
|
||||
store :external_source_ids, accessors: [:slack], coder: JSON, prefix: :external_source_id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user