Added subreddit variable.
This commit is contained in:
@@ -43,6 +43,7 @@ function interpolate(pattern, user, post, item) {
|
||||
$postUser: post.user || user.user,
|
||||
$postDate: dateFns.format(post.datetime, dateFormat),
|
||||
$postIndex: post.index + config.library.indexOffset,
|
||||
$subreddit: post.subreddit,
|
||||
$host: post.host.label
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user