mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
fix: timestamp handling on Android
This commit is contained in:
@@ -6117,6 +6117,9 @@ class RsHttpServerImpl extends RustOpaque implements RsHttpServer {
|
||||
///
|
||||
/// The progress (fraction of [file_size]) is emitted on [sink]
|
||||
/// while the file is being received.
|
||||
///
|
||||
/// Timestamps provided in the sender's file metadata are applied to the
|
||||
/// written file by the server.
|
||||
Stream<double> respondFileUpload({
|
||||
required String sessionId,
|
||||
required String fileId,
|
||||
|
||||
Reference in New Issue
Block a user