Compare commits

..

No commits in common. 'fa96756d01771f8ea078cea99fb11ba77e38bd8c' and '726db042506860adb4f2f19980871183940539c7' have entirely different histories.

@ -250,9 +250,6 @@ static struct account* account_load_from_id( int id, int recurse_limit )
if( !a->banner ) {
a->banner = aformat( "https://%s/server/default-banner.blob", g_server->domain );
}
if( !a->account_id ) {
a->account_id = strdup(a->account_url);
}
if( a->id == owner_account_id ) {
a->local = true;

Loading…
Cancel
Save