Show "unplayed" dot on incoming audio messages
This commit is contained in:
parent
9fd191ae00
commit
b0750e5f4e
36 changed files with 812 additions and 175 deletions
|
@ -23,6 +23,7 @@ import {
|
|||
reducer,
|
||||
updateConversationLookups,
|
||||
} from '../../../state/ducks/conversations';
|
||||
import { ReadStatus } from '../../../messages/MessageReadStatus';
|
||||
import { ContactSpoofingType } from '../../../util/contactSpoofing';
|
||||
import { CallMode } from '../../../types/Calling';
|
||||
import * as groups from '../../../groups';
|
||||
|
@ -317,7 +318,7 @@ describe('both/state/ducks/conversations', () => {
|
|||
sourceUuid: 'sourceUuid',
|
||||
timestamp: previousTime,
|
||||
type: 'incoming' as const,
|
||||
unread: false,
|
||||
readStatus: ReadStatus.Read,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue