Merge pull request #12112 from nextcloud/backport/12038/stable13
[13] Implement the size of an assembly stream
This commit is contained in:
commit
061846c7d0
|
@ -161,7 +161,9 @@ class AssemblyStream implements \Icewind\Streams\File {
|
|||
* @return array
|
||||
*/
|
||||
public function stream_stat() {
|
||||
return [];
|
||||
return [
|
||||
'size' => $this->size,
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue