Update thing.recipient to thing.user_is_recipient in message.compact.

This commit is contained in:
Brian Simpson
2014-12-30 15:50:02 -05:00
parent 8d90f8be2c
commit 4cfbf59af5

View File

@@ -42,7 +42,7 @@
%else:
<span class="correspondent rounded">
<%
corr = thing.author if thing.recipient else thing.to
corr = thing.author if thing.user_is_recipient else thing.to
%>
${WrappedUser(corr)}
</span>