chore: removed the issue draft log from my profile (#2368)
This commit is contained in:
parent
fb6f6454df
commit
c2f0ae1ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ class WorkspaceUserActivityEndpoint(BaseAPIView):
|
|||
projects = request.query_params.getlist("project", [])
|
||||
|
||||
queryset = IssueActivity.objects.filter(
|
||||
~Q(field__in=["comment", "vote", "reaction"]),
|
||||
~Q(field__in=["comment", "vote", "reaction", "draft"]),
|
||||
workspace__slug=slug,
|
||||
project__project_projectmember__member=request.user,
|
||||
actor=user_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue