mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
Fix GHSL-2026-035_Wekan.
Thanks to GHSL and xet7 !
This commit is contained in:
parent
f0deed448a
commit
1c8667eae8
1 changed files with 8 additions and 1 deletions
|
|
@ -130,7 +130,14 @@ Meteor.publish('notificationUsers', async function() {
|
||||||
.filter(v => !!v),
|
.filter(v => !!v),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{},
|
{
|
||||||
|
fields: {
|
||||||
|
username: 1,
|
||||||
|
'profile.fullname': 1,
|
||||||
|
'profile.avatarUrl': 1,
|
||||||
|
'profile.initials': 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue