Remove fuzzy @mention search
This commit is contained in:
parent
ca83281986
commit
4def45b86a
10 changed files with 211 additions and 152 deletions
|
@ -11,7 +11,8 @@ import { createPortal } from 'react-dom';
|
|||
import { ConversationType } from '../../state/ducks/conversations';
|
||||
import { Avatar } from '../../components/Avatar';
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
import { MemberRepository } from '../util';
|
||||
|
||||
import { MemberRepository } from '../memberRepository';
|
||||
|
||||
export interface MentionCompletionOptions {
|
||||
i18n: LocalizerType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue