Show story replies in the timeline

This commit is contained in:
Josh Perez 2022-03-16 13:30:14 -04:00 committed by GitHub
parent 55716c5db6
commit 3620309f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 705 additions and 461 deletions

View file

@ -7,6 +7,7 @@ import type { ConversationType } from '../../state/ducks/conversations';
import { UUID } from '../../types/UUID';
import type { UUIDStringType } from '../../types/UUID';
import { getRandomColor } from './getRandomColor';
import { ConversationColors } from '../../types/Colors';
const FIRST_NAMES = [
'James',
@ -335,6 +336,7 @@ export function getDefaultConversation(
avatarPath: getAvatarPath(),
badges: [],
e164: '+1300555000',
conversationColor: ConversationColors[0],
color: getRandomColor(),
firstName,
id: generateUuid(),