3box-js icon indicating copy to clipboard operation
3box-js copied to clipboard

Add quick sync option for threads

Open michaelsena opened this issue 6 years ago • 1 comments

Description

This feature would allow an app front end to sync only the last n messages in a thread or begin from a cold start with no sync.

This was a request from @joeykrug

michaelsena avatar May 17 '19 19:05 michaelsena

This feature is being built into orbitdb, but it's unclear on what timeline. This will allow the sync of the last n operations in the ipfs-log of orbitdb.

Depending on the use case it might make sense to not actually use threads at all. If the intention is to build a fast paced chat system it might be easier to just build that ontop of IPFS pubsub. This would however not allow to sync the last n messages easily however.

oed avatar May 20 '19 09:05 oed