{{define "title"}}Message Inbox{{end}} {{define "content"}}
{{if .ViewThread}}Conversation with {{.ReplyTo.Username}}{{else}}Inbox{{end}}
{{$SourceUser.NameOrUsername}} {{if $SourceUser.IsAdmin}} Admin {{end}}
{{$SourceUser.Username}} {{if not $SourceUser.Certified}} Not Certified! {{end}}
Be careful about possible scams!
It is a well-known tactic for con artists to move your conversation away to another platform as soon as possible, in order to evade detection from the website. If @{{$Root.ReplyTo.Username}} is asking to take you to a messenger app within the first couple of messages, be wary!
Though the certification requirement for {{PrettyTitle}} does well to keep the lowest effort scammers off the site, no system is completely full proof; we once saw a fully authentic certification photo (likely taken under duress of somebody who was a victim themselves) get a scammer into our website before.
Please report this message if you think it may be a scam, especially if they are asking you to take this conversation off-site within the first couple of messages, and let your website administrator take a closer look at this person's pattern of behavior.
You have {{.Unread}} unread message{{Pluralize64 .Unread}}. Select a message on the other column to read the conversation here.
Pro Tip: Do you get a lot of thirsty, unsolicited messages from strangers and wish you could do something about that? In your Privacy Settings there is an option to limit who can slide into your DMs. You can always reach out first and start a chat with someone regardless of this setting.
{{if eq .Box "threads"}} Conversations {{else if eq .Box "inbox"}} All Inbox Messages {{else}} Sent Messages {{end}}
{{if eq $Root.Box "sent"}}
{{$User := $UserMap.Get .TargetUserID}}
Sent To
{{template "avatar-24x24" $User}}
{{$User.Username}}
{{else}}
{{$User := $UserMap.Get .SourceUserID}}
From
{{template "avatar-24x24" $User}}
{{$User.Username}}
{{end}}
|