mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 13:58:09 -05:00
Update thing.recipient to thing.user_is_recipient in message.compact.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user