Malte E

Results 79 comments of Malte E

If we have access to a double puppet, we have access to all room info. If we don't have access to a double puppet, group auto-create doesn't work anyway. Group...

I got the following: ``` [2022-10-24T20:32:52Z DEBUG tokio_postgres::prepare] preparing query s11: SELECT m.id, prev_state_group, type, state_key, s.event_id FROM state_groups AS m LEFT JOIN state_groups_state AS s ON (m.id = s.state_group)...

I do think this should be possible (along with a `create` command). The unfinished `invite` command was also intended for groups where most or all users don't have a signal...

Should I move the bridge bot invite & promotion to to mautrix-python?

There appears to be no way to properly leave a telegram chat from matrix. Once the bridge is restarted, any previously left rooms will reappear. Being able to delete a...

Could this be a duplicate of https://github.com/mautrix/telegram/issues/803 ?

@why-not-try-calmer the issue is closed because an appropriate pull commit has been pushed, tulir mentioned the commit in the close message. I suppose that's a sufficient explanation.

if https://github.com/t2bot/mautrix-telegram is what t2bot is using, then it's massively outdated and much older than even the latest release of mautrix/telegram. I suggest you ask at t2bot. As for when...

Yeah, I missed the bit where it assigns 0 to levels.users. I included a fix in https://github.com/mautrix/telegram/pull/802 . We might actually want to print a warning for that, but I...