summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2024-01-06 14:38:45 +0000
committerGitHub <noreply@github.com>2024-01-06 14:38:45 +0000
commit45cc7ab6f7e3a9fa18ac9e970ce7c50782e88c97 (patch)
tree07a00617d3bba087a9cbc0796f299b113c54ec7d /src/timeline/InputBar.h
parentTranslated using Weblate (Portuguese (Portugal)) (diff)
parentdeleteLater() on failure (diff)
downloadnheko-45cc7ab6f7e3a9fa18ac9e970ce7c50782e88c97.tar.xz
Merge pull request #1635 from NepNep21/ignore-command
Add /ignore, fixes #1634
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h

index b15377fc..fbf08343 100644 --- a/src/timeline/InputBar.h +++ b/src/timeline/InputBar.h
@@ -283,6 +283,8 @@ private: void updateTextContentProperties(const QString &t); + void toggleIgnore(const QString &user, const bool ignored); + QTimer typingRefresh_; QTimer typingTimeout_; TimelineModel *room;