missed one

This commit is contained in:
Cynthia Foxwell 2025-03-23 21:48:00 -06:00
parent 1a520f5792
commit d9aa2d1723
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -19,7 +19,7 @@ proc formatTweetForMastoAPI*(tweet: Tweet, cfg: Config, prefs: Prefs): string =
elif quote.photos.len > 0:
content &= "\n🖼️"
if quote.photos.len > 1:
content &= &" ({tweet.photos.len})"
content &= &" ({quote.photos.len})"
content &= "</blockquote>"