ZIm/crates/workspace
Max Brunsfeld 4ca2645a54 Fix bugs in handling mutual following (#3091)
This fixes some bugs in our following logic, due to our attempts to
prevent infinite loops when two people follow each other.

* Propagate all of leader's views to a new follower, even if those views
were originally created by that follower.
* Propagate active view changes to followers, even if the active view is
following that follower.
* Avoid redundant active view updates on the client.

Release Notes:

- Fixed bugs where it was impossible to follow someone into a view that
they previously following you into.
2023-10-05 15:18:31 -07:00
..
src Fix bugs in handling mutual following (#3091) 2023-10-05 15:18:31 -07:00
Cargo.toml Specify uuid crate in the root Cargo.toml 2023-10-03 17:39:24 -07:00
test.db Dock persistence working! 2022-12-03 16:06:01 -08:00