mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 07:49:25 -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
@ -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…
Reference in New Issue
Block a user