Skip to content
Snippets Groups Projects
Commit 6aaaa777 authored by Ayushi Bisht's avatar Ayushi Bisht
Browse files

Fixed a grammatical error

parent 8e8e46fe
No related branches found
No related tags found
No related merge requests found
Pipeline #2503 passed
......@@ -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.
......
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