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.
chore: separate user properties isApp and isBot - WPB-21441 #3970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: separate user properties isApp and isBot - WPB-21441 #3970
Changes from all commits
8a58ae17c658d7a32c61c33ab6b686e95a5291ff4362347229b55828deabb1eb2d64095a909514f2fd2db2230d559edd7cbdb435ebab57b6a67301a9340106edb5c09f92bcd582076c55f4aba5cf7e241104ec35375a3664b0b73dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 21 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WireDataModel'
Check warning on line 74 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 89 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'selfUser' with non-Sendable type 'ZMUser' in a '@Sendable' closure
Check warning on line 89 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'selfUser' with non-Sendable type 'ZMUser' in an isolated closure
Check warning on line 97 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'quotedMessage' with non-Sendable type 'ZMOTRMessage?' in a '@Sendable' closure
Check warning on line 153 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 153 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'selfUser' with non-Sendable type 'ZMUser' in a '@Sendable' closure
Check warning on line 153 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Implicit capture of 'selfUser' requires that 'ZMUser' conforms to 'Sendable'
Check warning on line 154 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Implicit capture of 'conversation' requires that 'ZMConversation' conforms to 'Sendable'
Check warning on line 203 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'clientMessage' with non-Sendable type 'ZMClientMessage' in a '@Sendable' closure
Check warning on line 209 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'self' with non-Sendable type 'MessageLocalStore' in a '@Sendable' closure
Check warning on line 220 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 235 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'assetClientMessage' with non-Sendable type 'ZMAssetClientMessage' in a '@Sendable' closure
Check warning on line 245 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'self' with non-Sendable type 'MessageLocalStore' in a '@Sendable' closure
Check warning on line 255 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 273 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'self' with non-Sendable type 'MessageLocalStore' in a '@Sendable' closure
Check warning on line 297 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 316 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 333 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 350 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 372 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 394 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 395 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'self' with non-Sendable type 'MessageLocalStore' in a '@Sendable' closure
Check warning on line 426 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 442 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'self' with non-Sendable type 'MessageLocalStore' in a '@Sendable' closure
Check warning on line 535 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 535 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in an isolated closure
Check warning on line 559 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 559 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in an isolated closure
Check warning on line 661 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 675 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'newConversationMessage' with non-Sendable type 'ZMSystemMessage' in a '@Sendable' closure
Check warning on line 677 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'selfUser' with non-Sendable type 'ZMUser' in a '@Sendable' closure
Check warning on line 678 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 681 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'localParticipants' with non-Sendable type 'Set<ZMUser>' in a '@Sendable' closure
Check warning on line 690 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 741 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 745 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'previousLastMessage' with non-Sendable type '(any ZMConversationMessage)?' in a '@Sendable' closure
Check warning on line 778 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 830 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'sender' with non-Sendable type 'ZMUser' in a '@Sendable' closure
Check warning on line 861 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'sender' with non-Sendable type 'ZMUser' in a '@Sendable' closure
Check warning on line 913 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'systemMessage' with non-Sendable type 'ZMSystemMessage' in a '@Sendable' closure
Check warning on line 914 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 935 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 979 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'sender' with non-Sendable type 'ZMUser' in a '@Sendable' closure
Check warning on line 980 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'users' with non-Sendable type 'Set<ZMUser>?' in a '@Sendable' closure
Check warning on line 981 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'addedUsers' with non-Sendable type 'Set<ZMUser>' in a '@Sendable' closure
Check warning on line 982 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'clients' with non-Sendable type 'Set<UserClient>?' in a '@Sendable' closure
Check warning on line 1007 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'messages' with non-Sendable type 'Set<ZMSystemMessage>' in a '@Sendable' closure
Check warning on line 1008 in WireDomain/Sources/WireDomain/Repositories/Message/MessageLocalStore.swift
Capture of 'conversation' with non-Sendable type 'ZMConversation' in a '@Sendable' closure
Check warning on line 372 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Capture of 'self' with non-Sendable type 'CoreDataStack' in a '@Sendable' closure
Check warning on line 384 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Capture of 'self' with non-Sendable type 'CoreDataStack' in a '@Sendable' closure
Check warning on line 387 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Capture of 'self' with non-Sendable type 'CoreDataStack' in a '@Sendable' closure
Check warning on line 394 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Capture of 'self' with non-Sendable type 'CoreDataStack' in a '@Sendable' closure
Check warning on line 420 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Capture of 'self' with non-Sendable type 'CoreDataStack' in a '@Sendable' closure
Check warning on line 433 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Capture of 'self' with non-Sendable type 'CoreDataStack' in a '@Sendable' closure
Check warning on line 562 in wire-ios-data-model/Source/ManagedObjectContext/CoreDataStack.swift
Class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
Check warning on line 150 in wire-ios-data-model/Source/Model/Conversation/ZMConversation.m
Property 'sortedActiveParticipants' requires method 'sortedActiveParticipants' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 150 in wire-ios-data-model/Source/Model/Conversation/ZMConversation.m
Property 'isPendingMetadataRefresh' requires method 'isPendingMetadataRefresh' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 150 in wire-ios-data-model/Source/Model/Conversation/ZMConversation.m
Property 'isPendingMetadataRefresh' requires method 'setIsPendingMetadataRefresh:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 150 in wire-ios-data-model/Source/Model/Conversation/ZMConversation.m
Property 'isPendingInitialFetch' requires method 'isPendingInitialFetch' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 150 in wire-ios-data-model/Source/Model/Conversation/ZMConversation.m
Property 'isPendingInitialFetch' requires method 'setIsPendingInitialFetch:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 158 in wire-ios-data-model/Source/Model/User/ZMUser.m
Property 'connectionRequestMessage' requires method 'connectionRequestMessage' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 158 in wire-ios-data-model/Source/Model/User/ZMUser.m
Property 'isPendingMetadataRefresh' requires method 'isPendingMetadataRefresh' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 158 in wire-ios-data-model/Source/Model/User/ZMUser.m
Property 'isPendingMetadataRefresh' requires method 'setIsPendingMetadataRefresh:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Check warning on line 539 in wire-ios-data-model/Source/Model/User/ZMUser.swift
Extension declares a conformance of imported type 'NSManagedObject' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.