[WEB-2804] fix: subscribed issue count (#6845)
This commit is contained in:
parent
7bb291408d
commit
65a0530cfe
1 changed files with 1 additions and 0 deletions
|
|
@ -691,6 +691,7 @@ class IssueViewSet(BaseViewSet):
|
||||||
current_instance={},
|
current_instance={},
|
||||||
epoch=int(timezone.now().timestamp()),
|
epoch=int(timezone.now().timestamp()),
|
||||||
notification=True,
|
notification=True,
|
||||||
|
subscriber=False,
|
||||||
origin=request.META.get("HTTP_ORIGIN"),
|
origin=request.META.get("HTTP_ORIGIN"),
|
||||||
)
|
)
|
||||||
return Response(status=status.HTTP_204_NO_CONTENT)
|
return Response(status=status.HTTP_204_NO_CONTENT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue