feat: enforced temporary chat

This commit is contained in:
Timothy Jaeryang Baek
2025-03-31 17:58:43 -07:00
parent 580965df17
commit 5f792d2771
6 changed files with 34 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ class ChatPermissions(BaseModel):
delete: bool = True
edit: bool = True
temporary: bool = True
temporary_enforced: bool = False
class FeaturesPermissions(BaseModel):