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").
Follow-up from PR #167 review (
Core::group_members,core/conversations/src/core.rs).group_membersreturnsUnsupportedFunction("List Members")for a Direct (pairwise) conversation, becausemembers()lives only on the group-onlyGroupConvotrait. 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
Low priority (Sand). Raised by @jazzz (review: "this will need to be implemented").