Skip to content
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

Send typingStop event when message editing finished #1152

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

VojtaStavik
Copy link
Contributor

Implementing this on the LLC level requires some refactoring around TypingEventSender (CIS-883). This is just a temporary fix until the feature is implemented on the LLC level.

(spotted on the video by @evsaev here #1148 (comment) :) )

This is just a temporary fix until the feature is implemented on the LLC level in CIS-883
@VojtaStavik VojtaStavik requested a review from nuno-vieira June 4, 2021 07:19
Copy link
Contributor

@skorepak skorepak left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻

@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2021

Codecov Report

Merging #1152 (d8641f0) into main (e3a5ee7) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1152      +/-   ##
==========================================
- Coverage   91.36%   91.26%   -0.10%     
==========================================
  Files         216      217       +1     
  Lines        9215     9247      +32     
==========================================
+ Hits         8419     8439      +20     
- Misses        796      808      +12     
Flag Coverage Δ
llc-tests 91.26% <ø> (-0.10%) ⬇️
llc-tests-ios12 91.26% <ø> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...s/StreamChat/WebSocketClient/WebSocketClient.swift 90.18% <0.00%> (-0.46%) ⬇️
Sources/StreamChat/Config/ChatClientConfig.swift 100.00% <0.00%> (ø)
Sources/StreamChat/Utils/SystemEnvironment.swift 0.00% <0.00%> (ø)
...Chat/WebSocketClient/BackgroundTaskScheduler.swift 65.71% <0.00%> (ø)

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 e3a5ee7...d8641f0. Read the comment docs.

Copy link
Contributor

@evsaev evsaev left a comment

Choose a reason for hiding this comment

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

LGTM 👍It's great you noticed it

@VojtaStavik VojtaStavik merged commit 3d288a2 into main Jun 4, 2021
@VojtaStavik VojtaStavik deleted the send-typing-stop-when-message-edited branch June 4, 2021 08:33
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.

4 participants