Skip to content

Commit

Permalink
removed untrue comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Sep 21, 2023
1 parent 70e85e1 commit ef3bf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_all(cls, user=None) -> QuerySet:
| approved_announcements.filter(organization__member=user)
| cls.objects.filter(organization__execs__in=[user])
).distinct()
feed = feed_all.filter(show_after__lte=timezone.now()) # not ported to api atm.
feed = feed_all.filter(show_after__lte=timezone.now())
return feed

def editable(self, user=None):
Expand Down

0 comments on commit ef3bf44

Please sign in to comment.