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
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'