Tulir Asokan

Results 330 comments of Tulir Asokan

This doesn't really belong in iMessage docs at all, double puppeting is already documented in https://docs.mau.fi/bridges/general/double-puppeting.html

It's not this issue, since this is not the RiotX repo. You should make an issue about the regression in the [riotx repo](https://github.com/vector-im/riotX-android/issues) and then submit debug logs.

The title is probably always the real feed title, not the one in the database. You can just type a custom title in the template itself rather than using the...

Yes, the database is just a cache used for `!rss subscriptions` and other cases where the bot doesn't re-fetch the feed. When broadcasting new entries, the bot has just re-fetched...

Might require a way to set the user agent and/or handle ratelimit errors in the bot

You can configure the maubot client to not autojoin rooms. That's how the TWIM karma bot is configured. However, per-room karma (with optional room grouping) might be useful.

Math is already supported: `!roll 1d10 - 1`

Right, multiple dice with the show individual rolls option is a different case, all other cases would be about math

They haven't changed the API, the DeepL provider just was never finished.

Rule variables are meant to be static. Just rename the rule variable to `url_prefix` and move the reference from the variable to the template. You could even have the variable...