mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Removed Note to Self story ring
This commit is contained in:
@@ -179,7 +179,8 @@ export const ConversationHero = ({
|
||||
profileName={profileName}
|
||||
sharedGroupNames={sharedGroupNames}
|
||||
size={112}
|
||||
storyRing={hasStories}
|
||||
// user may have stories, but we don't show that on Note to Self conversation
|
||||
storyRing={isMe ? undefined : hasStories}
|
||||
theme={theme}
|
||||
title={title}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user