00017_--_arch_design.txt 336 B

12345678910
  1. Q: How do being notify (followers), subscribed (following) and block relate?
  2. A: there are a notify.cdb and subscribed.cdb because they are (mosty) orthogonal.
  3. notify.cdb and subscribed.cdb have the states 'Pending', 'Accepted', 'Blocked'.
  4. A 'block' has side effect 'Blocked' plus removal from both as I won't notify blocked peers.