Rename context stats to state

I guess it refers to the VideoState enum used here as `state` instead.
pull/1272/head
Thomas Citharel 2018-11-09 19:32:10 +01:00 committed by Chocobozzz
parent ebc1984cc6
commit 1cf8aca11d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function activityPubContextify <T> (data: T) {
sensitive: 'as:sensitive',
language: 'sc:inLanguage',
views: 'sc:Number',
stats: 'sc:Number',
state: 'sc:Number',
size: 'sc:Number',
fps: 'sc:Number',
commentsEnabled: 'sc:Boolean',