First-class profile name rendering
This commit is contained in:
parent
632cd0e87e
commit
d07b8e82b2
63 changed files with 1044 additions and 454 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue