about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-06-22 12:02:51 +0200
committerGitHub <noreply@github.com>2022-06-22 12:02:51 +0200
commit6147a1342d4cda8cb5c15d1453d48dc028c2b24d (patch)
treea2f1731cf0d1175e8dacb0af8ec3d97478cd6fe9 /tests
parentf4d8728809640a812e02eb6974989f4e08f9a38b (diff)
parent918d0608173d8f561eea3071613818bf3a59319d (diff)
downloadprofani-tty-6147a1342d4cda8cb5c15d1453d48dc028c2b24d.tar.gz
Merge pull request #1725 from profanity-im/feat/optional-mood
Make display of user mood optional
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 37323ba7..ee759bb2 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -1150,6 +1150,11 @@ cons_silence_setting(void)
 }
 
 void
+cons_mood_setting(void)
+{
+}
+
+void
 cons_show_bookmarks_ignore(gchar** list, gsize len)
 {
 }