mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 09:34:50 -04:00
Rename method name to not clash with other ones in storage.
This commit is contained in:
parent
6efc688917
commit
0e938b1ff7
2 changed files with 4 additions and 4 deletions
|
@ -86,7 +86,7 @@ class StateHandler(object):
|
|||
else:
|
||||
event.depth = 0
|
||||
|
||||
current_state = yield self.store.get_current_state(
|
||||
current_state = yield self.store.get_current_state_pdu(
|
||||
key.context, key.type, key.state_key
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue