Skip to content
Snippets Groups Projects
Commit bde71a6c authored by Nicolas Werner's avatar Nicolas Werner
Browse files

fixup bad room list translation commit

parent 22794846
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ from_json(const json &j, ReadReceiptKey &key)
struct DescInfo
{
QString event_id;
QString username;
QString userid;
QString body;
QString timestamp;
......
......@@ -169,9 +169,6 @@ template<class T, class Event>
DescInfo
createDescriptionInfo(const Event &event, const QString &localUser, const QString &room_id)
{
using Text = mtx::events::RoomEvent<mtx::events::msg::Text>;
using Emote = mtx::events::RoomEvent<mtx::events::msg::Emote>;
const auto msg = boost::get<T>(event);
const auto sender = QString::fromStdString(msg.sender);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment