mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Add some fixmes
This commit is contained in:
parent
91cdb6de08
commit
ab822a2d1f
2 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue