chiark / gitweb /
Implement replying to posts.
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:09:21 +0000 (08:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:16:16 +0000 (08:16 +0000)
commit8c1c2626d6a8e896fa34b8cb3a3ebf8c0f54a6e8
tree73417f515c632c5b7cb09a40309f1b4972190c75
parentc9978f81582d19e30e5567237c8912b80867f57f
Implement replying to posts.

This involves a new Post constructor that fills in in_reply_to,
propagates visibility, and populates the post text with appropriate
@mentions; and a new pair of activities (these ones Util rather than
non-Util) to pass the reply back and forth between the composer and
the post-compose menu.
src/activity_stack.rs
src/client.rs
src/editor.rs
src/file.rs
src/posting.rs
src/tui.rs
src/types.rs