From 4cfbf59af5514018e9477d4206d430cb8965aad4 Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Tue, 30 Dec 2014 15:50:02 -0500 Subject: [PATCH] Update thing.recipient to thing.user_is_recipient in message.compact. --- r2/r2/templates/message.compact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/message.compact b/r2/r2/templates/message.compact index b77cf6f32..0de9130d4 100644 --- a/r2/r2/templates/message.compact +++ b/r2/r2/templates/message.compact @@ -42,7 +42,7 @@ %else: <% - corr = thing.author if thing.recipient else thing.to + corr = thing.author if thing.user_is_recipient else thing.to %> ${WrappedUser(corr)}