mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-02-16 12:03:08 +00:00
Update imports
This commit is contained in:
parent
673a091e16
commit
6fc0dbb076
@ -1,17 +1,13 @@
|
||||
import chat/[
|
||||
client,
|
||||
crypto,
|
||||
conversations,
|
||||
delivery/waku_client,
|
||||
identity,
|
||||
links,
|
||||
types
|
||||
]
|
||||
|
||||
export client, conversations, identity, links, waku_client
|
||||
export client, identity, waku_client
|
||||
export identity.`$`
|
||||
|
||||
#export specific frames need by applications
|
||||
export MessageId
|
||||
|
||||
export toHex
|
||||
export crypto.`$`
|
||||
|
||||
@ -7,24 +7,14 @@ import # Foreign
|
||||
chronicles,
|
||||
chronos,
|
||||
libchat,
|
||||
sds,
|
||||
sequtils,
|
||||
std/sequtils,
|
||||
std/tables,
|
||||
std/options,
|
||||
strformat,
|
||||
strutils,
|
||||
tables,
|
||||
types
|
||||
|
||||
import #local
|
||||
conversations,
|
||||
conversations/convo_impl,
|
||||
crypto,
|
||||
delivery/waku_client,
|
||||
errors,
|
||||
identity,
|
||||
inbox,
|
||||
proto_types,
|
||||
types,
|
||||
utils
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ import
|
||||
waku_filter_v2/client,
|
||||
]
|
||||
|
||||
import ../proto_types
|
||||
|
||||
logScope:
|
||||
topics = "chat waku"
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
|
||||
import crypto
|
||||
import crypto/ecdh
|
||||
import results
|
||||
import strformat
|
||||
import utils
|
||||
|
||||
export PublicKey, PrivateKey, loadPrivateKeyFromBytes, loadPublicKeyFromBytes
|
||||
|
||||
|
||||
type
|
||||
|
||||
@ -6,8 +6,6 @@ import protobuf_serialization/proto_parser
|
||||
import results
|
||||
import strformat
|
||||
|
||||
import ../chat/proto_types
|
||||
|
||||
|
||||
export protobuf_serialization
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user