summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-09-02 03:15:07 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-09-02 03:15:39 +0200
commit3528fe4e5dee1684f43e14fc9c6a50b4c1e25faf (patch)
treede846207ac1332fd8ae97662c3c8fbe4540b4dbf /resources/qml/TimelineView.qml
parentTranslated using Weblate (Estonian) (diff)
downloadnheko-3528fe4e5dee1684f43e14fc9c6a50b4c1e25faf.tar.xz
Warn the user before they ping the whole room
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 9bc4bef0..f12060f2 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -123,6 +123,9 @@ Item {
             color: Nheko.theme.separator
         }
 
+        NotificationWarning {
+        }
+
         ReplyPopup {
         }