Skip to content
Closed
Changes from all commits
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
4 changes: 2 additions & 2 deletions lib/public/Share/IManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@ public function allowEnumerationFullMatch(): bool;
* Check if the search should match the email
*
* @return bool
* @since 25.0.0
* @since 24.0.1
*/
public function matchEmail(): bool;

/**
* Check if the search should ignore the second in parentheses display name if there is any
*
* @return bool
* @since 25.0.0
* @since 24.0.1
*/
public function ignoreSecondDisplayName(): bool;

Expand Down