ssb: Hint at follow depth with profile image shape. Also, reload follow information the same way we re-determine channel unread status. Let's see if this feels good.

This commit is contained in:
2025-01-11 13:48:06 -05:00
parent 6b0c49752c
commit 02759c6f83
10 changed files with 139 additions and 134 deletions

View File

@ -286,6 +286,8 @@ typedef struct _tf_ssb_following_t
int followed_by_count;
/** The number of known users blocking the account. */
int blocked_by_count;
/** Degree of separation between initial accounts and this account. */
int depth;
/** The account's identity. */
char id[k_id_base64_len];
} tf_ssb_following_t;