Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Save threads in kdrive #1585

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

lebojo
Copy link
Contributor

@lebojo lebojo commented Oct 15, 2024

No description provided.

Copy link

github-actions bot commented Oct 15, 2024

Found 0 unused code occurences

Expand
* No unused code detected.

@lebojo lebojo force-pushed the feat-Save-threads-in-kdrive branch 6 times, most recently from ffaa418 to 95cfd8c Compare October 16, 2024 12:20
@lebojo lebojo force-pushed the feat-Save-threads-in-kdrive branch from 082939c to cfac0b9 Compare October 31, 2024 13:14
let download = authenticatedSession.download(Endpoint.resource(message.downloadResource).url, to: destination)
return try await download.serializingDownloadedFileURL().value
func download(messages: [Message]) async throws -> [URL] {
var res: [URL] = []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var res: [URL] = []
var downloadedMessageURLs: [URL] = []

Copy link

sonarcloud bot commented Nov 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants