<% } %>
<% if(message.type == 'reply'){ %>
<%= message.author.name %>
回复了你的话题
<% } %>
<% if(message.type == 'reply2'){ %>
<%= message.author.name %>
在话题
中回复了你的回复
<% } %>
<% if(message.type == 'follow'){ %>
<%= message.author.name %>
关注了你
<% } %>
<% if (message.type == 'at'){ %>
<%= message.author.name %>
在话题
中@了你
<% } %>
<% if (message.has_read) { %>
<% } else { %>
<% } %>

