forked from cory/tildefriends
ssb: Add some options to encourage getting connected to the connections sidebar section.
This commit is contained in:
@ -1552,8 +1552,8 @@ typedef struct _following_t following_t;
|
||||
typedef struct _following_t
|
||||
{
|
||||
char id[k_id_base64_len];
|
||||
int depth;
|
||||
bool populated;
|
||||
int depth;
|
||||
following_t** following;
|
||||
following_t** blocking;
|
||||
int following_count;
|
||||
|
Reference in New Issue
Block a user