Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
comments
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl authored and backportbot[bot] committed Dec 29, 2021
commit 1f2a9710036b62e3ec34983466528991c12a33a5
1 change: 1 addition & 0 deletions lib/Listeners/Files/PreparingShareSendMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function handle(Event $event): void {
&& $member->getUserType() !== Member::TYPE_CONTACT)
|| array_key_exists($member->getSingleId(), $clearPasswords)
) {
// Ignore members that are not 'mail' or the one we already generated a password
continue;
}

Expand Down