Add some fixmes

This commit is contained in:
Erik Johnston 2018-08-17 15:30:31 +01:00
parent 91cdb6de08
commit ab822a2d1f
2 changed files with 6 additions and 0 deletions

View file

@ -68,6 +68,8 @@ logger = logging.getLogger("synapse.app.event_creator")
class EventCreatorSlavedStore(
# FIXME(#3714): We need to add UserDirectoryStore as we write directly
# rather than going via the correct worker.
UserDirectoryStore,
DirectoryStore,
SlavedTransactionStore,