mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-16 17:08:50 +00:00
feat: track viewers
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user