ssb: Don't store connections that aren't user-initiated.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2025-01-04 17:08:36 -05:00
parent 1ed066ef0f
commit dbbcce8165
3 changed files with 7 additions and 3 deletions

View File

@ -71,6 +71,7 @@ typedef enum _tf_ssb_message_flags_t
typedef enum _tf_ssb_connect_flags_t
{
k_tf_ssb_connect_flag_one_shot = 0x1,
k_tf_ssb_connect_flag_do_not_store = 0x2,
} tf_ssb_connect_flags_t;
/** An SSB instance. */