diff --git a/NTFServer.go b/NTFServer.go index 4132ebf..89a759a 100644 --- a/NTFServer.go +++ b/NTFServer.go @@ -467,7 +467,7 @@ func (this *NTFServer) HandleGroupMessage(update telegram.Update) error { if update.Message.Photo != nil { go func() { conUrl, err := this.ContentedUploadBestSync(*update.Message.Photo) - this.uploadAsyncComplete(userID, "photo", conUrl, err, "") + this.uploadAsyncComplete(userID, "photo", conUrl, err, update.Message.Caption) }() }