ssb: Add some options to encourage getting connected to the connections sidebar section.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m46s

This commit is contained in:
2025-06-11 20:53:51 -04:00
parent a1f1eb34d5
commit 67861f0f33
4 changed files with 41 additions and 2 deletions

View File

@ -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;