mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/home: show who featured the post
This commit is contained in:
@ -31,6 +31,8 @@ class HomeController {
|
||||
diskUsage: response.diskUsage,
|
||||
postCount: response.postCount,
|
||||
featuredPost: response.featuredPost,
|
||||
featuringUser: response.featuringUser,
|
||||
featuringTime: response.featuringTime,
|
||||
});
|
||||
},
|
||||
response => {
|
||||
|
Reference in New Issue
Block a user