Added subreddit variable.

This commit is contained in:
ThePendulum 2018-04-23 02:44:43 +02:00
parent 42d462631e
commit b34b73b464
1 changed files with 1 additions and 0 deletions

View File

@ -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
});