boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
482 stars 36 forks source link

"Disappearing Messages" feature #79

Open dbr opened 3 years ago

dbr commented 3 years ago

Currently if you have Disappearing Messages enabled in a chat, they are disabled as soon as a message is sent from gurk to that chat.

I guess this is because the client doesn't support the Disappearing Messages feature, rather than it specifically disabling the option

boxdot commented 3 years ago

Oh, yes. We don't handle any special of groups yet. We should definitely look into that.

freswa commented 2 years ago

It's probably worth to wait for upstream to implement this feature, so that presage gains some better handling maybe: https://gitlab.com/whisperfish/whisperfish/-/issues/166

nothingbutlucas commented 2 years ago

Is there any way to delete messages manually? At least to be able to make a workaround with a script that deletes the messages every x time or something like that?

nothingbutlucas commented 2 years ago

Well, I found this way to do something that works for me for the moment (script + cron). It would still be nice to have this functionality :)