summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-01-18 14:04:11 +0000
committerGitHub <noreply@github.com>2022-01-18 14:04:11 +0000
commit34f049cc358b76a3f15309ad17d15ddd40bd2e7f (patch)
tree5c015b0463fd99e4f9beb673af4d61994b4e727b
parentMerge pull request #900 from AyuBisht/master (diff)
parentFixed a grammatical error (diff)
downloadnheko-34f049cc358b76a3f15309ad17d15ddd40bd2e7f.tar.xz
Merge pull request #901 from AyuBisht/master
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.