chat: fix and opti

This commit is contained in:
2023-12-27 16:14:39 +01:00
parent cfb14be945
commit 9f7b813292
10 changed files with 144 additions and 116 deletions

View File

@ -5,6 +5,5 @@ from django.conf.urls.static import static
from . import views
urlpatterns = [
path("<int:pk>", views.ChatView.as_view(), name="chat_page"),
path("", views.ChatsView.as_view(), name="chats_page"),
path("", views.ChannelView.as_view(), name="chats_page"),
]