Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add StateGroupStorage interface #6294

Merged
merged 4 commits into from
Oct 31, 2019
Merged

Conversation

erikjohnston
Copy link
Member

@erikjohnston erikjohnston commented Oct 30, 2019

This currently just uses the existing main data store.

Commits are independently reviewable.

(Split out from #6245.)

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

synapse/storage/state.py Outdated Show resolved Hide resolved
@@ -147,6 +147,10 @@ def get_stream(


class EventHandler(BaseHandler):
def __init__(self, hs):
super(EventHandler, self).__init__(hs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

argless super() is a thing in py3 btw

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind. Blown.

Fix docstring

Co-Authored-By: Richard van der Hoff <[email protected]>
@erikjohnston erikjohnston merged commit dfe0cd7 into develop Oct 31, 2019
@erikjohnston erikjohnston deleted the erikj/add_state_storage branch January 9, 2020 15:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants