robinnet:sync
sync.py
Handles peer synchronization.
Responsibilities:
- peer communication
- message comparison
- fetching missing messages
- importing remote messages
- exporting local messages
Example
from robinnet.sync import sync_peer_by_id sync_peer_by_id(db, peer_id=1)
robinnet/sync.txt ยท Last modified: by freedomotter
