Replace MessageController with MessageCache

This commit is contained in:
Josh Perez 2023-10-03 20:12:57 -04:00 committed by GitHub
parent ba1a8aad09
commit 7d35216fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 2237 additions and 1229 deletions

View file

@ -13,7 +13,7 @@ import { generateStoryDistributionId } from '../../types/StoryDistributionId';
import type { App } from '../playwright';
import { Bootstrap } from '../bootstrap';
export const debug = createDebug('mock:test:edit');
export const debug = createDebug('mock:test:stories');
const IdentifierType = Proto.ManifestRecord.Identifier.Type;
@ -236,7 +236,10 @@ describe('story/messaging', function unknownContacts() {
}
const sentAt = new Date(time).valueOf();
debug('Contact sends reply to group story');
debug('Contact sends reply to group story', {
story: sentAt,
reply: sentAt + 1,
});
await contacts[0].sendRaw(
desktop,
{