2014-12-16 13:34:01 +09:00
|
|
|
Template[getTemplate('postAvatars')].helpers({
|
2014-12-14 15:19:53 +09:00
|
|
|
commenters: function () {
|
|
|
|
// remove post author ID from commenters to avoid showing author's avatar again
|
|
|
|
return _.without(this.commenters, this.userId);
|
|
|
|
}
|
|
|
|
});
|