Reduce overhead of Cache.h
This commit is contained in:
parent
7d6a015f36
commit
5fc1f3bd67
28 changed files with 1404 additions and 644 deletions
|
|
@ -142,7 +142,7 @@ utils::getMessageDescription(const TimelineEvent &event,
|
|||
} else if (auto msg = std::get_if<Encrypted>(&event); msg != nullptr) {
|
||||
const auto sender = QString::fromStdString(msg->sender);
|
||||
|
||||
const auto username = Cache::displayName(room_id, sender);
|
||||
const auto username = cache::displayName(room_id, sender);
|
||||
const auto ts = QDateTime::fromMSecsSinceEpoch(msg->origin_server_ts);
|
||||
|
||||
DescInfo info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue