Skip to content

feat: connect UI to networking code - WPB-25676#4896

Draft
caldrian wants to merge 172 commits into
developfrom
feat/create-update-list-meetings-WPB-25676
Draft

feat: connect UI to networking code - WPB-25676#4896
caldrian wants to merge 172 commits into
developfrom
feat/create-update-list-meetings-WPB-25676

Conversation

@caldrian

Copy link
Copy Markdown
Contributor

Issue

Please describe the issue.

Optional: add details about technical approach, solutions etc.

Optional: reference dependencies to other pull requests etc.

Testing

Describe how to test.

Optional: attachments like images, videos, etc.


Checklist

  • Title contains a reference JIRA issue number like [WPB-XXX].
  • Description is filled and free of optional paragraphs.
  • Adds/updates automated tests.

UI accessibility checklist

If your PR includes UI changes, please utilize this checklist:

  • Make sure you use the API for UI elements that support large fonts.
  • All colors are taken from WireDesign.ColorTheme or constructed using WireDesign.BaseColorPalette.
  • New UI elements have Accessibility strings for VoiceOver.

Base automatically changed from chore/create-meetings-entities-WPB-20278 to develop July 2, 2026 11:39
@caldrian caldrian changed the base branch from develop to feat/support-meeting-conversation-type-WPB-26589 July 2, 2026 11:56
// whether this group has a one on one user to filter it out.
let hasNoOneOnOneUser = NSPredicate(format: "\(#keyPath(ZMConversation.oneOnOneUser)) == NULL")
// Meeting conversations are underlying group conversations of a meeting and must not appear in any list.
// https://github.com/wireapp/wire-ios/pull/4943/#discussion_r3513591287

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Let's continue the discussion here, please.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

question: do meetings go through other rules? are meetings only mls groups for example?
we have other places where we fetch conversations i just wonder if some filtering need to happen there

caldrian added 2 commits July 3, 2026 11:37
…3-7b1df50ec8d330a37465d82b89e9a282b2de883e' into feat/support-meeting-conversation-type-WPB-26589
Base automatically changed from feat/support-meeting-conversation-type-WPB-26589 to develop July 3, 2026 10:15
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

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.

6 participants