Restore reply button on stories

This commit is contained in:
Josh Perez 2022-11-19 03:09:03 -05:00 committed by GitHub
parent 5e1169bec3
commit fa2fd5eef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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={() =>