Feature: Introduce bots (#545)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S
2020-03-06 01:43:12 +05:30
committed by GitHub
parent fabc6c87af
commit b2d5cc7b05
23 changed files with 218 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ class Messages::Outgoing::NormalBuilder
def initialize(user, conversation, params)
@content = params[:message]
@private = ['1', 'true', 1, true].include? params[:private]
@private = params[:private] || false
@conversation = conversation
@user = user
@fb_id = params[:fb_id]