Flip nickname and channel only if type is self
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user