Sebastian Scheibner

Results 103 comments of Sebastian Scheibner

No, it's not implemented yet.

`joinGroup` works fine for me. Does it work with another user or another group?

Hi, thanks for creating an issue, I'll consider it. For reference, signal-cli already creates a profile (with empty name) when registering, so it can be added to v2 groups. Some...

I've extended the `listContacts` command to include more profile information in json mode. The avatar is not included there, but is just stored in the signal-cli config directory (`avatars/profile-NUMBER`). In...

Would be possible, but would need larger changes. It's also not clear what the behavior should be if signal-cli is not running in daemon mode ... - Temporarily store messages...

I have some rough ideas for adding notifications in general. Trust notifications could also have a reason field why the identity's trust has changed. Adding a simple trust method to...

I can't reproduce this and I also can't find where a 422 response is returned by the verify endpoint in the Signal-Server. Does this happen everytime and/or only with a...

Should be possible, there's even a standard dbus signal that can be used to notify about newly exported objects: `org.freedesktop.DBus.ObjectManager.InterfacesAdded` In the latest signal-cli version there are also two new...

Yes, exactly. The InterfacesAdded event needs to be implemented in signal-cli, unfortunately dbus-java doesn't provide it automatically ...

Thanks, I think it would be good to have it a bit more similar to the repackage-native-libs.yml job