A few serviceId fixes

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Fedor Indutny 2023-08-11 19:27:10 +02:00 committed by Jamie Kyle
parent 1f963efd64
commit deb1f9bd8d
3 changed files with 14 additions and 3 deletions

View file

@ -1455,7 +1455,7 @@ export default class MessageSender {
async syncReadMessages(
reads: ReadonlyArray<{
senderUuid?: string;
senderAci?: AciString;
senderE164?: string;
timestamp: number;
}>,