We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7fa6d commit b081894Copy full SHA for b081894
1 file changed
app/modules/messaging/channels/direct_message_channel.rb
@@ -36,6 +36,8 @@ def unsubscribed
36
37
# Receives { "content" => "...", "recipient_id" => "...", "recipient_type" => "..." } from client.
38
def speak(data) # rubocop:disable Metrics/MethodLength
39
+ Current.organization_id = current_org_id
40
+
41
content = data['content'].to_s.strip
42
recipient_id = data['recipient_id'].to_s
43
0 commit comments