mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 15:20:38 -05:00
Fix a doc-comment
The `store` in a handler is a generic DataStore, not just an events.StateStore.
This commit is contained in:
parent
a2d288c6a9
commit
6344db659f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class BaseHandler(object):
|
|||
Common base class for the event handlers.
|
||||
|
||||
Attributes:
|
||||
store (synapse.storage.events.StateStore):
|
||||
store (synapse.storage.DataStore):
|
||||
state_handler (synapse.state.StateHandler):
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue