Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Conversation

@cardoso
Copy link
Member

@cardoso cardoso commented Oct 3, 2018

@RocketChat/ios

Includes commits from #2233 and #2234 <- need to review & merge those first

BUG:

There's a problem maybe in the DataController. When you try to edit the first message of the day, it either is deleted or crashes. (When exiting and entering the room again it's displayed fine)

@cardoso cardoso changed the base branch from develop to feature/integrate-rc-view-controller October 3, 2018 21:19
@codecov
Copy link

codecov bot commented Oct 3, 2018

Codecov Report

Merging #2235 into feature/integrate-rc-view-controller will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@                           Coverage Diff                            @@
##           feature/integrate-rc-view-controller    #2235      +/-   ##
========================================================================
+ Coverage                                 27.55%   27.56%   +<.01%     
========================================================================
  Files                                       409      411       +2     
  Lines                                     15338    15442     +104     
========================================================================
+ Hits                                       4227     4257      +30     
- Misses                                    11111    11185      +74
Impacted Files Coverage Δ
...t/Controllers/Chat/MessagesComposerViewModel.swift 0% <ø> (ø) ⬆️
...trollers/Chat/MessagesViewControllerReplying.swift 0% <0%> (ø)
...ntrollers/Chat/MessagesViewControllerEditing.swift 0% <0%> (ø)
...cket.Chat/Controllers/Chat/MessagesViewModel.swift 51.61% <0%> (-2.63%) ⬇️
...ontrollers/Chat/MessagesViewControllerBanner.swift 0% <0%> (ø)
...ontrollers/Chat/ChatControllerMessageActions.swift 0% <0%> (ø) ⬆️
.../Chat/MessagesViewControllerComposerDelegate.swift 0% <0%> (ø) ⬆️
...rollers/Chat/MessagesViewControllerUploading.swift 0% <0%> (ø)
...ocket.Chat/Extensions/Models/ObjectExtension.swift 80% <0%> (-20%) ⬇️
...ontrollers/Base/Main/MainSplitViewController.swift 45% <0%> (-7.5%) ⬇️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd9a1a2...640f12a. Read the comment docs.

// self.messagesController?.messageToEdit = message
// TODO: Replace for our own edit text mechanism
// self.editText(message.text)
self.messagesController?.editMessage(message)
Copy link
Contributor

Choose a reason for hiding this comment

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

👊

@rafaelks rafaelks merged commit d6aba7c into feature/integrate-rc-view-controller Oct 3, 2018
@rafaelks rafaelks deleted the feat/message_editing_new_composer branch October 3, 2018 22:34
@rafaelks rafaelks added this to the 3.2.0 milestone Oct 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants