Skip to content

Commit 65a0530

Browse files
[WEB-2804] fix: subscribed issue count (#6845)
1 parent 7bb2914 commit 65a0530

File tree

1 file changed

+1
-0
lines changed
  • apiserver/plane/app/views/issue

1 file changed

+1
-0
lines changed

apiserver/plane/app/views/issue/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ def destroy(self, request, slug, project_id, pk=None):
691691
current_instance={},
692692
epoch=int(timezone.now().timestamp()),
693693
notification=True,
694+
subscriber=False,
694695
origin=request.META.get("HTTP_ORIGIN"),
695696
)
696697
return Response(status=status.HTTP_204_NO_CONTENT)

0 commit comments

Comments
 (0)