-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create GIF of message disappearing when deleted #16
Comments
Doesn't this presuppose a mechanism for deleting chat messages in the first place (which, AFAIK, doesn't exist)? |
@jimmcgaw There's no deletion mechanism through the UI right now, that's true, but there's the generic CrypTag way to delete any kind of data, and that's by doing the programmatic equivalent of
|
And there could be a
|
… distinct styling for 'my' messages; make delete link its own component
@jimmcgaw The origins of this issue: right now in Backchannel, if we were to run a command like
where So capturing a GIF of that would be cool, except it should be triggered by Backchannel automatically deleting a "self-destructing" message after 30 seconds (or whatever the user specified the time to be) rather than as a result of someone deleting the message via the command line. |
@jimmcgaw So to respond to #19 (comment) , the ability to delete messages is useful, and it'd also be cool to add "self-destructing" messages (triggered from within a There's nothing built into CrypTag for sort of remembering that something was deleted, and while in some cases I think it'd be cool to create a Row tagged with |
…ng delete" This reverts commit 411fcf1.
That is, when someone else in the chat deletes it
The text was updated successfully, but these errors were encountered: