merge-requests/8/head
Bob Mottram 2020-07-07 15:19:09 +01:00
parent 4c14d4a649
commit 4af8ce9d5f
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ class PubServer(BaseHTTPRequestHandler):
self._write(msg) self._write(msg)
print('instance metadata sent') print('instance metadata sent')
return True return True
if self.path.startswith('/api/v1/instance/peers'): if self.path.startswith('/api/v1/instance/peers'):
# This is just a dummy result. # This is just a dummy result.
# Showing the full list of peers would have privacy implications. # Showing the full list of peers would have privacy implications.
# On a large instance you are somewhat lost in the crowd, but on # On a large instance you are somewhat lost in the crowd, but on