| Summary: | Direct messages show information that is not applicable | ||
|---|---|---|---|
| Product: | [Applications] NeoChat | Reporter: | Nicolas Fella <nicolas.fella> |
| Component: | General | Assignee: | Tobias Fella <fella> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carl |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/neochat/commit/d844945453af2bdc9644d2931c96a37ec4a01e16 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Nicolas Fella
2023-03-05 15:45:32 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/827 A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/828 Git commit e6a060c1927219ece41a13fe5ebe3d648f502274 by Tobias Fella. Committed on 05/03/2023 at 16:21. Pushed by tfella into branch 'master'. Don't show highlights in DMs It's a DM, the messages are all meant for us anyway M +1 -1 src/models/messageeventmodel.cpp https://invent.kde.org/network/neochat/commit/e6a060c1927219ece41a13fe5ebe3d648f502274 Git commit d844945453af2bdc9644d2931c96a37ec4a01e16 by Tobias Fella. Committed on 29/04/2023 at 16:39. Pushed by tfella into branch 'master'. Improve RoomDrawer for direct chats Don't show irrelevant stuff like the member list, description, alias M +13 -0 src/neochatroom.cpp M +2 -0 src/neochatroom.h M +2 -3 src/qml/Dialog/UserDetailDialog.qml A +71 -0 src/qml/Panel/DirectChatDrawerHeader.qml [License: GPL(v2.0+)] A +99 -0 src/qml/Panel/GroupChatDrawerHeader.qml [License: GPL(v2.0+)] M +19 -82 src/qml/Panel/RoomDrawer.qml M +2 -0 src/res.qrc https://invent.kde.org/network/neochat/commit/d844945453af2bdc9644d2931c96a37ec4a01e16 |