th0mcat
th0mcat
This is exactly what Element does for Matrix rooms, and it would be a **huge** quality of life update for anyone searching for a specific community on Lemmy/kbin. To provide...
You need to use a FreshRSS/TinyTiny RSS/Miniflux server, and then point the Android app at the server.
I'm seeing the same issue. It appears the person whose messages that are not being bridged is the person that created the group chat. @jon02ch @aureliensoria Can you confirm that...
The problem for me was the bridge was trying to create already existing users. I had to delete the user from the `user` and the `profiles` tables in my synapse...
Just got the same issue using Epic clinic Group Health Cooperative of South-Central Wisconsin. ``` time="2024-01-31T21:09:16Z" level=error msg="an error occurred while bulk importing resources from source: unknown AdministrativeGender code `M`"...
@politas you'll have to bind mount the config file directly. Here's my working config: ``` fedifetcher: image: ghcr.io/nanos/fedifetcher:latest container_name: fedifetcher hostname: fedifetcher ... command: -c /app/config.json volumes: **** - /opt/fedifetcher/config.json:/app/config.json****...
I think this is being caused by an upstream composer change. https://github.com/composer/composer/issues/12611 https://github.com/composer/composer/pull/12609 https://github.com/composer/composer/releases/tag/2.9.0 > Added audit > block-insecure config setting to control blocking of updates to package versions with...