summary refs log tree commit diff
diff options
context:
space:
mode:
authorAyushi Bisht <bishtayu24@gmail.com>2022-01-18 12:42:50 +0530
committerAyushi Bisht <bishtayu24@gmail.com>2022-01-18 12:42:50 +0530
commit6aaaa777c6535f5a062e453578e61865f045af0a (patch)
tree5c015b0463fd99e4f9beb673af4d61994b4e727b
parentfixed a typo in Cache.cpp (diff)
downloadnheko-6aaaa777c6535f5a062e453578e61865f045af0a.tar.xz
Fixed a grammatical error
-rw-r--r--src/ChatPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 742abd61..bfaa6389 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -463,7 +463,7 @@ ChatPage::sendNotifications(const mtx::responses::Notifications &res) if (!cache::isNotificationSent(event_id)) { const auto room_id = QString::fromStdString(item.room_id); - // We should only sent one notification per event. + // We should only send one notification per event. cache::markSentNotification(event_id); // Don't send a notification when the current room is opened.