reivilibre

Results 68 comments of reivilibre

To save future readers from confusion: the workaround in commit https://github.com/matrix-org/synapse/commit/d15d241f5ebc978328494ee350d4a0ef8e0070f5 above does not work and was discarded after it was found not to work. (People on our team keep...

I think this seems like a good idea! I was a bit amused when I saw the requirement for a Display Dummy Plug, but it kind of defeats the purpose...

This behaviour (the type being `u32` on some platforms and `u64` on others) is what appears to be leading to this issue: https://github.com/rvolosatovs/fvad/issues/1, whereby a crate can't compile on ARMv7...

I seem to get about 1 chance to move a ticket before no more moves will work on that page load (I have to refresh after every move). Odd.

It appears that ma1sd might support SMS validation; I don't know if it uses the affected APIs :/ https://github.com/ma1uta/ma1sd

Hi, thanks for your report. This error condition (`Event $YnLQaYcjfxHWiIPFpmisATyU1IcMC2hKXCNWUeK_Hos has unknown auth event $d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw`) is something that should 'never' happen. Have you ever done anything unusual to the database...

Do you still have the old SQLite database? If so, please could you help to confirm whether this is why this happened: 1. Connect to your SQLite database, e.g. with...

@Thatoo I don't think you're connected to your Postgres database properly; maybe you need to try `psql synapse` or something (if your database name is `synapse`). However the SQLite portion...

I think your best bet will be to use the [Delete Rooms Admin API](https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#delete-room-api) to remove the room entirely from your homeserver. You should then be able to rejoin it...

> We need to figure out exactly what to do here, as things stands this makes our CPU metrics useless. One thing we could do is run it in a...