mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Add missing tombstones
This commit is contained in:
parent
21fdbb88ec
commit
a2c0e1a21d
2 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue