arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Blocking status does not immediately update #181

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

I suspect this will be fixed by #170, but filing this so we can confirm.

Blocking status does not immediately update. Steps to reproduce:

  1. Add a group.
  2. Open a profile.
  3. Add the profile to the group.
  4. "Block and delete" them.
  5. Go to Groups.
  6. Notice they are not blocked. Click their profile. Notice they are not blocked.
  7. Try again after it has had a chance to exchange info with a pub. Now it's blocked.
  8. Click Unblock.
  9. Go to Groups.
  10. They're still blocked. Click their profile. Still blocked there, too.
KyleMaas commented 3 years ago

Was able to confirm this was fixed with #170.