file structure changes

This commit is contained in:
array-in-a-matrix 2024-03-26 13:41:44 -04:00
parent 5f41c6bc08
commit 04fb995f6e
1 changed files with 10 additions and 17 deletions

View File

@ -1,28 +1,21 @@
# Things here have been tested to work
import nimbotsdk/matrixTypes
export ICryptoStorageProvider, Storage, Client, Content, Unsigned, Event, Filter, Appservice
export ICryptoStorageProvider, Storage, Client, Content, Unsigned, Event,
Filter, Appservice
import nimbotsdk/MatrixAuth
export newMatrixAuth, passwordLogin
import nimbotsdk/MatrixClient
export newMatrixClient
export onRoomMessage
export newMatrixClient, onRoomMessage, addPreprocessor, getServerVersions,
start, sendReadReceipt, setTyping, replyText, replyHtmlText, replyNotice,
replyHtmlNotice, sendNotice, sendHtmlNotice, sendText, sendHtmlText,
sendMessage, sendEvent, sendRawEvent, sendStateEvent, redactEvent
export addPreprocessor, getServerVersions, start, sendReadReceipt, setTyping,
replyText, replyHtmlText, replyNotice, replyHtmlNotice, sendNotice,
sendHtmlNotice, sendText, sendHtmlText, sendMessage, sendEvent,
sendRawEvent, sendStateEvent, redactEvent
import nimbotsdk/AutojoinRoomsMixin
import nimbotsdk/mixins/AutojoinRoomsMixin
export AutojoinRoomsMixinSetupOnClient, AutojoinRoomsMixinSetupOnAppservice
import nimbotsdk/SimpleFsStorageProvider
export newSimpleFsStorageProvider
import nimbotsdk/RichRepliesPreprocessor
import nimbotsdk/preprocessors/RichRepliesPreprocessor
export newRichRepliesPreprocessor
import nimbotsdk/RustSdkCryptoStorageProvider
export RustSdkCryptoStorageProvider
import nimbotsdk/storage/[SimpleFsStorageProvider, RustSdkCryptoStorageProvider]
export newSimpleFsStorageProvider, RustSdkCryptoStorageProvider