Tulir Asokan
Tulir Asokan
I just noticed that I'm using it for stack traces in panic handlers like `.Bytes(zerolog.ErrorStackFieldName, debug.Stack())`. `debug.Stack()` returns a byte array containing text, so it's a convenient way to log...
Is this on some unstable server implementation like Dendrite? Probably another one of the state bugs there if so
Those steps don't contain anything useful, the event source and/or bridge logs are required. Also note that `m.notice` bridging is disabled by default if you're sending those https://github.com/mautrix/telegram/blob/v0.14.1/mautrix_telegram/example-config.yaml#L450-L456
Reactions are already bridged and the bridge doesn't use the bot API
Expose an API for conversion between matrix `room_id` and `event_id` and telegram `chat_id` and `id`
Why 🤔
That library looks unmaintained and doesn't work on arm/arm64. The amount of C code in general should also be minimized, I don't think there are any Go heif decoders.
The number of chats to sync initially can be configured: https://github.com/mautrix/whatsapp/blob/master/example-config.yaml#L135-L137. The default is not going to be changed as most people expect all chats to be synced, but an...
The default config in all bridges is to auto sync on login. Signal just doesn't support syncing anything, it would sync everything if it was possible. Discord guilds are often...
Presence bridging is very low priority and probably won't be fixed (at least not before it's fixed in the Matrix spec), but make sure you have `ephemeral_events` enabled in the...
It must also be using the `file` object, because otherwise it'd just get an encrypted blob. That's why I assumed it was only validating the presence of `url` and not...