Remove messageCollection from Conversation model

This commit is contained in:
Scott Nonnenberg 2021-06-15 17:44:14 -07:00 committed by GitHub
parent 61ad1231df
commit 1520c80013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 332 additions and 431 deletions

View file

@ -38,6 +38,7 @@ import { postLinkExperience } from './postLinkExperience';
import { sendToGroup, sendContentMessageToGroup } from './sendToGroup';
import { RetryPlaceholders } from './retryPlaceholders';
import * as expirationTimer from './expirationTimer';
import { MessageController } from './MessageController';
export {
GoogleChrome,
@ -60,6 +61,7 @@ export {
longRunningTaskWrapper,
makeLookup,
mapToSupportLocale,
MessageController,
missingCaseError,
parseRemoteClientExpiration,
postLinkExperience,