Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hayley-leblanc committed Jul 29, 2019
1 parent 4e2d0cb commit dd0041c
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 190 deletions.
4 changes: 2 additions & 2 deletions ckan/lib/activity_streams_session_extension.py
Expand Up @@ -70,7 +70,7 @@ def before_commit(self, session):
# object is a package.

# Don't create activities for private datasets.
#if obj.private:
# if obj.private:
# continue

activities[obj.id] = activity
Expand Down Expand Up @@ -106,7 +106,7 @@ def before_commit(self, session):
continue

# Don't create activities for private datasets.
#if package.private:
# if package.private:
# continue

if package.id in activities:
Expand Down

0 comments on commit dd0041c

Please sign in to comment.