PoC with receiving /ping from Mastodon and replying pong
This commit is contained in:
parent
3cf1a17087
commit
a252051351
6 changed files with 196 additions and 12 deletions
|
|
@ -38,3 +38,7 @@ class Actor(models.Model):
|
|||
self.preferred_username,
|
||||
settings.FEDERATION_HOSTNAME,
|
||||
)
|
||||
|
||||
@property
|
||||
def private_key_id(self):
|
||||
return '{}#main-key'.format(self.url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue