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

@ -83,4 +83,10 @@ void tf_ssb_test_connect_str(const tf_test_options_t* options);
*/
void tf_ssb_test_invite(const tf_test_options_t* options);
/**
** Test triggers.
** @param options The test options.
*/
void tf_ssb_test_triggers(const tf_test_options_t* options);
/** @} */