Moved to background job for sending twitter messages (do not log article changes).
This commit is contained in:
parent
081034a15a
commit
4baa1c9410
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ class Ticket::Article < ApplicationModel
|
|||
type_id: true,
|
||||
sender_id: true,
|
||||
preferences: true,
|
||||
message_id: true,
|
||||
from: true,
|
||||
to: true,
|
||||
cc: true,
|
||||
}
|
||||
|
||||
# fillup md5 of message id to search easier on very long message ids
|
||||
|
|
Loading…
Reference in a new issue