This commit is contained in:
parent
198d18fe17
commit
145fdd8a79
|
@ -147,7 +147,7 @@ WHERE "channel_id" = $1
|
||||||
last = publishedAt
|
last = publishedAt
|
||||||
|
|
||||||
item.Read = isRead == 1
|
item.Read = isRead == 1
|
||||||
item.ID = strconv.Itoa(id)
|
item.ID = uid
|
||||||
item.Published = publishedAt
|
item.Published = publishedAt
|
||||||
|
|
||||||
tl.Items = append(tl.Items, item)
|
tl.Items = append(tl.Items, item)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user