mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Show "unplayed" dot on incoming audio messages
This commit is contained in:
5
ts/model-types.d.ts
vendored
5
ts/model-types.d.ts
vendored
@@ -15,6 +15,7 @@ import { MessageModel } from './models/messages';
|
||||
import { ConversationModel } from './models/conversations';
|
||||
import { ProfileNameChangeType } from './util/getStringForProfileChange';
|
||||
import { CapabilitiesType } from './textsecure/WebAPI';
|
||||
import { ReadStatus } from './messages/MessageReadStatus';
|
||||
import {
|
||||
SendState,
|
||||
SendStateByConversationId,
|
||||
@@ -182,7 +183,6 @@ export type MessageAttributesType = {
|
||||
source?: string;
|
||||
sourceUuid?: string;
|
||||
|
||||
unread?: boolean;
|
||||
timestamp: number;
|
||||
|
||||
// Backwards-compatibility with prerelease data schema
|
||||
@@ -191,6 +191,9 @@ export type MessageAttributesType = {
|
||||
|
||||
sendHQImages?: boolean;
|
||||
|
||||
// Should only be present for incoming messages
|
||||
readStatus?: ReadStatus;
|
||||
|
||||
// Should only be present for outgoing messages
|
||||
sendStateByConversationId?: SendStateByConversationId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user