user_status: Remove `status` field from `UserInfoDict` type.

This commit is contained in:
Chandan Yadav 2023-10-13 00:03:20 +05:30 committed by Tim Abbott
parent e1960670ca
commit 951e31a154
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ from zerver.models import UserStatus
class UserInfoDict(TypedDict, total=False):
status: int
status_text: str
emoji_name: str
emoji_code: str