summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-04-11 20:15:26 +0000
committerGitHub <noreply@github.com>2021-04-11 20:15:26 +0000
commit9d97f9f7053ec596d8045306d6f508279915eb0c (patch)
tree415474b87003cb646e53e929e12ec4ec178f2049 /src/timeline/InputBar.h
parentImprove sorting a bit and fix some bugs in edge cases (diff)
parentadd notice and rainbownotice commands (diff)
downloadnheko-9d97f9f7053ec596d8045306d6f508279915eb0c.tar.xz
Merge pull request #547 from LordMZTE/feature/notice
add notice and rainbownotice commands
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h

index 613b5f9a..9db16bae 100644 --- a/src/timeline/InputBar.h +++ b/src/timeline/InputBar.h
@@ -68,6 +68,7 @@ signals: private: void emote(QString body, bool rainbowify); + void notice(QString body, bool rainbowify); void command(QString name, QString args); void image(const QString &filename, const std::optional<mtx::crypto::EncryptedFile> &file,