feat: connect UI to networking code - WPB-25676#4896
Draft
caldrian wants to merge 172 commits into
Draft
Conversation
… PR - WPB-25757 (#4823)
…0-7cbf80743bcc8d89fb90de71d1b7d4c79b0bac3d' into HEAD
…te-update-list-meetings-WPB-25676
…ate-update-list-meetings-WPB-25676
Base automatically changed from
chore/create-meetings-entities-WPB-20278
to
develop
July 2, 2026 11:39
…rt-meeting-conversation-type-WPB-26589
…feat/create-update-list-meetings-WPB-25676
…rt-meeting-conversation-type-WPB-26589
caldrian
commented
Jul 3, 2026
| // 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 |
Contributor
Author
There was a problem hiding this comment.
Let's continue the discussion here, please.
Contributor
Author
There was a problem hiding this comment.
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
…3-7b1df50ec8d330a37465d82b89e9a282b2de883e' into feat/support-meeting-conversation-type-WPB-26589
…feat/create-update-list-meetings-WPB-25676
Base automatically changed from
feat/support-meeting-conversation-type-WPB-26589
to
develop
July 3, 2026 10:15
…e-update-list-meetings-WPB-25676
…e-update-list-meetings-WPB-25676
…e-update-list-meetings-WPB-25676
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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
[WPB-XXX].UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: