Will Hunt
Will Hunt
Okay, alternatively I need a way to pass in HTTP requests from my code into the appservice class somehow. Because of the same middleware, it's not easy to bind to...
The bridge library only supports [NeDB](https://github.com/louischatriot/nedb/) which means it does not support any other database including PostgreSQL or SQLite. A *store instance* is either a NeDB datastore object or a...
>Is there a way to use matrix with PostgresSQL alognside with matrix-appservice-bridge with SQLite? Once again, this isn't SQLite. The supported database type is NeDB which is just a file...
Related https://github.com/matrix-org/synapse/issues/6935
Puppeting a Matrix user account (Remote -> Matrix) currently requires storing the user's own access token and using their homeserver to send messages to the Matrix room. While some bridges...
N.B it would be nice if the help command supported categories ala the irc bridge.
The solution here is probably to deprecate onLog with a purpose built interface for logging. matrix-bot-sdk allows you to define a [ILogger](https://github.com/turt2live/matrix-bot-sdk/blob/master/src/logging/ILogger.ts) instance which is used to log messages. We...
Yup, but an emitter would be cleaner and it's pretty much a one liner to do.
@tadzik I don't know if we'd rather take the approach in #408 oooor whether there is room for both?