Chore: Cleanup attachment handling for Facebook & Whatsapp (#1051)
* Chore: Enable file upload for facebook messenger * Chore: Fix attachments * Chore: Fix Specs * Fix ReplyBox file attachment logic * Set default value for message Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
@@ -12,6 +12,10 @@ const initialSelectedChat = {
|
||||
status: null,
|
||||
muted: false,
|
||||
seen: false,
|
||||
inbox_id: null,
|
||||
additional_attributes: {
|
||||
type: '',
|
||||
},
|
||||
dataFetched: false,
|
||||
};
|
||||
const state = {
|
||||
|
||||
Reference in New Issue
Block a user