feat: Add CSAT reports (#2608)

This commit is contained in:
Pranav Raj S
2021-07-14 10:20:06 +05:30
committed by GitHub
parent b7806fc210
commit cb44eb2964
34 changed files with 1120 additions and 57 deletions

View File

@@ -86,7 +86,7 @@ class Message < ApplicationRecord
after_create_commit :execute_after_create_commit_callbacks
after_update :dispatch_update_event
after_update_commit :dispatch_update_event
def channel_token
@token ||= inbox.channel.try(:page_access_token)