chiark / gitweb /
Fix failure to update fave/boost flags on boosts.
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Jan 2024 15:34:58 +0000 (15:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jan 2024 15:34:58 +0000 (15:34 +0000)
commitd7e2f5121d9a2ebd67854cd6e934e8471bda7383
treed02fb4a341407e687bdd1820164a5cfcd7387e16
parenta901b03dbf8638714c471b1bf1c673fb1d6a0514
Fix failure to update fave/boost flags on boosts.

When you faved/unfaved or boosted/unboosted a status that you yourself
saw via a boost, the actual operation was happening successfully, and
the updated version of the _boosted_ status was going into our
Client's cache - but re-retrieving the _boost itself_ didn't include
the updated copy of the contained original post.
TODO.md
src/client.rs