mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 11:38:50 +01:00
Fixed build
This commit is contained in:
parent
8290dcb249
commit
4359f66ece
3 changed files with 9 additions and 9 deletions
|
|
@ -61,7 +61,7 @@ Users.attachSchema(new SimpleSchema({
|
|||
},
|
||||
'profile.hiddenSystemMessages': {
|
||||
type: Boolean,
|
||||
optional: true
|
||||
optional: true,
|
||||
},
|
||||
'profile.initials': {
|
||||
type: String,
|
||||
|
|
@ -296,7 +296,7 @@ Meteor.methods({
|
|||
}
|
||||
},
|
||||
toggleSystemMessages() {
|
||||
user = Meteor.user();
|
||||
const user = Meteor.user();
|
||||
user.toggleSystem(user.hasHiddenSystemMessages());
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue