Skip to content

Conversation

@laevandus
Copy link
Contributor

@laevandus laevandus commented Oct 29, 2025

🔗 Issue Links

Fixes IOS-1206

🎯 Goal

Describe why we are making this change.

📝 Summary

Provide bullet points with the most important changes in the codebase.

🛠 Implementation

Provide a detailed description of the implementation and explain your decisions if you find them relevant.

🎨 Showcase

Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.

Before After
img img

🧪 Manual Testing Notes

Explain how this change can be tested manually, if applicable.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change should be manually QAed
  • Changelog is updated with client-facing changes
  • Changelog is updated with new localization keys
  • New code is covered by unit tests
  • Documentation has been updated in the docs-content repo

@laevandus laevandus requested a review from a team as a code owner October 29, 2025 12:35
@coderabbitai
Copy link

coderabbitai bot commented Oct 29, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch v5-stream-core-errors

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Oct 29, 2025

1 Message
📖 Skipping Danger since the Pull Request is classed as Draft/Work In Progress

Generated by 🚫 Danger

@laevandus laevandus marked this pull request as draft October 29, 2025 14:34
@github-actions
Copy link

Public Interface

- public struct ErrorPayload: LocalizedError, Codable, CustomDebugStringConvertible, Equatable  
- 
-   case code
-   case message
-   case statusCode = "StatusCode"
-   
- 
-   public let code: Int
-   public let message: String
-   public let statusCode: Int
-   public var errorDescription: String?
-   public var debugDescription: String

- public final class InvalidToken: ClientError, @unchecked Sendable

- public class ClientError: Error, CustomStringConvertible, @unchecked Sendable  
- 
-   public let location: Location?
-   public let message: String?
-   public let underlyingError: Error?
-   public var errorDescription: String?
-   public var errorPayload: ErrorPayload?
-   public var localizedDescription: String
-   public private lazy var description
-   
- 
-   public init(with error: Error? = nil,_ file: StaticString = #file,_ line: UInt = #line)
-   public init(_ message: String,_ file: StaticString = #file,_ line: UInt = #line)
-   
- 
-   public struct Location: Equatable  
-   
-     public let file: String
-     public let line: Int

- public final class EventDecoding: ClientError, @unchecked Sendable

- public final class WebSocket: ClientError, @unchecked Sendable

- public final class Unknown: ClientError, @unchecked Sendable

- public struct ErrorPayloadDetail: LocalizedError, Codable, Equatable  
- 
-   case code
-   case messages
-   
- 
-   public let code: Int
-   public let messages: [String]

- public final class Unexpected: ClientError, @unchecked Sendable

- extension ClientError: Equatable  
+ public extension ClientError  
-   public static func ==(lhs: ClientError,rhs: ClientError)-> Bool
+   override public var localizedDescription: String
+   override public var localizedDescription: String
+   override public var localizedDescription: String

@sonarqubecloud
Copy link

@laevandus laevandus marked this pull request as ready for review October 29, 2025 18:42
@Stream-SDK-Bot
Copy link
Collaborator

SDK Performance

target metric benchmark branch performance status
MessageList Hitches total duration 10 ms 5.01 ms 49.9% 🔼 🟢
Duration 2.6 s 2.55 s 1.92% 🔼 🟢
Hitch time ratio 4 ms per s 1.97 ms per s 50.75% 🔼 🟢
Frame rate 75 fps 77.95 fps 3.93% 🔼 🟢
Number of hitches 1 0.6 40.0% 🔼 🟢

import XCTest

final class ClientError_Tests: XCTestCase {
func test_isInvalidTokenError_whenUnderlayingErrorIsInvalidToken_returnsTrue() {
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume you moved this test to core, right?

* V5: Use web-socket client from StreamCore (#3861)
@laevandus laevandus merged commit 308934c into v5-concurrency-and-timers Nov 5, 2025
2 of 5 checks passed
@laevandus laevandus deleted the v5-stream-core-errors branch November 5, 2025 07:35
laevandus added a commit that referenced this pull request Nov 5, 2025
* V5: Use error types from StreamCore (#3859)

* V5: Use JSON encoders and decoders from StreamCore (#3860)

* V5: Use web-socket client from StreamCore (#3861)
@Stream-SDK-Bot
Copy link
Collaborator

SDK Size

title develop branch diff status
StreamChat 7.88 MB 8.27 MB +403 KB 🟡
StreamChatUI 4.89 MB 5.05 MB +161 KB 🟢

@Stream-SDK-Bot
Copy link
Collaborator

StreamChat XCSize

Object Diff (bytes)
StreamCore.o +573822
MessageEvents.o +480227
Logger.o -151788
CDNClient.o -76520
MessageController.o -63343
Show 248 more objects
Object Diff (bytes)
ChannelController.o -57495
WebSocketClient.o -28304
RequestEncoder.o +28004
UserListController.o -24498
Chat.o -22963
ErrorPayload.o -21208
URLSessionWebSocketEngine.o -17338
CurrentUserController.o -17188
ChatRemoteNotificationHandler.o -13793
ConnectionRecoveryHandler.o -11363
RawJSON.o -11025
NotificationEvents.o +9814
MessageReactionDTO.o -9741
Codable+Extensions.o -9105
BackgroundTaskScheduler.o -8973
BaseLogDestination.o -8832
ReminderPayloads.o -8472
ChannelRepository.o -8035
MessageSearchQuery.o -7768
InternetConnection.o -7764
UserController.o -7701
ChannelDeliveredPayload.o -7086
MessageEditor.o +6780
ThreadEvents.o +6712
ChatMessage.o +6504
Timers.o -6207
ChannelListController.o -6198
ChannelDeliveryTracker.o -6146
ChannelEvents.o +6012
StreamCollection.o -5968
PollController.o -5564
LazyCachedMapCollection.o -5395
OfflineRequestsRepository.o -5372
ClientError.o -5077
ConnectionStatus.o -4849
ChannelWatcherHandler.o -4693
ChannelListLinker.o -4625
ConnectionRepository.o +4514
LogDestination.o -4329
ChannelList.o -3899
EventNotificationCenter.o -3770
MessageReminder.o +3572
EventBatcher.o -3554
AppSettings.o -3492
WebSocketPingController.o -3432
Thread.o +3420
ThreadListController.o -3394
ChatChannelWatcherListController.o -3297
MessageRepository.o -2992
UserSearchController.o -2918
MemberController.o +2852
MessageReminderListController.o -2803
EventDecoder.o -2722
SyncOperations.o -2710
MessageDeliveryCriteriaValidator.o -2640
MessagePayloads.o +2639
AudioRecording.o -2523
ChannelDeliveredMiddleware.o -2505
WebSocketConnectPayload.o -2383
AudioPlaying.o +2341
Atomic.o -2305
LivestreamChannelController.o +2203
Deprecations.o -2200
MessageSearchController.o +2137
ChatState+Observer.o -2087
ChannelEventsController.o -2024
EndpointPath.o -1965
ThreadDTO.o -1945
ChannelDTO.o -1901
ChannelRead.o -1834
PollVoteListController.o -1764
ChannelListPayload.o -1743
ReadStateHandler.o +1740
ReactionListController.o -1715
MulticastDelegate.o -1668
APIClient.o -1623
ChatClientConfig.o -1566
DataController.o -1482
SyncRepository.o -1432
MessageSender.o -1418
ChannelUpdater.o -1413
UserSearchState.o -1407
PollVoteListController+SwiftUI.o -1406
ChatState.o -1402
UserListQuery.o -1396
ConnectionController.o -1360
MessageReminderListQuery.o -1336
ChatClient+Environment.o -1305
ConsoleLogDestination.o -1304
UnreadMessageLookup.o -1292
UserUpdater.o -1266
ChannelListQuery.o -1210
WebSocketEngine.o -1171
PollDTO.o +1169
DeliveredMessageInfo.o -1166
Token.o -1025
MemberListState+Observer.o -1017
ReactionEvents.o +1016
ReactionListState+Observer.o -1006
UserListState+Observer.o -958
ConnectionEvents.o +923
PrefixLogFormatter.o -917
SendMessageInterceptor.o +916
ChatMessageImageAttachment.o -900
CurrentUserUpdater.o -897
UserDTO.o -887
ChannelListState.o +873
SystemEnvironment+XStreamClient.o +871
MessageState+Observer.o -853
TypingEventsSender.o -852
ConnectedUser.o -843
EventsController.o -834
RetryStrategy.o -819
ChannelReadDTO.o -807
ConnectedUserState.o -807
EventPayload.o -795
MemberModelDTO.o -765
ChannelListState+Observer.o +764
ConnectedUserState+Observer.o +749
AuthenticationRepository.o +737
ThreadQuery.o -716
ReactionListUpdater.o -696
AttachmentDTO.o -679
Channel.o +676
MessageController+SwiftUI.o -666
ChannelReadUpdaterMiddleware.o -652
ChannelEditDetailPayload.o +648
MemberListController.o -640
MessageUpdater.o -625
ChannelController+SwiftUI.o -582
DraftMessage.o -572
AnyAttachmentUpdater.o -566
AnyAttachmentPayload.o +563
Error+InternetNotAvailable.o -563
ChannelListQueryDTO.o -557
PollVoteDTO.o -556
CurrentUserDTO.o -543
MessageSearchState.o -528
PollVoteListQueryDTO.o -497
Combine.tbd +496
ChannelMemberListQuery.o -492
ReminderUpdaterMiddleware.o -492
Filter+predicate.o -488
MessageState.o -466
MessagePayload+asModel.o -458
MemberEventMiddleware.o -452
StateBuilder.o -442
MemberPayload.o +412
PollVoteListQuery.o -408
Filter.o +407
PushPreferenceLevel.o -404
MessageSearch.o -386
UserWatchingEventMiddleware.o -384
MessageSearchState+Observer.o -382
UserInfo.o -381
MessageSearchQueryDTO.o -372
TypingStartCleanupMiddleware.o -370
ChannelListSortingKey.o -362
ChatMessageVideoAttachment.o -354
UnreadCount.o -354
RemindersRepository.o -352
AudioQueuePlayer.o +350
BackgroundDatabaseObserver.o -340
MessageAttachmentPayload.o -340
Controller.o +332
ListChange.o -329
DatabaseSession.o -324
EventType.o -321
ChatMessageGiphyAttachment.o -320
ChatClient+Factory.o +316
ReactionListQueryDTO.o -313
ChatClientFactory.o -304
ChannelMemberListSortingKey.o -300
EventDataProcessorMiddleware.o -300
MessageReminderDTO.o -300
UserPayloads.o -296
Foundation.tbd +264
ManualEventHandler.o +252
UserListUpdater.o -239
UserChannelBanEventsMiddleware.o -234
ChannelVisibilityEventMiddleware.o -228
UserController+SwiftUI.o -224
PollsEvents.o +216
DraftUpdaterMiddleware.o -212
UserUpdateMiddleware.o -212
ChannelTruncatedEventMiddleware.o -212
ChannelMemberListUpdater.o -211
ChannelMemberListQueryDTO.o -210
PushPreferenceDTO.o -208
PollOptionDTO.o -208
UserListSortingKey.o -208
NSManagedObject+Extensions.o -206
AsyncOperation.o +206
ChannelListUpdater.o -206
MessageTranslationsPayload.o -200
ReactionListState.o -193
MemberListController+SwiftUI.o -192
ReactionListController+SwiftUI.o -191
UserListController+SwiftUI.o -191
ScheduledStreamTimer.o +182
ChannelListController+SwiftUI.o -178
ThreadParticipantDTO.o +176
OptionalDecodable.o -169
ChatClient.o +163
ChannelConfigDTO.o -162
AITypingEvents.o -160
AttachmentQueueUploader.o -160
ActiveLiveLocationsEndTimeTracker.o -158
MemberEvents.o -148
MemberList.o +142
AudioSessionConfiguring.o -141
ChannelPayload+asModel.o -136
MessageDTO.o +130
ReactionList.o -128
ChatClient+ChannelController.o -125
MemberListState.o -121
MarkdownParser.o +120
UserEvents.o +116
GuestUserTokenPayload.o -112
UserList.o -109
Sequence+CompactMapLoggingError.o -108
LogFormatter.o -103
DatabaseContainer.o -102
UserListQueryDTO.o -101
DraftMessagesRepository.o -98
AudioAnalysing.o -98
DeviceDTO.o -96
ChannelMuteDTO.o -93
AttachmentTypes.o -89
Event.o -86
AudioAnalysisEngine.o -86
ChannelId.o -85
BackgroundEntityDatabaseObserver.o +79
ChannelType.o -78
AttachmentId.o +76
RequestDecoder.o +69
MessageSearchController+SwiftUI.o +68
KeyedDecodingContainer+Array.o -68
PollsRepository.o +65
StringInterpolation+Extensions.o -64
AttachmentUploader.o -64
libz.tbd +60
ThreadReadDTO.o +60
CurrentUser.o -60
CountdownTracker.o +48
AttachmentDownloader.o +46
ReminderEvents.o -44
StreamRuntimeCheck.o -43

@Stream-SDK-Bot
Copy link
Collaborator

StreamChatUI XCSize

Object Diff (bytes)
Task.o -17474
TaskFetchOriginalData.o +15391
AsyncTask.o +14463
ImageCache.o -12301
TaskLoadImage.o -11844
Show 291 more objects
Object Diff (bytes)
ImageDecoding.o -11502
TaskFetchOriginalImageData.o -9455
ImageTask.o +8277
ChatChannelListItemView.o +8215
ImageDecoders+Default.o +6986
Deprecations.o -6872
TaskFetchOriginalImage.o +6305
ImagePipeline+Cache.o +5951
TaskFetchDecodedImage.o -5912
Cache.o +5753
FetchImage.o -5172
ImageLoadingOptions.o +5159
ImagePipelineConfiguration.o -5123
ImageRequest.o +5123
AssetType.o +5065
ImagePipeline+Configuration.o +5037
InputChatMessageView.o +5016
ImagePipeline+Error.o +4837
DataLoader.o +4829
ChatThreadListItemView.o +4694
ImageProcessing.o -4663
ChatMessageDeliveryStatusView.o +4548
AttachmentsPreviewVC.o +4506
ImageViewExtensions.o -4446
ImageProcessors+Resize.o +4429
TaskLoadData.o +4282
ImageResponse.o -4234
ComposerVC.o +4018
QuotedChatMessageView.o +3955
ImagePipeline.o -3950
OperationTask.o -3614
ChatMessageHeaderDecoratorView.o +3550
ImagePipelineDelegate.o -3523
Graphics.o +3309
ImageContainer.o +3232
ChatMessageListVC.o +3229
ImageCaching.o +3205
TaskFetchWithPublisher.o +3062
ImagePipelineCache.o -3055
NSCacheWrapper.o +2929
MessageActionsTransitionController.o +2916
GalleryVC.o +2645
ImageDecoderRegistry.o +2445
AsyncPipelineTask.o +2431
ImagePipelineTask.o -2399
ImageLoading.o -2146
Combine.o -2095
String+Extensions.o -1956
ImageEncoding.o -1865
VideoPlaybackControlView.o +1860
NukeImageLoader.o +1856
ChatMessageReactionsPickerVC.o +1832
ChatMessageReactionAuthorsFlowLayout.o +1819
ChatChannelAvatarView.o +1633
Appearance+Images.o -1632
ImageEncoders+ImageIO.o +1627
PollResultsVC.o +1568
VideoAttachmentGalleryPreview.o +1531
StatefulScrollViewPaginationHandler.o +1511
DataPublisher.o +1491
InputTextView.o +1471
Deprecated.o -1409
ContainerStackView.o +1389
SwipeToReplyGestureHandler.o +1386
PollCreationVC.o +1372
StreamModalTransitioningDelegate.o +1364
ChatChannelVC.o +1361
ChatChannelListVC.o +1288
ImageRequestKeys.o +1264
PollAttachmentView.o +1254
VideoAttachmentGalleryCell.o +1230
ChatMessageVoiceRecordingAttachmentListView+ItemView.o +1174
ImageProcessingOptions.o +1152
ComposerView.o +1076
ZoomAnimator.o +1058
ViewContainerBuilder.o +1024
ChatThreadListVC.o +972
ChatSuggestionsVC.o +956
ChatMessageAttachmentPreviewVC.o +950
SwipeableView.o +945
ChatMessageReactionAuthorsVC.o +928
ImagePipeline+Delegate.o +925
ImagePublisher.o +907
UploadingOverlayView.o +884
ChatChannelHeaderView.o +883
PollAttachmentOptionListView.o +870
ChatReactionsBubbleView.o +847
ChatMessageInteractiveAttachmentView.o +828
ChatMessageListScrollOverlayView.o +828
Atomic.o +820
ChatMessageListView.o +813
VideoLoading.o -813
Extensions.o +796
UIImageView+SwiftyGif.o +787
ListCollectionViewLayout.o +783
ImageEncoders+Default.o +781
ChatChannelListErrorView.o +764
PollCommentListSectionFooterView.o +756
AlertsRouter.o +754
ChatMessageCell.o +745
GalleryCollectionViewCell.o +745
ChatChannelListCollectionViewCell.o +721
ChatChannelSearchVC.o +696
UIView+Extensions.o +693
PollCreationMultipleVotesFeatureCell.o +692
BaseViews.o +676
BannerView.o +670
ChatMessageImageGallery+ImagePreview.o +668
ChatMessageGalleryView.o +666
ChatMessageInteractiveAttachmentView+ActionButton.o +645
CheckboxControl.o +611
ChatMessageListRouter.o +610
BidirectionalPanGestureRecogniser.o +605
CurrentChatUserAvatarView.o +601
DifferenceKit+Stream.o +600
ChatMessageReactionItemView.o +599
ChatMessageActionControl.o +597
MediaButton.o +591
FileAttachmentView.o +586
ChatChannelListLoadingView.o +583
ResumableData.o +574
PollCreationSectionHeaderView.o +565
PollCreationOptionCell.o +550
StackedUserAvatarsView.o +546
ChatMessage+Extensions.o -536
ScrollViewPaginationHandler.o +535
ImageResize.o -532
PollCreationTextFieldView.o +529
ChatMessageFileAttachmentListView.o +529
ChatReactionPickerBubbleView.o +524
ChatAvatarView.o +510
ChatMessageDeliveryStatusCheckmarkView.o +506
ChatThreadListItemCell.o +506
CommandLabelView.o +500
ZoomDismissalInteractionController.o +494
ZoomTransitionController.o +488
ChatMessageVoiceRecordingAttachmentListView.o +487
ChatThreadArrowView.o +483
ChatChannelListLoadingViewCellContentView.o +477
GradientView.o +476
ChatLoadingIndicator.o +476
ClampedView.o +475
PollAttachmentOptionListItemView.o +472
VoiceRecordingAttachmentComposerPreview.o +471
SendButton.o +470
ChatChannelUnreadCountView+SwiftUI.o +470
CooldownView.o +468
ChatChannelListItemView+SwiftUI.o +467
CloseButton.o +467
ShareButton.o +467
ChatMessageContentView+SwiftUI.o +466
ChatChannelAvatarView+SwiftUI.o +465
QuotedChatMessageView+SwiftUI.o +465
AudioVisualizationView.o +458
MixedAttachmentViewInjector.o +455
ChatMessageDefaultReactionsBubbleView.o +453
ChatChannelListEmptyView.o +452
ComposerLinkPreviewView.o +451
ChatChannelListSearchVC.o +450
ChatMentionSuggestionView.o +449
ChatMessageLinkPreviewView.o +446
LockIndicatorView.o +445
CellActionView.o +442
ChatFileAttachmentListView+ItemView.o +439
ChatMessageActionsVC.o +432
NavigationVC.o +428
NSLayoutConstraint+Extensions.o +425
ChatMessageVoiceRecordingAttachmentListView+ItemViewPresenter.o +425
LiveRecordingView.o +409
ImagePrefetcher.o +405
ChatMessagePopupVC.o +402
ChatMessageGiphyView+GiphyBadge.o +399
ChatMessageListDateSeparatorView.o +396
Components.o -395
PlayPauseButton.o +395
PollResultsTableHeaderView.o +394
PollCreationFeatureSwitchView.o +393
PollCreationNameCell.o +392
JumpToUnreadMessagesButton.o +390
ChatPresenceAvatarView.o +386
ScrollToBottomButton.o +384
ChatSuggestionsCollectionViewLayout.o +379
OnlyLinkTappableTextView.o +376
ImageAttachmentGalleryCell.o +374
TextFieldView.o +373
ChatMentionSuggestionCollectionViewCell.o +371
AttachmentPreviewContainer.o +370
VoiceRecordingAttachmentQuotedPreview.o +369
ChatThreadUnreadCountView.o +365
PillButton.o +362
VideoAttachmentComposerPreview.o +362
ChatChannelListLoadingViewCell.o +358
PlayerView.o +358
RecordButton.o +356
UIImage+SwiftyGif.o +356
ChatSuggestionsCollectionView.o +353
Appearance+Formatters.o -352
OnlineIndicatorView.o +351
AttachmentActionButton.o +350
BadgeView.o +349
ChatMessageReactionsView.o +347
ChatMessageLayoutOptions.o -340
TypingAnimationView.o +339
ChatThreadHeaderView.o +336
ChatMessageGiphyView.o +332
PollAllOptionsListVC.o +324
DefaultAttachmentPreviewProvider.o +316
PollAllOptionsListItemCell.o +314
DefaultScrollViewKeyboardHandler.o +312
NavigationRouter.o +296
ImageResultsMapper.o -292
ComposerKeyboardHandler.o +291
PollCreationFeatureCell.o +291
ChatMessageReactionAuthorViewCell.o +289
ChatCommandSuggestionView.o +289
PollCommentListVC.o +288
PollResultsSectionFooterView.o +288
ChatThreadListEmptyView.o +287
PollResultsVoteItemView.o +287
ChatChannelUnreadCountView.o +286
RecordingIndicatorView.o +286
TypingIndicatorView.o +283
TitleContainerView.o +282
SlideToCancelView.o +281
WaveformView.o +276
ChatCommandSuggestionCollectionViewCell.o +275
ChatSuggestionsCollectionReusableView.o +273
ChatUnreadMessagesCountDecorationView.o +273
ChatThreadRepliesCountDecorationView.o +272
ImageDecompression.o +272
ChatMessagesCountDecorationView.o +267
ChatReactionPickerReactionsView.o +267
ChatMessageListUnreadCountView.o +266
ChatThreadListHeaderBannerView.o +266
ChatMessageDecorationView.o +261
ChatMessageErrorIndicator.o +261
ChatSuggestionsHeaderView.o +261
ChatThreadListLoadingView.o +261
ChatThreadListErrorView.o +259
PollCommentListItemView.o +259
ChatMessageBubbleView.o +257
CircularCloseButton.o +255
ShrinkInputButton.o +253
CellSeparatorView.o +253
ChatNavigationBar.o +253
AttachmentButton.o +252
RecordingTipView.o +252
CheckboxButton.o +250
CommandButton.o +249
ConfirmButton.o +249
StreamCDN.o +248
PollResultsVoteItemCell.o +247
PollCommentListItemCell.o +247
ChatMessageLayoutOptionsResolver.o -243
GalleryAttachmentViewInjector.o +237
LinkedList.o +232
ChatUserAvatarView.o +222
Operation.o +194
UnsupportedAttachmentViewInjector.o -191
PollResultsSectionHeaderView.o +180
ImageAttachmentComposerPreview.o +178
PollResultsVoteListVC.o +172
ChatChannelListCollectionViewDelegate.o +169
ChatMessageContentView.o +163
LinkAttachmentViewInjector.o +162
ChatThreadVC.o -159
FileAttachmentViewInjector.o +158
PollCommentListSectionHeaderView.o +156
UIStackView+Extensions.o +154
MarkdownFormatter.o -142
Log.o -140
DataCaching.o +136
SwiftyGifManager.o -124
DataLoading.o +104
VoiceRecordingVC.o +102
Appearance.o +94
ImageIO.tbd +92
ChatMessageReactions+Types.o -92
ChatChannelListRouter.o -74
StagedChangeset.o +72
AnyDifferentiable.o +72
ImageProcessors.o +67
ImageEncoders.o +65
Calendar+StreamCalendar.o +64
L10n.o +60
StreamChat.tbd -60
PollAttachmentViewInjector.o +56
NukeImageProcessor.o -49
ChatMessageListVCDelegate.o -48
ElementPath.o -44
ImageLoaderOptions.o +42

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.

5 participants