client/home: show who featured the post

This commit is contained in:
rr-
2016-05-29 12:48:51 +02:00
parent abef6e5c35
commit aa71ccb02c
3 changed files with 11 additions and 3 deletions

View File

@ -31,6 +31,8 @@ class HomeController {
diskUsage: response.diskUsage,
postCount: response.postCount,
featuredPost: response.featuredPost,
featuringUser: response.featuringUser,
featuringTime: response.featuringTime,
});
},
response => {