Render quoted mentions as text
This commit is contained in:
parent
bc3b61db1d
commit
2d5292b2f3
7 changed files with 26 additions and 32 deletions
|
@ -11,6 +11,7 @@ import {
|
|||
getPlaceholder as getSafetyNumberPlaceholder,
|
||||
} from './safetyNumber';
|
||||
import { getStringForProfileChange } from './getStringForProfileChange';
|
||||
import { getTextWithMentions } from './getTextWithMentions';
|
||||
import { getUserAgent } from './getUserAgent';
|
||||
import { hasExpired } from './hasExpired';
|
||||
import { isFileDangerous } from './isFileDangerous';
|
||||
|
@ -30,6 +31,7 @@ export {
|
|||
generateSecurityNumber,
|
||||
getSafetyNumberPlaceholder,
|
||||
getStringForProfileChange,
|
||||
getTextWithMentions,
|
||||
getUserAgent,
|
||||
GoogleChrome,
|
||||
hasExpired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue