feature/IO-3478-Mark-Conversation-Unread: Finished
This commit is contained in:
@@ -61,7 +61,8 @@ const send = async (req, res) => {
|
||||
isoutbound: true,
|
||||
userid: req.user.email,
|
||||
image: selectedMedia.length > 0,
|
||||
image_path: selectedMedia.length > 0 ? selectedMedia.map((i) => i.src) : []
|
||||
image_path: selectedMedia.length > 0 ? selectedMedia.map((i) => i.src) : [],
|
||||
is_system: false
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user