1
0
Fork 0

Merge pull request #263 from mouse-reeve/delete

Send Delete activity, not Tombstone on deletion
This commit is contained in:
Mouse Reeve 2020-10-31 11:05:07 -07:00 committed by GitHub
commit fd76d1a585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View file

@ -26,7 +26,6 @@ class Delete(Verb):
''' Create activity '''
to: List
cc: List
signature: Signature
type: str = 'Delete'