-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting (orphaned) groups #210
Comments
Looks like #196 (which I have closed prematurely, apparently). I've assumed that all of the linked devices (including signal-cli) receive the "group-deleted" events, and remove the groups on all of the devices. But after actually trying it, looks like that's not what happens.. If the groups are supposed to be deleted from each of the linked devices individually, then we do need a way to delete groups from scli as well. An alternative (proposed in #196) would be not to show "non-active" groups in scli at all; but there might be a message history that a user might want to see. Deleting groups from scli would need changes upstream: AsamK/signal-cli#1192. After a group has already been quit on another device (e.g. the phone), it does not seem to be possible to delete such group from signal-cli. |
i haven't tried deleting a group while having scli synced yet do i understand it right that scli is basically just a frontend for signal-cli? |
It would not show up in signal-cli: AsamK/signal-cli#1192
I've just tested it: a message remote-deleted in signal-desktop shows up as
It would be more accurate to put it like "signal-cli is a backend for scli". In that, for scli it would be possible to replace signal-cli usage with something else, like signald, or one of signal-cli's own alternative interfaces (e.g. JSON-RPC). The bulk of scli is not hard-tied to signal-cli, although it's pretty tightly coupled, being the only backend to ever be used. But scli with a different backend would pretty much "remain itself". Writing another client around signal-cli from scratch would create a completely different app. |
okay, I tested the message deleting and a message written from my phone can be deleted on both devices via scli a message written from scli doesnt get deleted on my phone via scli remote delete Oh okay |
In the meantime (until AsamK/signal-cli#1192 is implemented), groups can be deleted manually from signal-cli (while scli is not running):
To get groupIDs: |
that worked, thank you ^^ |
I have quite a few groups that I once left via the signal android app, which are showing up in scli
Could there be an option, for example control + d, to delete them?
The text was updated successfully, but these errors were encountered: