mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Restore reply button on stories
This commit is contained in:
@@ -818,7 +818,8 @@ export function StoryViewer({
|
||||
{i18n('StoryViewer__sending')}
|
||||
</div>
|
||||
)}
|
||||
{sendStatus === ResolvedSendStatus.Sent && (canReply || isSent) && (
|
||||
{(canReply ||
|
||||
(isSent && sendStatus === ResolvedSendStatus.Sent)) && (
|
||||
<button
|
||||
className="StoryViewer__reply"
|
||||
onClick={() =>
|
||||
|
||||
Reference in New Issue
Block a user