Skip to content

Commit

Permalink
fix: add "type=prof" rooms to helpdeskbot too
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Jun 18, 2024
1 parent 1952998 commit f397fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdeskbot/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ def get_rooms():
return Room.objects.filter(
is_visible=True,
chat_id__isnull=False,
network_group_id__in=["geo", "chats"]
network_group_id__in=["geo", "chats", "prof"]
).order_by("network_group_id", "title").all()

0 comments on commit f397fba

Please sign in to comment.