Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 27, 2023
1 parent 4f091b7 commit 615bf4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/Client/Features/Chat/LargeChatComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
.OrderByDescending(chat => _unreadMessages.ContainsKey(chat.Id))
.ToList();

//TODO: Add SignalR!
_isLoading = false;
}

Expand Down

0 comments on commit 615bf4a

Please sign in to comment.