[#8424] added missing attribute react_users to VersionedSnapshotTempObject
diff --git a/Allura/allura/controllers/discuss.py b/Allura/allura/controllers/discuss.py
index 0b0360d..fb9ed91 100644
--- a/Allura/allura/controllers/discuss.py
+++ b/Allura/allura/controllers/discuss.py
@@ -360,7 +360,8 @@
                     attachments=self.post.attachments,
                     related_artifacts=self.post.related_artifacts,
                     parent_security_context=lambda: None,
-                    last_edit_by=lambda: self.post.last_edit_by()
+                    last_edit_by=lambda: self.post.last_edit_by(),
+                    react_users=self.post.react_users
                 )
             else:
                 post = self.post