mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-02-27 20:33:07 +00:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5f626750a7
commit
94dd0eca2c
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -44,7 +44,7 @@ type Conversation* = object
|
||||
|
||||
|
||||
proc id*(self: Conversation): string =
|
||||
return "TODO"
|
||||
return self.convoId
|
||||
|
||||
|
||||
type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user