Fix #221 follow-up: summary pill size for attachment pastes #228

Merged
fen merged 1 commits from fix-221-r2 into dev 2026-09-10 19:33:51 +00:00
1 Commits
Author SHA1 Message Date
fen d18bbb7064 #221: summary pill size must come from the attachment blob for file pastes
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 43s
The merged #224 fix covered the details grid but left the summary
pill using humanSize(len(row.Content)), which reads 0 for attachment
pastes (text content is empty). Use the attachment size there too.
2026-09-10 14:31:56 -05:00