Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jazz Turner-Baggs 2026-02-13 16:48:10 -08:00 committed by GitHub
parent 5f626750a7
commit 94dd0eca2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -44,7 +44,7 @@ type Conversation* = object
proc id*(self: Conversation): string =
return "TODO"
return self.convoId
type