Wim

Results 161 comments of Wim

> We'd need to decide a way for matterbridge to communicate with this standalone "irc process". My vote goes to net/rpc + gob. We can do this over domain sockets,...

It's not supported yet upstream, so maybe when the matrix API has support for this we can integrate it. https://github.com/matrix-org/matrix-doc/pull/3189

Did you try `MessageFormat="HTML"` ? The telegram is hard to debug/test for me as I don't have a telegram account. If anyone has a spare that I can use for...

Try `go install -tags whatsappmulti github.com/42wim/matterbridge@master` again, I've just updated the whatsmeow library.

@Waldelf this is using *multiple* whatsapp accounts right? not with just 1 whatsapp bridge?

@Waldelf ok, well nothing much I can do right now, whatsapp seems to be ratelimiting

Quick thoughts, redis seems like overkill. (and isn't really made for persistency afaik) I'm more for using something like boltdb (https://github.com/etcd-io/bbolt) (simple embedded database). As long as it's optional (and...

Why do you think bolt wouldn't work?

We should use https://github.com/abronan/valkeyrie if this gets implemented.

The valkeyrie library should handle all that. There shouldn't be any redis or bolt specific code in matterbridge.