mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Default contact subscription set to "none"
This commit is contained in:
parent
ebf8911ffc
commit
4b460100ad
@ -62,7 +62,7 @@ p_contact_new(const char * const jid, const char * const name,
|
||||
if (subscription != NULL)
|
||||
contact->subscription = strdup(subscription);
|
||||
else
|
||||
contact->subscription = NULL;
|
||||
contact->subscription = strdup("none");;
|
||||
|
||||
return contact;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user