-
## What Manyverse currently depends on
Regarding this version https://github.com/staltz/manyverse/commit/6902430a69021f8a960c3e78fdc046360fe73a89
### Bottom-up order
Tick these boxes when…
-
This is a placeholder for more details that I'll post later, because I'm on mobile.
We found a bug in Manyverse where opening a thread for msg root X would actually open msg Y, completely unrelated m…
-
There is a problem with restoring feed where the new key does not propagate all the way to ssb-db2, meaning messages are not properly decoded.
_Originally posted by @arj03 in https://github.com/arj…
arj03 updated
3 years ago
-
Encrypted
✔ no err
/home/runner/work/ssb-db2/ssb-db2/test/ebt.js:77
t.equal(msg.value.content, content)
^
TypeError: Cannot read property 'value' of undefined…
arj03 updated
3 years ago
-
When trying to use this plugin, I get the following exception:
```
TypeError: ssb._flumeUse is not a function
at Object.exports.init (bundle-core.js:62877)
at bundle-core.js:58444
a…
-
Should we expose operators in the api so that we can do:
```
const { and, type, live, toPullStream } = ssb.db.operators
```
instead of:
```
const { and, type, live, toPullStream } = requir…
arj03 updated
3 years ago
-
This doesn't work with db2 because of the dependency on ssb-backlinks. According to @arj03:
> The purge module needs to be converted to db2. Meaning backlinks should be replaced with a seek query.…
-
- maybe no index for contacts, just use jitdb
arj03 updated
3 years ago
-
I'm pretty sure (and @powersource also found some cases) where the user's about is a very old one, definitely not the latest self-assigned, e.g. `andrestaltz` (desktop) below, the profile pic is super…
-
```
Encrypted
2020-12-09T13:51:40.325Z jitdb all(): 1ms, total messages: 0
✔ no err
/home/runner/work/ssb-db2/ssb-db2/test/ebt.js:53
t.equal(msg.value.content, content)
…