feat: track viewers

This commit is contained in:
2025-06-06 16:30:53 +01:00
parent 3fe66dfcc3
commit 338533e261
11 changed files with 330 additions and 9 deletions

View File

@ -36,7 +36,7 @@ pub struct User {
pub goal: Option<String>,
}
#[derive(Default, Debug, Clone, Type)]
#[derive(Default, Debug, Clone, PartialEq, Type)]
#[repr(u8)]
pub enum UserStreamState {
#[default]