Summary: | Severed relationship event is missing text | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Joshua Goins <josh> |
Component: | general | Assignee: | Joshua Goins <josh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, josh |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/0cb388dd1bda974cbed630baf9d96c4300192ca2 | Version Fixed In: | 24.12 |
Sentry Crash Report: |
Description
Joshua Goins
2024-11-23 17:43:01 UTC
Git commit 06fa773b52c74c2ee87165b75e3c6729021c17cb by Joshua Goins. Committed on 27/11/2024 at 21:50. Pushed by redstrate into branch 'release/24.12'. Fix parsing of severance events, moderation warnings and more My initial implementation was wrong, my understanding of the event's JSON were completely off. (cherry picked from commit 0048b98e2bf02bdf8375d29b507db53080259eba) M +5 -4 src/autotests/data/notifications.json M +6 -5 src/timeline/notification.cpp M +2 -1 src/timeline/notification.h https://invent.kde.org/network/tokodon/-/commit/06fa773b52c74c2ee87165b75e3c6729021c17cb Git commit 0cb388dd1bda974cbed630baf9d96c4300192ca2 by Joshua Goins. Committed on 27/11/2024 at 21:47. Pushed by redstrate into branch 'master'. Add a better string for severance events Ripped off what Mastodon Web says, like breaking it down by follows/followers. M +4 -1 src/content/ui/Notifications/RelationshipSeveranceDelegate.qml M +7 -2 src/timeline/notification.cpp M +4 -2 src/timeline/notification.h https://invent.kde.org/network/tokodon/-/commit/0cb388dd1bda974cbed630baf9d96c4300192ca2 Git commit 0048b98e2bf02bdf8375d29b507db53080259eba by Joshua Goins. Committed on 27/11/2024 at 21:42. Pushed by redstrate into branch 'master'. Fix parsing of severance events, moderation warnings and more My initial implementation was wrong, my understanding of the event's JSON were completely off. M +5 -4 src/autotests/data/notifications.json M +6 -5 src/timeline/notification.cpp M +2 -1 src/timeline/notification.h https://invent.kde.org/network/tokodon/-/commit/0048b98e2bf02bdf8375d29b507db53080259eba |