this repo has no description

fix missing live in identity events

Changed files
+1 -1
+1 -1
models.py
··· 29 29 A model for identity events taht come from Tap, in Kafka mode 30 30 """ 31 31 32 - live: bool 32 + live: Optional[bool] = False 33 33 handle: Optional[str] 34 34 is_active: bool 35 35 status: str