mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-08 17:13:13 +00:00
remove dead code
This commit is contained in:
parent
7ea9dd084d
commit
774f12a352
@ -82,13 +82,6 @@ proc getConversations*(self: Client): Table[string, ConvoWrapper] =
|
||||
# Methods
|
||||
#################################################
|
||||
|
||||
# proc addConversation*(c: var Client, convo: Conversation) =
|
||||
# if not c.conversations.hasKey(convo.getConvoId()):
|
||||
# c.conversations[convo.getConvoId()] = convo
|
||||
# else:
|
||||
# echo "Conversation with ID ", convo.getConvoId(), " already exists."
|
||||
|
||||
|
||||
proc createIntroBundle*(self: var Client): IntroBundle =
|
||||
## Generates an IntroBundle for the client, which includes
|
||||
## the required information to send a message.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user