-
Notifications
You must be signed in to change notification settings - Fork 120
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
FIX: saving draft did not save the pill markdown content #3003
Conversation
Generated by 🚫 Danger Swift against c9da6d6 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3003 +/- ##
===========================================
+ Coverage 77.78% 77.84% +0.06%
===========================================
Files 695 695
Lines 53851 53855 +4
===========================================
+ Hits 41886 41922 +36
+ Misses 11965 11933 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👌
ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModel.swift
Outdated
Show resolved
Hide resolved
69de5e7
to
bfdfefb
Compare
bfdfefb
to
84db62f
Compare
where the content of the draft saved was ignoring any pill in it.
84db62f
to
c9da6d6
Compare
|
This fix will allow the saved draft to contain the markdown content of a pill... however when restored we will still display the markdown only since the plain text composer still has no way to directly interpret and convert a markdown into a pill before its sent.