mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-14 16:43:37 -07:00
Prepared rngit push protocol extension
This commit is contained in:
@@ -605,7 +605,7 @@ class ReticulumGitNode():
|
||||
# TODO: Implement
|
||||
pass
|
||||
|
||||
else: self.RES_INVALID_REQ.to_bytes(1, "big") + b"Invalid request data"
|
||||
else: return self.RES_INVALID_REQ.to_bytes(1, "big") + b"Invalid request data"
|
||||
|
||||
def handle_delete(self, path, data, request_id, remote_identity, requested_at):
|
||||
RNS.log(f"Delete request from remote {remote_identity}", RNS.LOG_DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user