Skip to content

Add reply and pinned messages functionality#160

Open
jahnavii004 wants to merge 3 commits into
chthonn:mainfrom
jahnavii004:feature/reply-pinned-messages
Open

Add reply and pinned messages functionality#160
jahnavii004 wants to merge 3 commits into
chthonn:mainfrom
jahnavii004:feature/reply-pinned-messages

Conversation

@jahnavii004

Copy link
Copy Markdown

Overview

This PR adds Reply and Pinned Messages functionality for server chat channels.

Changes

  • Added reply action for messages
  • Added reply preview before sending
  • Stored reply metadata in MongoDB
  • Displayed replied message context above replies
  • Added pin/unpin message functionality
  • Added Pinned Messages panel with counter
  • Added click-to-scroll navigation to original pinned message
  • Added unpin option directly from pinned panel
  • Added real-time pin state updates using Socket.IO

Benefits

  • Improves conversation readability
  • Makes important messages easier to access
  • Enhances server chat usability with Discord-inspired interactions

Closes #127

@jahnavii004 jahnavii004 requested a review from chthonn as a code owner May 23, 2026 09:42
@vercel

vercel Bot commented May 23, 2026

Copy link
Copy Markdown
Contributor

@jahnavii004 is attempting to deploy a commit to the Sunil Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

@jahnavii004

Copy link
Copy Markdown
Author

Hi @0rigin-c0de ,

I have completed the Reply + Pinned Messages feature and submitted a PR for review. Since this feature involved significant frontend, backend, database, and real-time socket integration work, I wanted to ask whether this contribution could be considered for GSSoC tracking or mapped to a GSSoC-eligible issue if appropriate.

Regardless, I’m happy to contribute and would appreciate any feedback on the implementation.

Thank you!

@chthonn

chthonn commented Jun 9, 2026

Copy link
Copy Markdown
Owner

@jahnavii004 Please test it properly its not working on my machine locally

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

Successfully merging this pull request may close these issues.

[Feature]: Reply to Messages + Pinned Messages System

2 participants