This question has been flagged
1784 Views

Hello Everyone.

I'm trying to make the discuss module (which is called mail module in code packages) look a little more beautiful.

I'm working on the file thread.xml in (mail/static/src/xml/thread.xml) and currently working on "mail.ChatThread.Message"
I need to have access to know who is the current user (to his/her messages in another way so he knows it's himself/herself.

I can have access to the current message author user id using "message.author_id[0]" (in t-if tags).

Is there a way for me to see who the current user is ??

Avatar
Discard