Implement provisioning relays

This commit is contained in:
2022-08-13 20:51:46 +01:00
parent 779eb3697c
commit f9473ea615
5 changed files with 50 additions and 2 deletions

View File

@@ -260,8 +260,6 @@ class DrilldownContextModal(APIView):
query_params["mtype"] = None
if request.user.is_superuser:
if query_params["type"] in ["query", "notice"]:
print("BOT NICK", query_params["channel"])
print("QUERY NICK", query_params["nick"])
nicks = [query_params["channel"], query_params["nick"]]
query_params["sorting"] = "desc"
if (