Skip to content

Commit 54d0dd2

Browse files
Build fix after cherry-pick
1 parent bfc6814 commit 54d0dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/Backups/Archiving/Archivers/ChatItem/BackupArchiveMessageAttachmentArchiver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class BackupArchiveMessageAttachmentArchiver: BackupArchiveProtoStreamWriter {
4343
}
4444

4545
private func fetchReferencedAttachments(
46-
for ownerId: AttachmentReference.Owner.ID,
46+
for ownerId: AttachmentReference.OwnerId,
4747
tx: DBReadTransaction,
4848
) -> [ReferencedAttachment] {
4949
let messageRowId: Int64

0 commit comments

Comments
 (0)