Fix message retry and search results with mentions
This commit is contained in:
parent
9e2411ce30
commit
44dfd28017
10 changed files with 254 additions and 21 deletions
|
@ -7,6 +7,7 @@ import { normalize } from '../../types/PhoneNumber';
|
|||
import { cleanSearchTerm } from '../../util/cleanSearchTerm';
|
||||
import dataInterface from '../../sql/Client';
|
||||
import { makeLookup } from '../../util/makeLookup';
|
||||
import { BodyRangesType } from '../../types/Util';
|
||||
|
||||
import {
|
||||
ConversationUnloadedActionType,
|
||||
|
@ -28,6 +29,8 @@ const {
|
|||
|
||||
export type MessageSearchResultType = MessageType & {
|
||||
snippet: string;
|
||||
body: string;
|
||||
bodyRanges: BodyRangesType;
|
||||
};
|
||||
|
||||
export type MessageSearchResultLookupType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue