forked from cory/tildefriends
update: QuickJS 2025-04-26.
This commit is contained in:
@ -4630,6 +4630,10 @@ void tf_ssb_sync_start(tf_ssb_t* ssb)
|
||||
|
||||
bool tf_ssb_tunnel_create(tf_ssb_t* ssb, const char* portal_id, const char* target_id, int connect_flags)
|
||||
{
|
||||
if (!portal_id || !target_id)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
tf_ssb_connection_t* connection = tf_ssb_connection_get(ssb, portal_id);
|
||||
if (connection && !tf_ssb_connection_get(ssb, target_id))
|
||||
{
|
||||
|
Reference in New Issue
Block a user