Show expiration timer for incoming messages even if unread
This commit is contained in:
parent
c1682a98cc
commit
f572abf57d
3 changed files with 4 additions and 7 deletions
|
@ -390,7 +390,7 @@ story.add('Will expire but still sending', () => {
|
|||
const props = createProps({
|
||||
status: 'sending',
|
||||
expirationLength: 30 * 1000,
|
||||
text: 'For outgoing messages, we show timer immediately. Incoming, we wait until expirationStartTimestamp is present.',
|
||||
text: 'We always show the timer if a message has an expiration length, even if unread or still sending.',
|
||||
});
|
||||
|
||||
return renderBothDirections(props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue