summary refs log tree commit diff
path: root/src/timeline/RoomlistModel.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-09 00:20:30 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-09 00:20:30 +0200
commit2a687a202af605763ce49880cf11379ce4c95d44 (patch)
tree46fe02d6d9d5b91c6cc946090eb1e82166099a96 /src/timeline/RoomlistModel.cpp
parentFixup reply and state event rendering (diff)
downloadnheko-2a687a202af605763ce49880cf11379ce4c95d44.tar.xz
Fix typing notifications
Diffstat (limited to 'src/timeline/RoomlistModel.cpp')
-rw-r--r--src/timeline/RoomlistModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/RoomlistModel.cpp b/src/timeline/RoomlistModel.cpp

index 8d8d2977..2bffc9be 100644 --- a/src/timeline/RoomlistModel.cpp +++ b/src/timeline/RoomlistModel.cpp
@@ -541,7 +541,7 @@ RoomlistModel::sync(const mtx::responses::Sync &sync_) if (auto t = std::get_if<mtx::events::EphemeralEvent<mtx::events::ephemeral::Typing>>( &ev)) { - std::vector<QString> typing; + QStringList typing; typing.reserve(t->content.user_ids.size()); for (const auto &user : t->content.user_ids) { if (user != http::client()->user_id().to_string())