about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-07-01 18:21:48 +0200
committerGitHub <noreply@github.com>2021-07-01 18:21:48 +0200
commit7a4a78ab06835ee1a0cce4ec045b8774c6b59cd7 (patch)
tree420a7fd291c7121b3d628108fc33d141e2fd0f5f /tests
parent226cffe75be5d408e1d357337eb4ed921100f3b7 (diff)
parent2386878c76dcd9099439a202fdc249e397a814b2 (diff)
downloadprofani-tty-7a4a78ab06835ee1a0cce4ec045b8774c6b59cd7.tar.gz
Merge pull request #1571 from profanity-im/feature/955-silence
Add option to only allow messages from jids in roster
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 1cae8bde..edacc80a 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -1125,6 +1125,12 @@ void
 cons_mam_setting(void)
 {
 }
+
+void
+cons_silence_setting(void)
+{
+}
+
 void
 cons_show_bookmarks_ignore(gchar** list, gsize len)
 {