qualify TombstoneResponse

thingy_objects
Marnanel Thurman 2018-09-06 15:44:20 +01:00
rodzic f750b8e9a0
commit 99ef7250aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ class ActivityObjectResponse(django.http.HttpResponse):
try:
result = item.activity
except TombstoneException as tombstone:
except django_kepi.TombstoneException as tombstone:
result = tombstone.activity
self.status_code = 410 # Gone