mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Rename context stats to state
I guess it refers to the VideoState enum used here as `state` instead.
This commit is contained in:
committed by
Chocobozzz
parent
ebc1984cc6
commit
1cf8aca11d
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user