Added follow model and factory

This commit is contained in:
Eliot Berriot 2018-04-03 21:30:15 +02:00
commit f19418d2c2
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 99 additions and 2 deletions

View file

@ -52,7 +52,7 @@ OBJECT_TYPES = [
'Relationship',
'Tombstone',
'Video',
]
] + ACTIVITY_TYPES
def deliver(activity, on_behalf_of, to=[]):
from . import actors