Add fallback branch to last commit

This commit is contained in:
Paweł Chmielowski 2021-02-16 10:40:35 +01:00
parent 96929a5084
commit 8cb7ff7a88
1 changed files with 3 additions and 1 deletions

View File

@ -238,7 +238,9 @@ c2s_presence_in(C2SState,
roster_get_jid_info, To#jid.lserver,
{none, none, []},
[To#jid.luser, To#jid.lserver, From]),
{Subscription == both orelse Subscription == from, false}
{Subscription == both orelse Subscription == from, false};
_ ->
{false, false}
end,
if Insert or Delete ->
LFrom = jid:tolower(From),