Martijn
Martijn
When I receive a notification, I get the list of images which can be updated. However, I have a lot of docker-compose.yml files running, so it gets confusing which I...
When using the following pom.xml I get the following error: ``` java.lang.ExceptionInInitializerError Caused by: groovy.lang.GroovyRuntimeException: Conflicting module versions. Module [groovy-xml is loaded in version 4.0.1 and you are trying to...
Is this project still active?
For DM's everything works as expected: 1. Friend sends something on FB 2. Matrix room is opened and I am invited. I accept. 3. I leave the room 4. Friend...
When executing the initial sync, rooms are created for all recently contacted FB contacts. This even happens when there are no new messages to sync. It would be better if...
So this is my first version of the functionality to start conversations with facebook users (See https://github.com/matrix-hacks/matrix-puppet-facebook/issues/2). What is works? * Everything that already worked * Avatars will now show...
A MR to include reply functionality into this bridge. * Facebook replies -> matrix: already implemented and functional * Matrix replies -> facebook: as I use `freeddns` in the dns...
I am trying to delete a relationship by sending `{"data":null}` to `PATCH /games//relationships/player` according to https://jsonapi.org/format/#crud-updating-to-one-relationships , but the server errors with `io.crnk.core.exception.ResourceNotFoundException: resource not found: null`. How can I...