notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit ba498f2fba0e7778126e82c4226c405a6817e8cb
parent c572465a5d2c4440d683fa4c4efd36d1e2f4ba0d
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 19 Dec 2025 11:00:25 -0800

columns: add more privately text

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_columns/src/ui/timeline.rs | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/crates/notedeck_columns/src/ui/timeline.rs b/crates/notedeck_columns/src/ui/timeline.rs @@ -562,9 +562,10 @@ fn reaction_description( if count == 0 { tr!( loc, - "{name} reacted to your note", + "{name} {privately}reacted to your note", "reaction from user to your note", - name = first_name + name = first_name, + privately = privately ) } else { tr_plural!(