fix: use u32 for stream duration

This commit is contained in:
ThetaDev 2022-11-03 11:54:23 +01:00
parent be0306e234
commit 57abab112f
3 changed files with 5 additions and 5 deletions

View file

@ -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(),