Flip nickname and channel only if type is self

This commit is contained in:
2022-08-03 07:20:30 +01:00
parent 60270d9636
commit d6f47d0841
2 changed files with 8 additions and 0 deletions

View File

@@ -306,6 +306,8 @@ class DrilldownContextModal(APIView):
"mtype": query_params["mtype"],
"nick": query_params["nick"],
}
if nicks:
context["query"] = True
return render(request, self.template_name, context)