Fixed deep copy for images

This commit is contained in:
Thorsten Sommer 2025-12-30 18:22:29 +01:00
parent 4fafcf57a3
commit 29dc46c396
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -47,6 +47,8 @@ public sealed class ContentImage : IContent, IImageSource
InitialRemoteWait = this.InitialRemoteWait,
IsStreaming = this.IsStreaming,
SourceType = this.SourceType,
Sources = [..this.Sources],
FileAttachments = [..this.FileAttachments],
};
#endregion