mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Changed OTR policy for otr4.c
This commit is contained in:
parent
88e8c0151d
commit
5b260af999
@ -40,7 +40,7 @@ static gboolean data_loaded;
|
||||
static OtrlPolicy
|
||||
cb_policy(void *opdata, ConnContext *context)
|
||||
{
|
||||
return OTRL_POLICY_DEFAULT ;
|
||||
return OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2 ;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user