chiark / gitweb /
Implement the various user lists.
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:30:49 +0000 (08:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 12:03:19 +0000 (12:03 +0000)
commite8403d821b29beebc0e58efef39a77c85fa52993
treeddd0c4517472acb9b6d4ed6fe83a16f00bd8a0a9
parent8c1c2626d6a8e896fa34b8cb3a3ebf8c0f54a6e8
Implement the various user lists.

Lists of users who followed or boosted a given post, or who a given
user follows or is followed by.

But something goes wrong when you try to extend these feeds. I'll
debug that in a moment ... but first, let's write some debugging
framework.
src/client.rs
src/file.rs
src/text.rs
src/tui.rs