Make most message attribute uses readonly

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Fedor Indutny 2024-07-24 13:14:11 -07:00 committed by GitHub
parent c619a7b6fd
commit 3555ccc629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 342 additions and 258 deletions

View file

@ -3,7 +3,7 @@
import type {
ConversationAttributesType,
MessageAttributesType,
ReadonlyMessageAttributesType,
} from '../model-types.d';
import {
getSource,
@ -16,7 +16,7 @@ import type { ConversationType } from '../state/ducks/conversations';
export function getMessageIdForLogging(
message: Pick<
MessageAttributesType,
ReadonlyMessageAttributesType,
'type' | 'sourceServiceId' | 'sourceDevice' | 'sent_at'
>
): string {