Forum Discussion
TariqHussain
8 years agoBoss
Could you please try below context object.
${notification.message.author.login}
On a default immediate_general email template this context object is being used.
#set ( $eventUser = "${notification.message.author.login}") #set ( $eventUserRanking = "${notification.message.author.ranking.name}") #if ($notification.moved) #if ($notification.merged) #set ($eventText = "merged a") #else #set ($eventText = "moved a") #end #else
- ttadej8 years agoAdvisorThanks but that doesn't give me the name of the person who moved the post, it gives me the name of the author of the post.
- TariqHussain8 years agoBoss
ttadej- As you have tried all the possible context object which shown below and no other context object is mentioned on the documentation.
$actorLogin
$notification.message.actor.login
$notification.actor.login
$notification.message.lastEditUser.loginOpen a ticket to lithium support for this. Or if it is not available post an idea here.
- ttadej8 years agoAdvisor
For others running into the same issue, here is the response from Lithium:
"Our product team agrees that this is a bug and I've opened an investigation to determine a possible fix. I'll keep you updated on our progress."