Prevent replies/reactions on messages with errors
This commit is contained in:
parent
f37e73c723
commit
101070bf42
5 changed files with 68 additions and 31 deletions
|
@ -15,6 +15,7 @@ const book = storiesOf('Components/Conversation/Message', module);
|
|||
const baseDataProps: Pick<
|
||||
PropsData,
|
||||
| 'id'
|
||||
| 'canReply'
|
||||
| 'conversationId'
|
||||
| 'interactionMode'
|
||||
| 'conversationType'
|
||||
|
@ -23,6 +24,7 @@ const baseDataProps: Pick<
|
|||
| 'authorPhoneNumber'
|
||||
> = {
|
||||
id: 'asdf',
|
||||
canReply: true,
|
||||
conversationId: 'asdf',
|
||||
interactionMode: 'mouse',
|
||||
conversationType: 'direct',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue