mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 14:36:04 -04:00
Remove /context/ request
This commit is contained in:
parent
97a096b507
commit
328dab2463
2 changed files with 0 additions and 16 deletions
|
@ -272,13 +272,6 @@ class ReplicationLayer(object):
|
|||
|
||||
defer.returnValue(pdus)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
@log_function
|
||||
def on_context_pdus_request(self, context):
|
||||
raise NotImplementedError(
|
||||
"on_context_pdus_request is a security violation"
|
||||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
@log_function
|
||||
def on_backfill_request(self, context, versions, limit):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue