This commit is contained in:
mmrbnjd
2025-08-22 01:20:42 +03:30
parent b6343394b0
commit 8d5d083883
3 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
@using System.Threading;
@if(CompanyInfo!=null)
{
<PageTitle>گفتگو با @CompanyInfo?.FullName</PageTitle>
<PageTitle>گفتگو با @CompanyInfo?.FullName</PageTitle>
}
@inject NavigationManager NavigationManager
@inject ChatService ChatService
@@ -622,6 +622,7 @@
async Task NewChat()
{
LastOpenChat = null;
GroupID = null;
}
async Task CloseChat()
{