Thatoo

Results 214 comments of Thatoo

`curl -X POST --header 'Authorization: Bearer ' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v1/kick/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "user_id": "@thatoo:defis.info" }'` inspired from the join API... it doesn't work...

> Sorry, I think there might be some confusion here-the issue states that you cannot leave or join a space, but are you talking about a room rather than a...

I tried leaving from Fluffychat. then from Element. Here are both logs. Does that help? ``` 2022-08-13 22:18:21,293 - synapse.http.server - 187 - ERROR - POST-331252 - Failed handle request...

No, not yet, should I? Something like `curl -X DELETE --header 'Authorization: Bearer ' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after migrating...

Here is what I got : ``` root@Matrix:~# curl -X DELETE --header 'Authorization: Bearer ' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after...

I restarted synapse, I empty the cache of Schildichat and try to join the space again, !nsxQkuXAmwktOKyUNc:matrix.org (nsxQkuXAmwktOKyUNc), it fails saying "internal server error" and logs are as follow :...

``` root@Matrix:~# su - postgres postgres@Matrix:~$ psql synapse psql (11.16 (Debian 11.16-0+deb10u1)) Type "help" for help. synapse=# SELECT COUNT(*) FROM events WHERE room_id = '!nsxQkuXAmwktOKyUNc:matrix.org'; count ------- 0 (1 row)...

> at least should it be possible, that a user can add his personal login credentials in his personal Setting area (similar to the Rainloop approach). That would avoid adding...

It sounds like a good compromise for now. I'm just wondering if the password could not be hashed to solve the problem of Nextcloud server admins. But a warning is...

> I'd accept the addition of this feature in such a way that the user can decide to save their credentials in their personal settings (**with a warning that Nextcloud...