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