Skip to content
Snippets Groups Projects
activity.py 664 B
Newer Older
  • Learn to ignore specific revisions
  • 
    
    ACTIVITY_TYPES = [
        'Accept',
        'Add',
        'Announce',
        'Arrive',
        'Block',
        'Create',
        'Delete',
        'Dislike',
        'Flag',
        'Follow',
        'Ignore',
        'Invite',
        'Join',
        'Leave',
        'Like',
        'Listen',
        'Move',
        'Offer',
        'Question',
        'Reject',
        'Read',
        'Remove',
        'TentativeReject',
        'TentativeAccept',
        'Travel',
        'Undo',
        'Update',
        'View',
    ]
    
    
    OBJECT_TYPES = [
        'Article',
        'Audio',
        'Document',
        'Event',
        'Image',
        'Note',
        'Page',
        'Place',
        'Profile',
        'Relationship',
        'Tombstone',
        'Video',
    ]
    
    def deliver(content, on_behalf_of, to=[]):
        pass