arrow_back Back to Tickets

Ticket #340ca0

completed

Problem

user name of the person replying to post, use the username not intermalmessage. until you completely setup internal messaging successfully.

Creator

marcus

Priority

1

Urgent

not_urgent

Important

not_important

Project Name

zfrika

Next Steps

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,

Ticket Information

Ticket ID: 69741f72d50c22b7dc340ca0
Date Initiated: 1/24/2026, 1:24:00 AM
Date Resolved: 1/23/2026, 7:45:00 PM
Status: completed
Urgent: not_urgent
Important: not_important
Created: 1/23/2026, 5:25:06 PM
Last Updated: 1/23/2026, 7:46:11 PM