From 94dd0eca2c888768d831938b47d47e3f1ad070d6 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:48:10 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .gitmodules | 2 +- src/chat/client.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5ec429f..04c430b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,4 +48,4 @@ branch = master [submodule "vendor/libchat"] path = vendor/libchat - url = git@github.com:logos-messaging/libchat.git + url = https://github.com/logos-messaging/libchat.git diff --git a/src/chat/client.nim b/src/chat/client.nim index 41096fb..e9de37f 100644 --- a/src/chat/client.nim +++ b/src/chat/client.nim @@ -44,7 +44,7 @@ type Conversation* = object proc id*(self: Conversation): string = - return "TODO" + return self.convoId type