mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-05 23:53:09 +00:00
remove dead code
This commit is contained in:
parent
84edd8f014
commit
0c658d7ab4
@ -82,13 +82,6 @@ proc getConversations*(self: Client): Table[string, ConvoWrapper] =
|
|||||||
# Methods
|
# 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 =
|
proc createIntroBundle*(self: var Client): IntroBundle =
|
||||||
## Generates an IntroBundle for the client, which includes
|
## Generates an IntroBundle for the client, which includes
|
||||||
## the required information to send a message.
|
## the required information to send a message.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user