ssb: Fix and test the messages_stats trigger.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m59s

This commit is contained in:
2025-04-12 08:40:36 -04:00
parent 3f4738e593
commit 8104f6f228
4 changed files with 102 additions and 3 deletions

View File

@ -1078,6 +1078,7 @@ void tf_tests(const tf_test_options_t* options)
_tf_test_run(options, "replicate", tf_ssb_test_replicate, false);
_tf_test_run(options, "connect_str", tf_ssb_test_connect_str, false);
_tf_test_run(options, "invite", tf_ssb_test_invite, false);
_tf_test_run(options, "triggers", tf_ssb_test_triggers, false);
tf_printf("Tests completed.\n");
#endif
}