oasis/src
Christian Bundy bc5c242bfb Fix sources that didn't return promises
Problem: In the old `cooler.read()` implementation, sources returned
promises, but that isn't the case in the native SSB-Client promise
impelementation. This means that in at least one place, there's a bug
where it tries to call `.then()` on a non-promise.

Solution: Remove promise-based code from streams, which don't require
any special handling anymore.
2020-02-11 20:01:12 -08:00
..
assets Add content warning publishing, fixes #191 2020-02-11 22:18:10 -05:00
views Add content warning publishing, fixes #191 2020-02-11 22:18:10 -05:00
cli.js Changes /meta to /settings 2020-02-10 18:07:55 -08:00
http.js Remove nosniff from blob URLs 2020-02-05 17:03:04 -08:00
index.js Add content warning publishing, fixes #191 2020-02-11 22:18:10 -05:00
models.js Fix sources that didn't return promises 2020-02-11 20:01:12 -08:00
ssb.js Replace cooler methods with SSB-Client promises 2020-02-11 13:20:50 -08:00