ProfileUpdate.action should never be None

This commit is contained in:
Jason Robinson
2026-06-04 13:10:29 +03:00
parent 36f0f64f62
commit 301e9c1ba7
+1 -1
View File
@@ -52,8 +52,8 @@ class ProfileUpdate:
stream_id: int
user_id: str
action: str
field_name: str | None
action: str | None
class ProfileWorkerStore(SQLBaseStore):