Mark conversation as unread
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
parent
184f7e1bf3
commit
c408072576
20 changed files with 169 additions and 62 deletions
|
@ -19,6 +19,7 @@ storiesOf('Components/Conversation/ProfileChangeNotification', module)
|
|||
title: 'Mr. Fire 🔥',
|
||||
name: 'Mr. Fire 🔥',
|
||||
lastUpdated: Date.now(),
|
||||
markedUnread: false,
|
||||
}}
|
||||
change={{
|
||||
type: 'name',
|
||||
|
@ -37,6 +38,7 @@ storiesOf('Components/Conversation/ProfileChangeNotification', module)
|
|||
type: 'direct',
|
||||
title: 'Mr. Fire 🔥',
|
||||
lastUpdated: Date.now(),
|
||||
markedUnread: false,
|
||||
}}
|
||||
change={{
|
||||
type: 'name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue