Browse Source

Merge pull request #382 from provokateurin/cleanup/webdav-ls-depth

neon_files: Force depth to 1 for listing files
pull/386/head
Kate 1 year ago committed by GitHub
parent
commit
2af8a5b6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/neon/neon_files/lib/blocs/browser.dart

1
packages/neon/neon_files/lib/blocs/browser.dart

@ -54,6 +54,7 @@ class FilesBrowserBloc extends InteractiveBloc implements FilesBrowserBlocEvents
ocsize: true,
ocfavorite: true,
),
depth: '1',
),
(final response) => response.toWebDavFiles(client.webdav).sublist(1),
emitEmptyCache: true,

Loading…
Cancel
Save