Upgrade to Meteor 2.3.4

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-06-25 14:11:53 +03:00 committed by Denis Perov
parent e6dc20f6c7
commit 40265144af
316 changed files with 5049 additions and 32549 deletions

View file

@ -25,6 +25,7 @@ Template.userAvatar.helpers({
return user && user.isBoardAdmin() ? 'admin' : 'normal';
},
/*
presenceStatusClassName() {
const user = Users.findOne(this.userId);
const userPresence = presences.findOne({ userId: this.userId });
@ -34,6 +35,8 @@ Template.userAvatar.helpers({
return 'active';
else return 'idle';
},
*/
});
Template.userAvatarInitials.helpers({