Refactor out state delta handling into its own class (#4917)

This commit is contained in:
Amber Brown 2019-03-25 20:37:08 +11:00 committed by GitHub
parent 5fee9d8067
commit ac396a0d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 152 additions and 110 deletions

1
changelog.d/4917.misc Normal file
View file

@ -0,0 +1 @@
Refactor out the state deltas portion of the user directory store and handler.