diff --git a/src/views/mastoapi.nim b/src/views/mastoapi.nim index 4f97013..5cf27c3 100644 --- a/src/views/mastoapi.nim +++ b/src/views/mastoapi.nim @@ -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 &= ""