commit a5f4290acf046a3470834874bd01526120401dd2
parent b83c5f7de546326b4abde2aa01e78eac791011b3
Author: William Casarin <jb55@jb55.com>
Date: Wed, 30 Apr 2025 11:00:37 -0700
columns: never truncate notes you're replying to
So you can see everything
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/crates/notedeck_columns/src/ui/note/reply.rs b/crates/notedeck_columns/src/ui/note/reply.rs
@@ -72,6 +72,7 @@ impl<'a, 'd> PostReplyView<'a, 'd> {
self.note,
self.note_options,
)
+ .truncate(false)
.actionbar(false)
.medium_pfp(true)
.options_button(true)