Skip to content
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

Implement Message Deletion Options in Chat #191

Closed
Shruti-1910 opened this issue Jun 19, 2024 · 1 comment
Closed

Implement Message Deletion Options in Chat #191

Shruti-1910 opened this issue Jun 19, 2024 · 1 comment

Comments

@Shruti-1910
Copy link
Collaborator

Description:

Currently, the app lacks the functionality to delete messages, both from the user's own view and from everyone's view in chat conversations. Message deletion options are essential for users to manage their communication history and maintain privacy. Implementing these options will enhance user control and privacy within the chat feature.

Expected Behavior:

  • Users should have the option to delete messages they have sent from their own view.
  • Users should also have the option to delete messages from everyone's view, including recipients' views.
  • Deleted messages should be removed from the chat interface for all participants.

Acceptance Criteria:

  1. User Interface:
  • Implement UI elements (e.g., delete button or gesture) to initiate message deletion.
  • Provide options for deleting messages from the user's view only or from everyone's view.
  1. Functionality:
  • Implement logic to delete messages securely and efficiently from both the frontend and backend.
  • Ensure that deleted messages are immediately removed from the chat interface and not retrievable.
@Alpha17-2
Copy link
Collaborator

A duplicate issue of #170 and the feature is already implemented in #177 thereby closing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants