| @@ -119,9 +119,9 @@ | ||
| 119 | 119 | throw new \Exception(esc_html__('You do not have permission to access this route', 'fluent-boards')); |
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | $users = (new BoardService())->getAssigneesByBoard($boardId, $search); |
| 123 | - $options = $this->addUserDataAsSelectorOption($users); | |
| 123 | + $options = $this->maskSelectorEmailsForViewer($this->addUserDataAsSelectorOption($users)); | |
| 124 | 124 | } else { |
| 125 | 125 | $options = apply_filters('fluent_boards/ajax_options_' . $optionKey, [], $search, $includedIds); |
| 126 | 126 | } |
| 127 | 127 | |