Removed not necessary genic parameter

This commit is contained in:
Thorsten Sommer 2026-07-14 17:17:47 +02:00
parent 6b92a0bc85
commit de91af6024
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -169,7 +169,7 @@ public partial class AttachDocuments : MSGComponentBase
var pending = this.OwnerChat?.PendingMediaTranscripts ?? [];
var changed = false;
foreach (var attachment in completed.Concat<FileAttachment>(pending))
foreach (var attachment in completed.Concat(pending))
changed |= this.DocumentPaths.Add(attachment);
if (changed)