summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-03-01 17:04:17 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2023-03-01 17:04:17 -0500
commitec8820ac646ee20547ded7c9783bc5bbe602f92e (patch)
treedaa72c56519f006ad8e4356f5e8a83da2b55ecd9 /src/timeline/InputBar.h
parentDon't show timeline behind warnings (diff)
downloadnheko-ec8820ac646ee20547ded7c9783bc5bbe602f92e.tar.xz
Fix some nitpicks
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h
index 7385d272..94aedaf6 100644
--- a/src/timeline/InputBar.h
+++ b/src/timeline/InputBar.h
@@ -238,7 +238,7 @@ private:
     void emote(const QString &body, bool rainbowify);
     void notice(const QString &body, bool rainbowify);
     void confetti(const QString &body, bool rainbowify);
-    void command(const QString &name, QString args);
+    bool command(const QString &name, QString args);
     void image(const QString &filename,
                const std::optional<mtx::crypto::EncryptedFile> &file,
                const QString &url,