Skip to content

group_members: support Direct (non-group) conversations #171

Description

@osmaczko

Follow-up from PR #167 review (Core::group_members, core/conversations/src/core.rs).

group_members returns UnsupportedFunction("List Members") for a Direct (pairwise) conversation, because members() lives only on the group-only GroupConvo trait. A Direct conversation still has a roster (self + the one known peer), so listing it should be supported once a caller needs it.

What's needed

  • Implement member listing for Direct conversations (self + peer), or a dedicated accessor.

Low priority (Sand). Raised by @jazzz (review: "this will need to be implemented").

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestrustPull requests that update rust code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions