mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:35:10 +00:00
[FIX] Make leaves on non-semianon rooms work
This commit is contained in:
parent
cc2d53d9e9
commit
d44dad33d2
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ PresenceStanza(ParseeData *args, XMLElement *stanza)
|
||||||
{
|
{
|
||||||
Free(real_matrix);
|
Free(real_matrix);
|
||||||
/*real_matrix = ParseeEncodeJID(args->config, decode_from, false);*/
|
/*real_matrix = ParseeEncodeJID(args->config, decode_from, false);*/
|
||||||
real_matrix = ParseeGetBridgedUserI(args, stanza, oid);
|
real_matrix = ParseeGetBridgedUser(args, stanza);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (StrEquals(affiliation, "owner"))
|
if (StrEquals(affiliation, "owner"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue