-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
It seems that the order of directory contents returned from ipfs.files.ls
api invocations changes if you pass l: true
or l: false
.
Compare (these tests have not previously only run against go-ipfs as there's been no mfs implementation in js-ipfs):
vs
Is this desired behaviour? Only we'll have to implement it in js-land as well if so.