summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-06-11 22:27:30 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-06-11 22:27:30 -0400
commit7afb164244c8c45485843d29814744998ac11d09 (patch)
tree1cf5906de735ef4447d00aee36a9967c27e23186 /src/ChatPage.h
parentFix formatting (diff)
parentMerge pull request #217 from Nheko-Reborn/reactions (diff)
downloadnheko-7afb164244c8c45485843d29814744998ac11d09.tar.xz
Merge remote-tracking branch 'origin/master' into presence
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h
index e1a342d1..c38d7717 100644
--- a/src/ChatPage.h
+++ b/src/ChatPage.h
@@ -212,7 +212,7 @@ private:
                                          uint16_t notification_count,
                                          uint16_t highlight_count);
         //! Send desktop notification for the received messages.
-        void sendDesktopNotifications(const mtx::responses::Notifications &);
+        void sendNotifications(const mtx::responses::Notifications &);
 
         void showNotificationsDialog(const QPoint &point);