mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-01 20:18:19 +00:00
ProfileUpdate.action should never be None
This commit is contained in:
@@ -52,8 +52,8 @@ class ProfileUpdate:
|
||||
|
||||
stream_id: int
|
||||
user_id: str
|
||||
action: str
|
||||
field_name: str | None
|
||||
action: str | None
|
||||
|
||||
|
||||
class ProfileWorkerStore(SQLBaseStore):
|
||||
|
||||
Reference in New Issue
Block a user