Skip to content

feat: implement chat-cli /members to list group members - #209

Merged
mchenani merged 19 commits into
mainfrom
mch/libchat-refactoring-members-list
Aug 19, 2026
Merged

feat: implement chat-cli /members to list group members#209
mchenani merged 19 commits into
mainfrom
mch/libchat-refactoring-members-list

Conversation

@mchenani

@mchenani mchenani commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

What

Add /members to chat-cli — lists the members of the active conversation.

Details

  • Shows each member by address, tagging yourself (you) and pending
    (not-yet-committed) invites (pending).
  • Errors with a hint when there's no active conversation.

Comment thread bin/chat-cli/src/app.rs
let chat_id = self
.state
.active_chat
.clone()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Sand] Cloning appears not required here, consider as_ref()

Base automatically changed from mch/libchat-refactoring-add-member-to-group to main August 19, 2026 13:37
# Conflicts:
#	bin/chat-cli/README.md
#	bin/chat-cli/src/app.rs
@mchenani
mchenani merged commit 74265e6 into main Aug 19, 2026
6 checks passed
@mchenani
mchenani deleted the mch/libchat-refactoring-members-list branch August 19, 2026 14:06
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.

2 participants