user name of the person replying to post, use the username not intermalmessage. until you completely setup internal messaging successfully.
marcus
1
not_urgent
not_important
zfrika
the only change you need to make is on line 337 in the messages.js routes. 315 router.post(BASE_URL + '/replytopost', async (req, res) => { 316 console.log(`data SUBMITTED in message :`, req.body); 332 // Build payloads using the cleanContent 333 const payload_received = { 334 ...rest, 335 content: cleanContent, 336 type: "received", 337 //from: senderexistingUser.internalmessage, 338 from: senderexistingUser.username,