fix: use u32 for stream duration
This commit is contained in:
parent
be0306e234
commit
57abab112f
3 changed files with 5 additions and 5 deletions
|
|
@ -506,7 +506,7 @@ fn map_comment(
|
|||
.accessibility_data,
|
||||
&mut warnings,
|
||||
),
|
||||
reply_count: c.reply_count,
|
||||
reply_count: c.reply_count as u32,
|
||||
replies: replies
|
||||
.map(|items| Paginator::new(Some(c.reply_count), items, reply_ctoken))
|
||||
.unwrap_or_default(),
|
||||
|
|
|
|||
Reference in a new issue