summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authorNepNep21 <nepnep91@protonmail.com>2023-12-17 20:17:43 -0300
committerNepNep21 <nepnep91@protonmail.com>2023-12-17 20:17:43 -0300
commitbfdf87a92dc6a5a18c38fc04af61d306d69ac03c (patch)
tree6fb629ed35596c88a5352d241e15b88508b4daa8 /src/timeline/InputBar.h
parentAdd /ignore (diff)
downloadnheko-bfdf87a92dc6a5a18c38fc04af61d306d69ac03c.tar.xz
Multiple changes
More consistent language with similar description strings
Add manpage entry
Add /unignore
Add ignore & decline button in the invite page
Add invite rejection to all ignore methods
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..cbde0e07 100644 --- a/src/timeline/InputBar.h +++ b/src/timeline/InputBar.h
@@ -283,6 +283,8 @@ private: void updateTextContentProperties(const QString &t); + void setArgIgnored(const QString &user, const bool ignored); + QTimer typingRefresh_; QTimer typingTimeout_; TimelineModel *room;