Show story replies in the timeline
This commit is contained in:
parent
55716c5db6
commit
3620309f22
17 changed files with 705 additions and 461 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue