First-class profile name rendering

This commit is contained in:
Scott Nonnenberg 2020-07-23 18:35:32 -07:00
parent 632cd0e87e
commit d07b8e82b2
63 changed files with 1044 additions and 454 deletions

View file

@ -29,7 +29,7 @@ const baseDataProps: Pick<
| 'conversationType'
| 'previews'
| 'timestamp'
| 'authorPhoneNumber'
| 'authorTitle'
> = {
id: 'asdf',
canReply: true,
@ -38,7 +38,7 @@ const baseDataProps: Pick<
conversationType: 'direct',
previews: [],
timestamp: Date.now(),
authorPhoneNumber: '(202) 555-2001',
authorTitle: '(202) 555-2001',
};
type MessageStory = [