forked from cory/tildefriends
ssb: Sync on demand fixes. Avoid keeping message streams live in this mode.
This commit is contained in:
@ -1101,4 +1101,10 @@ bool tf_ssb_tunnel_create(tf_ssb_t* ssb, const char* portal_id, const char* targ
|
||||
*/
|
||||
void tf_ssb_sync_start(tf_ssb_t* ssb);
|
||||
|
||||
/**
|
||||
** Get a connection's flags.
|
||||
** @param connection The connection.
|
||||
*/
|
||||
int tf_ssb_connection_get_flags(tf_ssb_connection_t* connection);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user