diff --git a/src/account.c b/src/account.c index 0075497..aeb9631 100644 --- a/src/account.c +++ b/src/account.c @@ -77,8 +77,8 @@ char* construct_account_page(mastodont_t* api, acct->following_count, "Followers", acct->followers_count, - acct->following ? "active" : "", - acct->following ? "Following!" : "Follow", + 0 ? "active" : "", + 0 ? "Following!" : "Follow", acct->avatar, info_html ? info_html : "", statuses_html);