mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
@mentions receive support
This commit is contained in:
@@ -253,3 +253,16 @@ story.add('Muted Conversation', () => {
|
||||
|
||||
return <ConversationListItem {...props} muteExpiresAt={muteExpiresAt} />;
|
||||
});
|
||||
|
||||
story.add('At Mention', () => {
|
||||
const props = createProps({
|
||||
title: 'The Rebellion',
|
||||
type: 'group',
|
||||
lastMessage: {
|
||||
text: '@Leia Organa I know',
|
||||
status: 'read',
|
||||
},
|
||||
});
|
||||
|
||||
return <ConversationListItem {...props} />;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user