When using 1:1 chats Neochat shows information in the room info sidebar that isn't relevant there, only for "proper" groups. For example the room list shows two members. It also shows "No canonical alias" and "No topic" Also when the other person replies to your message, which causes it being highlighted, which is unnecessary in a direct chat
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