missed one
This commit is contained in:
parent
1a520f5792
commit
d9aa2d1723
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue