Fix GHSL-2026-035_Wekan.

Thanks to GHSL and xet7 !
This commit is contained in:
Lauri Ojansivu 2026-02-19 23:25:39 +02:00
parent f0deed448a
commit 1c8667eae8

View file

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