Summary: | Notifications contain full chat history going back minutes or hours, rather than just the latest message | ||
---|---|---|---|
Product: | [Applications] NeoChat | Reporter: | Nate Graham <nate> |
Component: | General | Assignee: | Tobias Fella <fella> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, kdedev, snow |
Priority: | NOR | Keywords: | regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=488311 | ||
Latest Commit: | https://invent.kde.org/network/neochat/-/commit/a0c8bdf021a62b239cc55c4b118a0117a56371f6 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Too much text! |
Description
Nate Graham
2023-10-05 00:12:04 UTC
*** Bug 485111 has been marked as a duplicate of this bug. *** Created attachment 170232 [details]
Too much text!
A Plasma bug that accidentally removed the height constraint from notification popups reveals the absurdity of this issue. See attached screenshot.
There's no way that much text in a notification ever makes sense.
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1772 Git commit a0c8bdf021a62b239cc55c4b118a0117a56371f6 by Tobias Fella. Committed on 12/06/2024 at 19:28. Pushed by tfella into branch 'master'. Make notifications more useful - Refactor and cleanup code - Don't paginate through notifications - it spams the server with requests and realistically only contains anything relevant on startup after a long time, in which case you're going to lose some notification anyway - Only show newest notification for the respective room, closing the old notification if one exists - Only show text of this notification M +0 -3 src/controller.cpp M +5 -0 src/neochatconnection.cpp M +67 -68 src/notificationsmanager.cpp M +8 -3 src/notificationsmanager.h https://invent.kde.org/network/neochat/-/commit/a0c8bdf021a62b239cc55c4b118a0117a56371f6 |