mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Remove explicit calls to send_pdu
This commit is contained in:
parent
524d61bf7e
commit
9687e039e7
3 changed files with 9 additions and 61 deletions
|
@ -158,10 +158,6 @@ class FederationRemoteSendQueue(object):
|
|||
|
||||
self.failures[pos] = (destination, str(failure))
|
||||
|
||||
def send_pdu(self, pdu, destinations):
|
||||
# This gets sent down a separate path
|
||||
pass
|
||||
|
||||
def send_device_messages(self, destination):
|
||||
pos = self._next_pos()
|
||||
self.device_messages[pos] = destination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue