add response body for inbox Accept activities

fixes https://console.cloud.google.com/errors/COew6ZH4_eyy2wE
pull/86/head
Ryan Barrett 2021-12-29 19:34:46 -08:00
rodzic 2f28be09be
commit 535cf7ba70
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -129,7 +129,7 @@ def inbox(domain):
type = activity.get('type')
if type == 'Accept': # eg in response to a Follow
return # noop
return '' # noop
if type == 'Create':
type = obj.get('type')
elif type not in SUPPORTED_TYPES: