Add missing tombstones

This commit is contained in:
Zed
2020-06-01 08:14:58 +02:00
parent 21fdbb88ec
commit a2c0e1a21d
2 changed files with 5 additions and 1 deletions

View File

@@ -379,5 +379,5 @@ proc parsePhotoRail*(tl: Timeline): PhotoRail =
result.add GalleryPhoto(
url: url,
tweetId: $tweet.id,
color: "#161616" # TODO: photo rail specific parser?
color: "#161616"
)