Summary: | Cannot remove content warning | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Nicco Kunzmann <niccokunzmann> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, josh |
Priority: | NOR | ||
Version: | 24.02.2 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/c939d15790ef12a58efa2996ecc9b006f231a876 | Version Fixed In: | 24.05.2 |
Sentry Crash Report: |
Description
Nicco Kunzmann
2024-06-17 18:37:26 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/510 Git commit 323a1ff2c6c40ce2203e95414a0ba5a102a917d8 by Joshua Goins. Committed on 19/06/2024 at 20:49. Pushed by redstrate into branch 'master'. Actually propagate the spoiler text to the composer when editing a post An oversight by me, it should be refreshing the data just like when popping out the composer. M +2 -1 src/content/ui/ExplorePage.qml M +2 -1 src/content/ui/NotificationPage.qml M +2 -1 src/content/ui/TimelinePage.qml https://invent.kde.org/network/tokodon/-/commit/323a1ff2c6c40ce2203e95414a0ba5a102a917d8 Git commit aff4bd3ed06c290a8d7d3e116647918bb94e4be0 by Joshua Goins. Committed on 19/06/2024 at 20:49. Pushed by redstrate into branch 'master'. Let users be able to clear content warning Now whether the spoiler text is actually passed to the post editor backend depends on if the CW box is checked. Previously it would still send it off to the server, because the C++ code has no idea what the UI state is. M +14 -1 src/content/ui/StatusComposer/StatusComposer.qml https://invent.kde.org/network/tokodon/-/commit/aff4bd3ed06c290a8d7d3e116647918bb94e4be0 Git commit 0296d5dac9f0c534b648471a7f983e6c122b2cc1 by Joshua Goins. Committed on 19/06/2024 at 20:50. Pushed by redstrate into branch 'release/24.05'. Actually propagate the spoiler text to the composer when editing a post An oversight by me, it should be refreshing the data just like when popping out the composer. (cherry picked from commit 323a1ff2c6c40ce2203e95414a0ba5a102a917d8) M +2 -1 src/content/ui/ExplorePage.qml M +2 -1 src/content/ui/NotificationPage.qml M +2 -1 src/content/ui/TimelinePage.qml https://invent.kde.org/network/tokodon/-/commit/0296d5dac9f0c534b648471a7f983e6c122b2cc1 Git commit c939d15790ef12a58efa2996ecc9b006f231a876 by Joshua Goins. Committed on 19/06/2024 at 20:50. Pushed by redstrate into branch 'release/24.05'. Let users be able to clear content warning Now whether the spoiler text is actually passed to the post editor backend depends on if the CW box is checked. Previously it would still send it off to the server, because the C++ code has no idea what the UI state is. (cherry picked from commit aff4bd3ed06c290a8d7d3e116647918bb94e4be0) M +14 -1 src/content/ui/StatusComposer/StatusComposer.qml https://invent.kde.org/network/tokodon/-/commit/c939d15790ef12a58efa2996ecc9b006f231a876 |