mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-04-01 00:53:13 +00:00
remove dynlib reference
This commit is contained in:
parent
a94853cd08
commit
3f3d670365
@ -117,7 +117,7 @@ proc create_new_private_convo*(
|
||||
## The result must be freed with destroy_list_result()
|
||||
proc list_conversations*(
|
||||
ctx: ContextHandle,
|
||||
): ListConvoResult {.importc, dynlib: CONVERSATIONS_LIB.}
|
||||
): ListConvoResult {.importc.}
|
||||
|
||||
## Sends content to an existing conversation
|
||||
## Returns: SendContentResult struct - check error_code field (0 = success, negative = error)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user