mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-20 09:44:34 -04:00
Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility"
This reverts commitce0d911156
, reversing changes made tob4a5d767a9
.
This commit is contained in:
parent
516f884176
commit
1d009013b3
8 changed files with 25 additions and 213 deletions
|
@ -20,7 +20,6 @@ import time
|
|||
import logging
|
||||
|
||||
from synapse.storage.devices import DeviceStore
|
||||
from synapse.storage.user_erasure_store import UserErasureStore
|
||||
from .appservice import (
|
||||
ApplicationServiceStore, ApplicationServiceTransactionStore
|
||||
)
|
||||
|
@ -89,7 +88,6 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
DeviceInboxStore,
|
||||
UserDirectoryStore,
|
||||
GroupServerStore,
|
||||
UserErasureStore,
|
||||
):
|
||||
|
||||
def __init__(self, db_conn, hs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue