implement powerful viewer count system

This commit is contained in:
2026-05-16 23:38:35 +03:30
parent 95d14f2cec
commit 799581ee52
19 changed files with 762 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ class Channel extends Model
{
return [
'is_live' => 'boolean',
'viewer_count' => 'integer',
'suspended_at' => 'datetime',
];
}