First storage service test
This commit is contained in:
parent
c5ad020de7
commit
c931102d12
4 changed files with 86 additions and 7 deletions
|
@ -261,6 +261,7 @@ export const ConversationList: React.FC<PropsType> = ({
|
|||
'id',
|
||||
'isMe',
|
||||
'isSelected',
|
||||
'isPinned',
|
||||
'lastMessage',
|
||||
'lastUpdated',
|
||||
'markedUnread',
|
||||
|
|
|
@ -42,6 +42,7 @@ export type PropsData = Pick<
|
|||
| 'draftPreview'
|
||||
| 'id'
|
||||
| 'isMe'
|
||||
// NOTE: Passed for CI, not used for rendering
|
||||
| 'isPinned'
|
||||
| 'isSelected'
|
||||
| 'lastMessage'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue