Alex Grebenyuk
Alex Grebenyuk
I haven't considered it, but it would be nice to add.
Hey, thanks for the PR, @wow-such-amazing. I'll review it as soon as I get a chance.
Hey, you can hide it by setting `UserDefaults.standard.bool(forKey: "pulse-disable-support-prompts")`. It's worth adding it to the public `AppSettings` class too.
I wouldn't mind adding these options, and I would appreciate if you could open a PR that adds them.
I'd probably suggest implementing it as a new/alternative fix, if you agree, of course. > When uploading an image, two image files are copied to the "local media directory": "foo.png"...
The posts are no longer displayed in modals, and this issue no longer appears. Closing.
In-progress. Tracking in https://linear.app/a8c/issue/CMM-840/newsletter-add-support-for-enabling-or-disabling-of-sending-newsletter.
Dupe of https://github.com/wordpress-mobile/WordPress-iOS/issues/19799
Tested in `trunk` with WebKit-based rendered and this issue still reproduces, but the embeds no longer create a large gap. They do no load though.
RCA. The embeds get stripped out from the `content`. ``` (lldb) po comment.content "Testing GitHub embeds and lists.Level oneLevel two" (lldb) po comment.rawContent \nTesting GitHub embeds and lists.\n\n\n\n\n\n\n\n\nLevel one\n\nLevel two\n\n\n\n...