diff --git a/daemon.py b/daemon.py index f2c29d89..d575bf93 100644 --- a/daemon.py +++ b/daemon.py @@ -342,7 +342,7 @@ class PubServer(BaseHTTPRequestHandler): # On a large instance you are somewhat lost in the crowd, but on small # instances a full list of peers would convey a lot of information about # the interests of a small number of accounts - msg=json.dumps([self.server.domainFull]).encode('utf-8') + msg=json.dumps(['mastodon.social',self.server.domainFull]).encode('utf-8') self._set_headers('application/ld+json',len(msg),None) self._write(msg) return True