Added sender to messages sent IO-590
This commit is contained in:
@@ -32,6 +32,7 @@ exports.send = (req, res) => {
|
||||
text: body,
|
||||
conversationid,
|
||||
isoutbound: true,
|
||||
userid: req.user.email,
|
||||
};
|
||||
gqlClient
|
||||
.request(queries.INSERT_MESSAGE, { msg: newMessage })
|
||||
|
||||
Reference in New Issue
Block a user